[gdk-pixbuf] 2.36.2



commit 9b9deb1fd3703c8d32cbf73e609347a0e440c7fe
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 20 08:51:21 2016 -0500

    2.36.2

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c97cedc..5c1cc6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.36.2
+======
+
+* Fix a NULL pointer dereference (#776026)
+* Fix a memory leak (#776020)
+* Support bmp headers with bitmask (#766890)
+* Add tests for scaling (#80925)
+* Handle compressed pixdata in resources (#776105)
+* Avoid a buffer overrun in the qtif loader ($#775648)
+* Fix a crash in the bmp loader (#775242)
+* Fix crash opening pnm images with large dimensions (#775232)
+* Prevent buffer overflow in the pixdata loader (#775693)
+* Translation updates
+
 2.36.1
 ======
 
diff --git a/configure.ac b/configure.ac
index 78d2948..1e787c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
 
 m4_define([gdk_pixbuf_major_version], [2])
 m4_define([gdk_pixbuf_minor_version], [36])
-m4_define([gdk_pixbuf_micro_version], [1])
+m4_define([gdk_pixbuf_micro_version], [2])
 m4_define([gdk_pixbuf_interface_age], [0])
 m4_define([gdk_pixbuf_binary_age],
           [m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]