aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-31 15:52:26 -0600
committerTed Gould <ted@gould.cx>2011-01-31 15:52:26 -0600
commit284b6b17cfc3b0be1f371c4787eec795c166c7ca (patch)
treeb79c3891b3af838a4f36857ac61044e5e81bf138 /ChangeLog
parent6022220a0c208d0fea140ed3ed80e1806983f3b9 (diff)
parent6c339510a684ba9a8f01fc57188bb4953be0e30b (diff)
downloadlibdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.tar.gz
libdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.tar.bz2
libdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.zip
* New upstream release.
* Fix crashes on rapidly creating and destroying client and menu objects (LP: #709754) * Fix dynamically changed submenus to get the parsed (LP: #696896) * Fix bad signature on GetProperties with no hits
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50127fd..ddd8828 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,57 @@
# Generated by Makefile. Do not edit.
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ 0.3.95
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Fix the property return signature.
+
+2011-01-31 Michael Terry <mike@mterry.name>
+
+ fix variant type of props return
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Handling changing submenus by watching for the notify event
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Handle the case where we don't have a cached item. Not sure how that'd be, but we shouldn't let it drop.
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Switching to take_children() so that we can ensure all the data remains valid
+
+2011-01-28 Michael Terry <mike@mterry.name>
+
+ notice new submenus
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Fixing a set of issues with not keeping references to objects in callbacks.
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Attaching bug number
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Switching the properties callback to use custom structure so that we can reference the client throughout the callback.
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Keeping the root so that we can remove the signal handlers.
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Disconnect realized handler when we don't care about the item anymore.
+
+2011-01-31 Ted Gould <ted@gould.cx>
+
+ Keep a ref to the client through-out the call to the update
+
2011-01-27 Ted Gould <ted@gould.cx>
0.3.94