diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-12 11:16:04 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-12 11:16:04 -0500 |
commit | 7a6c1e96ed3bd910ed0e4db7e0f0bf094f13f0d0 (patch) | |
tree | 7530df098298f420fe8fb6209fc2832f82056ab3 | |
parent | ed575a3914e965e03e5eeb98cf5e4a38e510afcd (diff) | |
download | libdbusmenu-7a6c1e96ed3bd910ed0e4db7e0f0bf094f13f0d0.tar.gz libdbusmenu-7a6c1e96ed3bd910ed0e4db7e0f0bf094f13f0d0.tar.bz2 libdbusmenu-7a6c1e96ed3bd910ed0e4db7e0f0bf094f13f0d0.zip |
* Upstream release 0.2.1
- Fix to not destroy the image if we're still using it.
- Adding code to support icon names that have an implied direction in them.
- Fix to put a small amount of padding between the icon and the label.
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 074d225..db9be55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libdbusmenu (0.2.1-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.1 + - Fix to not destroy the image if we're still using it. + - Adding code to support icon names that have an implied direction in them. + - Fix to put a small amount of padding between the icon and the label. + + + -- Ken VanDine <ken.vandine@canonical.com> Tue, 12 Jan 2010 11:03:39 -0500 + libdbusmenu (0.2.0-0ubuntu3) lucid; urgency=low * debian/rules: |