aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog12
2 files changed, 5 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 07bff83..152b91b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.11, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.12, 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.11)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.12)
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index 7d303d4..0895ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,15 @@
-indicator-application (0.0.11-0ubuntu1~ppa3) lucid; urgency=low
+indicator-application (0.0.12-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Upstream Merge
+ * Upstream release 0.0.12
* Handling the service restarting better by removing the icons
after a small delay to ensure they don't return.
* Fixing a crash where a proxy was created while the previous
one was being destroyed.
-
- -- Ted Gould <ted@ubuntu.com> Mon, 08 Feb 2010 09:35:14 -0600
-
-indicator-application (0.0.11-0ubuntu1~ppa2) lucid; urgency=low
-
- * Upstream Merge
* Fixing copying of the attention icon
* Adding status changing to the example application
* Adding a test for status changing getting sent over DBus.
- -- Ted Gould <ted@ubuntu.com> Mon, 08 Feb 2010 09:30:24 -0600
+ -- Ted Gould <ted@ubuntu.com> Mon, 08 Feb 2010 09:56:35 -0600
indicator-application (0.0.11-0ubuntu1~ppa1) lucid; urgency=low