aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-03 10:57:01 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-10-03 10:57:01 -0500
commit59975c98291d252bdb1b7c955376d6498dfafea6 (patch)
tree6d0c394ef42aa0f078243cefd4a3c75e60d4f0a9
parentf0830c2a375481110762f157180ac035591e4b31 (diff)
downloadlibdbusmenu-59975c98291d252bdb1b7c955376d6498dfafea6.tar.gz
libdbusmenu-59975c98291d252bdb1b7c955376d6498dfafea6.tar.bz2
libdbusmenu-59975c98291d252bdb1b7c955376d6498dfafea6.zip
12.10.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c9cc147..6beed00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
+12.10.2
+ - Fix crashed introduced in 12.10.0's gtk-menu-images code (LP: #1053670)
+
12.10.1
- - Revert the vala bindings' naming for the 12.10 cycle; revisit next time
+ - Revert the vala bindings' naming for the 12.10 cycle; revisit for 13.04
12.10.0
- Honor changes to GtkSettings' gtk-menu-images value (LP: #927236)
diff --git a/configure.ac b/configure.ac
index 9a05419..1fdc426 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 12.10.1, ted@canonical.com)
+AC_INIT(libdbusmenu, 12.10.2, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 12.10.1, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 12.10.2, [-Wno-portability])
AM_MAINTAINER_MODE