diff options
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/changelog | 20 |
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 |