aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-08 09:57:20 -0600
committerTed Gould <ted@gould.cx>2010-02-08 09:57:20 -0600
commitc5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2 (patch)
tree289c0a8553798abc5c3038dbc68133da5513cf0a
parentc21b71ae4bfee0b9c7236f1707184a065b85bf75 (diff)
parentfb4952bf2d8884ba4ce84db885afb2dc37f653d9 (diff)
downloadayatana-indicator-application-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.tar.gz
ayatana-indicator-application-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.tar.bz2
ayatana-indicator-application-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.zip
Upstream release 0.0.12
-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