diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 08:43:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 08:43:54 -0600 |
commit | 94771ef292cff20ef40fe7e758d95fbc19980d56 (patch) | |
tree | a4cb55c1ce104b06566d498dd18c813c8f15254b | |
parent | 824afdb35f165d4421cf60b080800c8d0e361db4 (diff) | |
parent | 438443e863be28a23c9494281a2a10bea6a9b6fc (diff) | |
download | libdbusmenu-94771ef292cff20ef40fe7e758d95fbc19980d56.tar.gz libdbusmenu-94771ef292cff20ef40fe7e758d95fbc19980d56.tar.bz2 libdbusmenu-94771ef292cff20ef40fe7e758d95fbc19980d56.zip |
* Upstream release 0.2.1
* Setting direction based on parent widget text direction.
-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 |