diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ac4bfe3..56bf005 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +ido (13.10.0+14.04.20131127-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * idoactionhelper: remove potentially stray idle source when + finalizing. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 162 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 27 Nov 2013 11:37:40 +0000 + +ido (13.10.0+14.04.20131126-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * ido_calendar_menu_item_new_from_model: initialize local variables + with NULL Both of these variables will be passed to g_free() without + checking whether g_menu_item_get_attribute() failed. (LP: #1255076) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 160 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 26 Nov 2013 19:28:37 +0000 + +ido (13.10.0+14.04.20131106-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * ido_user_menu_item: remove superfluous unref The return value of + g_file_icon_get_file() is transfer-none. (LP: #1248446) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 158 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 06 Nov 2013 11:23:53 +0000 + +ido (13.10.0+14.04.20131105.1-0ubuntu1) trusty; urgency=low + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + [ 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 [ Lars Uebernickel ] |