summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-01-20 11:35:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-01-20 11:35:22 -0500
commitd799a37034c396378364549f92d0217589ecda90 (patch)
treea61be786de3e6a12bf7d7a6dc107ed432ea0573c
parentd0673a1c41a3d0021940d13cc6508c719220c4e7 (diff)
downloadgnome-desktop-d799a37034c396378364549f92d0217589ecda90.tar.gz
3.14.53.15.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 932eb1ae..f3c93315 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
===============
+Version 3.15.4
+===============
+
+- Modernize gtk-doc use (#742479)
+- Fix memory handling in GnomeRR and language code (#742111, #742569)
+
+===============
Version 3.15.3
===============
diff --git a/configure.ac b/configure.ac
index c6d3f4b4..5f173c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 15)
-m4_define(gnome_micro, 3)
+m4_define(gnome_micro, 4)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed