aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-21 14:16:37 -0600
committerTed Gould <ted@gould.cx>2010-01-21 14:16:37 -0600
commite38c251afa63263b88c25098509dfcd2a223d751 (patch)
treef405a247bc6230868ced043bd54b884b2fabf1ba
parent9c8e204785ad1936917c8474485389b11cff65d0 (diff)
parentbb106d11cf9b49eae0f3c3a8ccf9d104e65fbd1b (diff)
downloadayatana-indicator-application-e38c251afa63263b88c25098509dfcd2a223d751.tar.gz
ayatana-indicator-application-e38c251afa63263b88c25098509dfcd2a223d751.tar.bz2
ayatana-indicator-application-e38c251afa63263b88c25098509dfcd2a223d751.zip
* Upstream release 0.0.10
* debian/control: Adding dependency for json-glib to build.
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog20
2 files changed, 7 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 5855168..5549bd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.9, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.10, 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.9)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.10)
AM_MAINTAINER_MODE
@@ -38,7 +38,7 @@ AC_CONFIG_MACRO_DIR(m4)
###########################
GTK_REQUIRED_VERSION=2.12
-INDICATOR_REQUIRED_VERSION=0.3.0
+INDICATOR_REQUIRED_VERSION=0.3.1
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
JSON_GLIB_REQUIRED_VERSION=0.7.6
diff --git a/debian/changelog b/debian/changelog
index ba22fde..eab47d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,25 +1,13 @@
-indicator-application (0.0.9-0ubuntu1~ppa4) karmic; urgency=low
+indicator-application (0.0.10-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Upstream merge
+ * Upstream release 0.0.10
* Adding in a file to position the indicators
- * debian/control: Adding dependency for json-glib to build.
-
- -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:12:37 -0600
-
-indicator-application (0.0.9-0ubuntu1~ppa3) karmic; urgency=low
-
- * Upstream update
* Ref counting theme directories as they get added and removed
* Use the right callback function for fallback (LP: #507975)
-
- -- Ted Gould <ted@ubuntu.com> Wed, 20 Jan 2010 14:59:48 -0600
-
-indicator-application (0.0.9-0ubuntu1~ppa2) karmic; urgency=low
-
- * Upstream update
* Support getting the app list from a running service.
+ * debian/control: Adding dependency for json-glib to build.
- -- Ted Gould <ted@ubuntu.com> Wed, 20 Jan 2010 14:47:47 -0600
+ -- Ted Gould <ted@ubuntu.com> Thu, 21 Jan 2010 14:15:32 -0600
indicator-application (0.0.9-0ubuntu3) lucid; urgency=low