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 29a628a..b14e797 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.2.0, ted@canonical.com) +AC_INIT(libdbusmenu, 0.2.1, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.2.0) +AM_INIT_AUTOMAKE(libdbusmenu, 0.2.1) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS) ########################### LIBDBUSMENU_CURRENT=0 -LIBDBUSMENU_REVISION=10 +LIBDBUSMENU_REVISION=11 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) diff --git a/debian/changelog b/debian/changelog index 4020dcb..7c41f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,23 +1,11 @@ -libdbusmenu (0.2.0-0ubuntu2~ppa3) karmic; urgency=low +libdbusmenu (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low - * Upstream update + * Upstream release 0.2.1 * Not deleting images that we're still using. - - -- Ted Gould <ted@ubuntu.com> Tue, 12 Jan 2010 08:25:38 -0600 - -libdbusmenu (0.2.0-0ubuntu2~ppa2) karmic; urgency=low - - * Upstream update - * Setting direction based on parent widget text direction. - - -- Ted Gould <ted@ubuntu.com> Mon, 11 Jan 2010 23:57:24 -0600 - -libdbusmenu (0.2.0-0ubuntu2~ppa1) karmic; urgency=low - - * Upstream update * Adding padding between the icon and the label. + * Setting direction based on parent widget text direction. - -- Ted Gould <ted@ubuntu.com> Mon, 11 Jan 2010 23:53:51 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 12 Jan 2010 08:43:02 -0600 libdbusmenu (0.2.0-0ubuntu1) lucid; urgency=low |