diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 16:42:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 16:42:43 -0500 |
commit | 01525b3ea0111160d666b3eaf83081ac44b6bc71 (patch) | |
tree | 22581be8cd0f2f3e6643e915c5c5ed22d6ed303b /debian | |
parent | 3457ea217020a8f17582f7e75f0b214026953d6e (diff) | |
parent | 347535df0acc9c81bfecf8db6190ca402cb42ded (diff) | |
download | libdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.tar.gz libdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.tar.bz2 libdbusmenu-01525b3ea0111160d666b3eaf83081ac44b6bc71.zip |
New upstream release.
∘ Handle cases where labels are added later as subwidgets
in the menuitem (LP: #758759)
∘ Fix the destruction of the attached GTK menuitem (LP: #746091)
∘ Guard against an activation that does not actually have an
associated menu-hide (LP: #750588)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 2d3b18b..35aedc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -libdbusmenu (0.4.2-0ubuntu4) UNRELEASED; urgency=low +libdbusmenu (0.4.3-0ubuntu1~ppa1) UNRELEASED; urgency=low + [ Ken VanDine ] * debian/rules - Fixed package names in build targets (LP: #760102) - Dropped makeshlibs in favor of symbols files @@ -7,16 +8,15 @@ libdbusmenu (0.4.2-0ubuntu4) UNRELEASED; urgency=low * +debian/libdbusmenu-gtk3-3.symbols * +debian/libdbusmenu-gtk3.symbols - -- Ken VanDine <ken.vandine@canonical.com> Thu, 14 Apr 2011 09:27:03 -0400 - -libdbusmenu (0.4.2-0ubuntu4~ppa1) natty; urgency=low - - * Upstream Merge - * Handle cases where labels are added later as subwidgets in - the menuitem (LP: #758759) - * Fix the destruction of the attached GTK menuitem (LP: #746091) + [ Ted Gould ] + * New upstream release. + ∘ Handle cases where labels are added later as subwidgets + in the menuitem (LP: #758759) + ∘ Fix the destruction of the attached GTK menuitem (LP: #746091) + ∘ Guard against an activation that does not actually have an + associated menu-hide (LP: #750588) - -- Ted Gould <ted@ubuntu.com> Tue, 12 Apr 2011 22:13:59 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 14 Apr 2011 16:41:27 -0500 libdbusmenu (0.4.2-0ubuntu3) natty; urgency=low |