aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-03 17:19:47 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-03-03 17:19:47 -0500
commit06885e9d71861edd32d7906ef7ba252f2e064167 (patch)
tree7e8e96a7fe4d23822aa60b6c9ec629a2889ed2d1 /debian/changelog
parent86cabf670968df8056246d2f6c3b2c4f6b19399a (diff)
parent2949b7cdafe7c7e4204ca441c14ced5672ddcdd9 (diff)
downloadlibdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.tar.gz
libdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.tar.bz2
libdbusmenu-06885e9d71861edd32d7906ef7ba252f2e064167.zip
releasing version 0.3.100-0ubuntu1
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3216091..6ae49f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+libdbusmenu (0.3.100-0ubuntu1) natty; urgency=low
+
+ * New upstream release.
+ * GTK application menus are not correctly displayed (LP: #726678)
+ * Fix LP: #723873 - ensure that changing a menuitem property to a
+ default value gets propagated properly in the client
+ * Fix some crashes by disconnecting more signals when a menuitem is
+ deleted. LP: #725980 and LP: #726153
+ * Making sure to grab the variant and dispose of it in handle_event.
+ * Change the destroy prototype to fix GIR warnings
+ * Fix emitting property changes to use tuples
+ * Track the icon theme directories
+ * Handle cases where passed in property names could be in the
+ properties hash table
+ * Making property names match DBus protocol recommendations
+ * Restricting GIR scanner to exported interfaces
+ * Use the library i18n libraries instead of the app ones
+ * Make GetLayout use the parent parameter
+ * debian/patches: All submitted upstream
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 03 Mar 2011 13:54:31 -0600
+
libdbusmenu (0.3.99-0ubuntu5) natty; urgency=low
* debian/patches/lp726678.patch