diff options
author | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-11-05 11:01:57 +0000 |
---|---|---|
committer | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-11-05 11:01:57 +0000 |
commit | 3f79da932540156545854b59371e66b1eb3704b9 (patch) | |
tree | af82b6ed7407b726375f82e6788cce033abba9c7 /debian | |
parent | 447b26e4fe8cc9501a03e81b73ae0eeb19a054f2 (diff) | |
download | ayatana-ido-3f79da932540156545854b59371e66b1eb3704b9.tar.gz ayatana-ido-3f79da932540156545854b59371e66b1eb3704b9.tar.bz2 ayatana-ido-3f79da932540156545854b59371e66b1eb3704b9.zip |
Releasing 13.10.0+14.04.20131105.1-0ubuntu1, based on r156
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c0fb3eb..5c97258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,25 @@ -ido (13.10.0+13.10.20131011-0ubuntu2) UNRELEASED; urgency=low +ido (13.10.0+14.04.20131105.1-0ubuntu1) trusty; urgency=low + [ Ubuntu daily release ] * debian/*symbols: auto-update new symbols to released version - -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 05 Nov 2013 11:01:41 +0000 + [ Lars Uebernickel ] + * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model. + * IdoUserMenuItem: only allow file icons as avatars In practice, all + avatars are file icons. This restriction allowed for quite some + cleanup, as we don't need to worry about symbolic icons and themes + aymore. Note: this patch removes the warning when the user avatar + image was not found. This is a common enough case that the warning + just clutters up logs. + * idoscalemenuitem: disconnect signal from parent This fixes a crash: + the widget installed a handler for the parent's hide signal, but was + destroyed before the parent without disconnecting the signal. (LP: + #1246536) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 156 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 05 Nov 2013 11:01:56 +0000 ido (13.10.0+13.10.20131011-0ubuntu1) saucy; urgency=low |