aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-20 16:43:41 -0500
committerTed Gould <ted@gould.cx>2011-06-20 16:43:41 -0500
commit0b1b3745b5a082c94e0b0b0548a9d068ba8645e5 (patch)
tree8c0da3872a68080a5ab5f8274e8961e26098123a /ChangeLog
parent5e1cdbb204626572c4624420266bae4d85c4e027 (diff)
parent2f1adbf33420ba6c79a99938af18f9d7c4ec3484 (diff)
downloadlibdbusmenu-0b1b3745b5a082c94e0b0b0548a9d068ba8645e5.tar.gz
libdbusmenu-0b1b3745b5a082c94e0b0b0548a9d068ba8645e5.tar.bz2
libdbusmenu-0b1b3745b5a082c94e0b0b0548a9d068ba8645e5.zip
* New upstream release.
* Fixing visibility for Eclipse (LP: #770263 and LP: #618587) * Unseting a GValue properly (LP: #785828) * Memory leaks for GVariant usage (LP: #784890) * Making GTK 3 default build * Removing the SerializableMenuitem object
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog92
1 files changed, 92 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b266d0..99fb3e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,101 @@
# Generated by Makefile. Do not edit.
+2011-06-20 Ted Gould <ted@gould.cx>
+
+ 0.4.90
+
+2011-06-20 Ted Gould <ted@gould.cx>
+
+ Require a JSON Glib with G_CONST_RETURN removed
+
+2011-06-20 Ted Gould <ted@gould.cx>
+
+ Marking glib-proxy-test as XFAIL to release. Captured in bug 799878.
+
+2011-06-17 Ted Gould <ted@gould.cx>
+
+ Hide a warning that is happening on GTK 3 and breaking the test
+
+2011-06-17 Ted Gould <ted@gould.cx>
+
+ Make tests build under GTK+ 3
+
+2011-06-17 Ted Gould <ted@gould.cx>
+
+ Various memory leaks and fixes
+
+2011-06-16 Ted Gould <ted@gould.cx>
+
+ Answering a TODO
+
+2011-06-16 Ted Gould <ted@gould.cx>
+
+ Avoid string parsing by using a direct variant new function.
+
+2011-06-16 Jonathan Landis <jkl102001@yahoo.com>
+
+ Fix for several issues as documented in bug 784890
+
+2011-06-17 Ted Gould <ted@gould.cx>
+
+ Unsetting the property value
+
+2011-06-16 Jonathan Landis <jkl102001@yahoo.com>
+
+ Unset the value as specified in bug 785828
+
+2011-06-16 Ted Gould <ted@gould.cx>
+
+ Matching version number of 0.4 trunk
+
+2011-05-31 Ted Gould <ted@gould.cx>
+
+ Fix to toggle visibility for Eclipse
+
2011-04-25 Ted Gould <ted@gould.cx>
0.4.4
+2011-06-16 Ted Gould <ted@gould.cx>
+
+ Making the default GTK 3
+
+2011-06-16 Ted Gould <ted@gould.cx>
+
+ Add a more specific annotation
+
+2011-05-13 Ted Gould <ted@gould.cx>
+
+ Adding the element type to get_children
+
+2011-05-31 Ted Gould <ted@gould.cx>
+
+ Toggle visibility to help Eclipse
+
+2011-05-18 Michael Terry <michael.terry@canonical.com>
+
+ ref menu until we're done toggling its visibility
+
+2011-04-27 Michael Terry <mike@mterry.name>
+
+ toggle visibility of menus to fix Eclipse RCP apps
+
+2011-05-03 Ted Gould <ted@gould.cx>
+
+ Removing the serializable menuitem
+
+2011-04-26 Ted Gould <ted@gould.cx>
+
+ Removing the serializable menu item docs
+
+2011-04-26 Ted Gould <ted@gould.cx>
+
+ Dropping the serializable menu item. Not a bad idea, but we can do better.
+
+2011-04-26 Ted Gould <ted@gould.cx>
+
+ Let's break us some ABI
+
2011-04-19 Ted Gould <ted@gould.cx>
Fix a typo in the signal name to make it match the XML files