diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 11:05:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 11:05:16 -0600 |
commit | 9aa5445985ebf244681ccfb3bb6f264eb4282bca (patch) | |
tree | b8a4f31686c6339498e34785252ff57016a5f518 /debian | |
parent | 05d9b0b58fa3c9247860f911bb3477cd52665671 (diff) | |
parent | cec350b1d24eeeb308fd02846bf637d4ec92fbb5 (diff) | |
download | libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.tar.gz libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.tar.bz2 libdbusmenu-9aa5445985ebf244681ccfb3bb6f264eb4282bca.zip |
New upstream release.
∘ Add helper to get cached menuitem from widget
∘ Have the GTK Dbusmenu Client handle theme directories (LP: #727325)
∘ Fix a bunch of memory leaks (LP: #722972)
∘ Handle _ in menuitems more correctly when parsing (LP: #621301)
∘ Protect from NULL layout_props (LP: #729722)
∘ Remove the property from the hashtable before signaling that
it's been changed (LP: #725603)
∘ Wrap emitted properties in a variant
∘ Fix enum templates so they can be included by other programs
without error
∘ Setting the cached menu item (LP: #723463) (LP: #729128) (LP: #729194)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index be83197..4b34c80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libdbusmenu (0.3.101-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * New upstream release. + ∘ Add helper to get cached menuitem from widget + ∘ Have the GTK Dbusmenu Client handle theme directories (LP: #727325) + ∘ Fix a bunch of memory leaks (LP: #722972) + ∘ Handle _ in menuitems more correctly when parsing (LP: #621301) + ∘ Protect from NULL layout_props (LP: #729722) + ∘ Remove the property from the hashtable before signaling that + it's been changed (LP: #725603) + ∘ Wrap emitted properties in a variant + ∘ Fix enum templates so they can be included by other programs + without error + ∘ Setting the cached menu item (LP: #723463) (LP: #729128) (LP: #729194) + + -- Ted Gould <ted@ubuntu.com> Thu, 10 Mar 2011 11:03:27 -0600 + libdbusmenu (0.3.100-0ubuntu4) natty; urgency=low * libdbusmenu-gtk/parser.c @@ -20,13 +37,6 @@ libdbusmenu (0.3.100-0ubuntu2) natty; urgency=low -- Ken VanDine <ken.vandine@canonical.com> Fri, 04 Mar 2011 10:22:36 -0500 -libdbusmenu (0.3.100-0ubuntu2~ppa1) natty; urgency=low - - * Upstream Merge - * Fix the enum-types.h header in the dist - - -- Ted Gould <ted@ubuntu.com> Fri, 04 Mar 2011 09:31:09 -0600 - libdbusmenu (0.3.100-0ubuntu1) natty; urgency=low * New upstream release. |