diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 10:26:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 10:26:05 -0500 |
commit | 0b028ae913569f5e836c3c05d547c38b43210e82 (patch) | |
tree | 93b64e8eecc5ba9b82bcdff243f5049029fc7c04 /debian/changelog | |
parent | 81cebd92254afdc5c9142672ee8c9dbcdfa36655 (diff) | |
parent | f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c (diff) | |
download | libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.tar.gz libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.tar.bz2 libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.zip |
New upstream release.
∘ Fix GIR scan to not include duplicate namespaces (LP: #750575)
∘ Keep refs to the client and makes sure to disconnect all handlers.
(LP: #749609)
∘ Add GTK side handlers for the open/close events to ensure GTK apps
can use those events still (LP: #750588)
∘ Create submenus for menuitems that don't have children but still
have told us they need them with the child-display property.
(LP: #619811)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 6ed6fe8..d17db9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,16 @@ -libdbusmenu (0.4.1-0ubuntu2~ppa1) natty; urgency=low +libdbusmenu (0.4.2-0ubuntu1~ppa1) UNRELEASED; urgency=low - * Upstream Merge - * Fix GIR scan to not include duplicate namespaces (LP: #750575) - * Keep refs to the client and makes sure to disconnect all - handlers. (LP: #749609) - * Add GTK side handlers for the open/close events to ensure GTK - apps can use those events still (LP: #750588) - - -- Ted Gould <ted@ubuntu.com> Tue, 05 Apr 2011 16:29:01 -0500 + * New upstream release. + ∘ Fix GIR scan to not include duplicate namespaces (LP: #750575) + ∘ Keep refs to the client and makes sure to disconnect all handlers. + (LP: #749609) + ∘ Add GTK side handlers for the open/close events to ensure GTK apps + can use those events still (LP: #750588) + ∘ Create submenus for menuitems that don't have children but still + have told us they need them with the child-display property. + (LP: #619811) + + -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 10:24:37 -0500 libdbusmenu (0.4.1-0ubuntu1) natty; urgency=low |