aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-25 15:18:24 -0600
committerTed Gould <ted@gould.cx>2010-02-25 15:18:24 -0600
commit579c1e0778ec4783c07bda038d39164682ee3158 (patch)
treea62d60a27e79b4ad68b63fc457c319d174f4b577 /configure.ac
parent9d1ecc8139ae90a81f02e4529f5f42f73c30029a (diff)
parentbc5b940605bdcd6282f7eda735ef3d262101da79 (diff)
downloadayatana-indicator-application-579c1e0778ec4783c07bda038d39164682ee3158.tar.gz
ayatana-indicator-application-579c1e0778ec4783c07bda038d39164682ee3158.tar.bz2
ayatana-indicator-application-579c1e0778ec4783c07bda038d39164682ee3158.zip
Upstream release 0.0.14
∘ Fix mono bindings to include proper metadata (LP: #526620) ∘ Send connection changed signal when the proxy is created and destroyed (LP: #527082) ∘ Hide the fallback status icon before unrefing it. (LP: #526041) ∘ Increase dbus-glib version check to 0.82 ∘ Handle menu layout changes and visibility changes better. ∘ Improve testing stability ∘ Read menu sensitivity on startup. ∘ Handle null strings when evaluating whether we have an attention icon. ∘ Remove dbus objects when we fallback ∘ Disconnect client_menu_changed signal handlers on cleanup. ∘ Handle cases where the menu gets unset on updates. ∘ Fix custom labels on stock items. ∘ Adds support for submenus
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a3c26e5..219a08e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.13, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.14, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.13)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.14)
AM_MAINTAINER_MODE