diff options
author | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-10-04 10:18:53 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-04 10:18:53 +0000 |
commit | a9ede03545ebb5daf8822456bfa675a282ed78ab (patch) | |
tree | 3aa7ae4065929261c4063dacd1791f8f7b522b88 | |
parent | 138ad55c8866a9ad5146bfb745c78c2717c9458e (diff) | |
parent | c3ce23b27297c464aec033cca6f5690decdc6f0e (diff) | |
download | ayatana-indicator-messages-a9ede03545ebb5daf8822456bfa675a282ed78ab.tar.gz ayatana-indicator-messages-a9ede03545ebb5daf8822456bfa675a282ed78ab.tar.bz2 ayatana-indicator-messages-a9ede03545ebb5daf8822456bfa675a282ed78ab.zip |
Releasing 13.10.1+13.10.20131004-0ubuntu1 (revision 388 from lp:indicator-messages).
Approved by PS Jenkins bot.
-rw-r--r-- | debian/changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 394d2de..dce8eee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +indicator-messages (13.10.1+13.10.20131004-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * in im_application_list_update_draws_attention(), free the temporary + icon_name string created by g_strdup_printf(). (LP: #1234895) + + [ Sebastien Bacher ] + * remove old sources from the translatable list. + + [ Lars Uebernickel ] + * messages-service: return TRUE from "handle-*" GDBusProxy method + handlers This is done to signify that the handlers replied to the + messages. Otherwise GDBus might send another reply, depending on + whether 0 or !0 was lying around on the stack. . + * Change title to "Incoming". + * Remove 'indicator.' from the "Clear All" menu item on the phone's + menu. + * Return values from functions that have return values. Somehow - + Wreturn-type warnings aren't always triggered for g_return_if_fail + macros. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 388 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 04 Oct 2013 02:28:41 +0000 + indicator-messages (13.10.1+13.10.20130930-0ubuntu1) saucy; urgency=low [ Lars Uebernickel ] |