diff options
author | Ted Gould <ted@gould.cx> | 2010-04-15 01:23:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-15 01:23:10 -0500 |
commit | 490c7b4de7274d4c0c3529ff01bacb829d6aa4c8 (patch) | |
tree | 4b1fa3f794991102ea5a085df14b6a293b690a7b /debian/changelog | |
parent | b76efc8297f488efce9e4fddf9e705c75a27065e (diff) | |
parent | 7bf97e72be70cf02997eca526aaac68df4494165 (diff) | |
download | libdbusmenu-490c7b4de7274d4c0c3529ff01bacb829d6aa4c8.tar.gz libdbusmenu-490c7b4de7274d4c0c3529ff01bacb829d6aa4c8.tar.bz2 libdbusmenu-490c7b4de7274d4c0c3529ff01bacb829d6aa4c8.zip |
* Upstream Merge
* Changing GTK layer to look at position in realized
children to avoid realization races. (LP: #555816)
* Don't allow setting children twice
* Ref children of a menuitem
* Return error when parent ID of getlayout can't be found
* Adding in visible property to docs
* Helpful comments in the code
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e6974ea..44c67ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libdbusmenu (0.2.9-0ubuntu2~ppa1) UNRELEASED; urgency=low + + * Upstream Merge + * Changing GTK layer to look at position in realized + children to avoid realization races. (LP: #555816) + * Don't allow setting children twice + * Ref children of a menuitem + * Return error when parent ID of getlayout can't be found + * Adding in visible property to docs + * Helpful comments in the code + + -- Ted Gould <ted@ubuntu.com> Thu, 15 Apr 2010 01:17:34 -0500 + libdbusmenu (0.2.9-0ubuntu1) lucid; urgency=low * New upstream release. |