diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-24 17:30:32 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-10-24 17:30:32 +0200 |
commit | 225bcfec9955efcc9cd41833121589ca14cf1cf1 (patch) | |
tree | acc79082a282b0090a15f1bdf5e5036927be66df /debian/changelog | |
parent | b7a538fcec18400883a8f351a01b12d51b8a9a66 (diff) | |
parent | 00eb05656f4912886e6b25ae5d5e1211d15a4c29 (diff) | |
download | ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.gz ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.tar.bz2 ayatana-indicator-messages-225bcfec9955efcc9cd41833121589ca14cf1cf1.zip |
* New upstream release:
- fix crash caused by GError not being cleared (lp #1064314)
- fix crash when registering an app that was previously unregistered
(lp #1065169)
- remove the icon if NULL is passed to source_set_icon (lp #1070421)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 072a2a7..13e72aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-messages (12.10.5-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release: + - fix crash caused by GError not being cleared (lp #1064314) + - fix crash when registering an app that was previously unregistered + (lp #1065169) + - remove the icon if NULL is passed to source_set_icon (lp #1070421) + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 24 Oct 2012 17:22:44 +0200 + indicator-messages (12.10.4-0ubuntu1) quantal; urgency=low * New upstream release: |