summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-01-16 13:31:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-01-16 13:31:39 -0500
commit4ec19e7e9afb9b84c455b8d81877b50fe2bfae3f (patch)
tree3da1630de49177760a4cc48e05a79e0aaa2c8643
parentbab37cdc936a78b792aaf842845c726a5b128d80 (diff)
downloadgdk-pixbuf-2.36.4.tar.gz
2.36.42.36.4
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf8e3ed81..99714c619 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.36.4
+======
+
+* Add a fastpath for no-op scales
+* Documentation improvements (#442452)
+* Fix some coverity warnings (#776945, #768062)
+* Translation updates
+
2.36.3
======
diff --git a/configure.ac b/configure.ac
index c336e967a..99e9951d5 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], [36])
-m4_define([gdk_pixbuf_micro_version], [3])
-m4_define([gdk_pixbuf_interface_age], [3])
+m4_define([gdk_pixbuf_micro_version], [4])
+m4_define([gdk_pixbuf_interface_age], [4])
m4_define([gdk_pixbuf_binary_age],
[m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])
m4_define([gdk_pixbuf_version],