summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-13 20:54:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-13 20:54:12 -0400
commit49e5133e6bdf14720421aa473eb8986a2fd2a237 (patch)
tree2031d1ceffbc9380a22f37bc14103500b055927f
parente0ca686e671cb018acdca73c5de37fcca47b1e8a (diff)
downloadgnome-desktop-3.8.2.tar.gz
3.8.23.8.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 660f4c3d..9427013b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+=============
+Version 3.8.2
+==============
+
+* Fix a memory leak (#695116)
+* Add some more defaults for input sources
+* Translation updates
+
===============
Version 3.8.0.1
===============
diff --git a/configure.ac b/configure.ac
index d373cd8d..f30f2b59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 8)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 2)
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
-m4_define(gnome_sub, 1)
+m4_define(gnome_sub, )
m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),