[gdk-pixbuf] 2.35.5
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] 2.35.5
- Date: Tue, 13 Sep 2016 03:47:10 +0000 (UTC)
commit 3c28c1498a697f0e15f39da9d5d93390a8047b66
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 12 23:30:22 2016 -0400
2.35.5
NEWS | 8 ++++++++
configure.ac | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f41f74d..eedfad8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.35.5
+======
+
+* Fix undefined behavior in overflow checks (#770986)
+* Fix a typo (#770756)
+* Avoid segfault in some tests (#771026)
+* Translation updates
+
2.35.4
======
diff --git a/configure.ac b/configure.ac
index 2c98143..fea4049 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], [35])
-m4_define([gdk_pixbuf_micro_version], [4])
-m4_define([gdk_pixbuf_interface_age], [4])
+m4_define([gdk_pixbuf_micro_version], [5])
+m4_define([gdk_pixbuf_interface_age], [5])
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]