aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-09-19 12:10:01 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-09-19 12:10:01 -0500
commit6de882725e55bbda37113773918478349a7c45b9 (patch)
treede6fce78543bb4b4f0afb88140983457715442b6
parent51762f3f455513c0d2066e1feda6edb14c8bd36d (diff)
downloadlibdbusmenu-6de882725e55bbda37113773918478349a7c45b9.tar.gz
libdbusmenu-6de882725e55bbda37113773918478349a7c45b9.tar.bz2
libdbusmenu-6de882725e55bbda37113773918478349a7c45b9.zip
12.10.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e69de29..95fef36 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,8 @@
+12.10.0
+ - Honor changes to GtkSettings' gtk-menu-images value (lp: #927236)
+ - don't display an underscore on menuitimes containing a '&' (lp: #994564)
+ - set the widget for the accelerator even if there isn't a mnemonic (lp: #982656)
+ - make the vala bindings use pkg-config names, rather than gir ones
+ - Some platforms don't have valgrind, so treat those unit tests separately
+ - make headers match independent of the build directory
+ - constify some public API calls
diff --git a/configure.ac b/configure.ac
index 608e80d..e0c61bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.6.1, ted@canonical.com)
+AC_INIT(libdbusmenu, 12.10.0, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.6.1, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 12.10.0, [-Wno-portability])
AM_MAINTAINER_MODE