aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
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 4fb0dc9..6955501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+libdbusmenu (0.5.91-0ubuntu1) UNRELEASED; urgency=low
+
+ * debian/control:
+ - drop git binaries, the libdev depends on it
+ - set ubuntu vcs
+ - use the current vala version
+
+ [ Ted Gould ]
+ * New upstream release.
+ * Remove unused const on GStrv's
+ * Only free when there is data to free
+ * Ensure that we only return once even with error (LP: #929856)
+ * Fix an error on a failure to send properties (LP: #929707)
+ * Ensure the hash variant isn't NULL in the comparison (LP: #929710)
+ * Fix some of the issues with throwing criticals
+ * Ensure our tests fail if they throw criticals
+ * Parse and handle a11y descriptions
+ * Don't pass NULL to ATK
+ * Non-srcdir build fixes
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 21:35:12 +0100
+
libdbusmenu (0.5.90-0ubuntu1) precise; urgency=low
[ Ted Gould ]