[gdk-pixbuf] 2.32.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] 2.32.1
- Date: Fri, 25 Sep 2015 13:32:15 +0000 (UTC)
commit 044bdb059a26608fa8178e16a8505eb7ef56dfd0
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 25 07:45:10 2015 -0400
2.32.1
NEWS | 9 +++++++++
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a534b7..936bc60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.32.1
+======
+
+* Make relocations optional
+* Fix a crash due to overflow when scaling
+* Drop loaders for some rare image formats: wbmp, ras, pcx
+* Prevent testsuite failures due to lack of memory
+* Translation updates
+
2.32.0
======
diff --git a/configure.ac b/configure.ac
index 370a2fd..8cba622 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_PREREQ([2.63])
m4_define([gdk_pixbuf_major_version], [2])
m4_define([gdk_pixbuf_minor_version], [32])
-m4_define([gdk_pixbuf_micro_version], [0])
-m4_define([gdk_pixbuf_interface_age], [0])
+m4_define([gdk_pixbuf_micro_version], [1])
+m4_define([gdk_pixbuf_interface_age], [1])
m4_define([gdk_pixbuf_binary_age],
[m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])
m4_define([gdk_pixbuf_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]