diff options
-rw-r--r-- | debian/changelog | 23 | ||||
-rw-r--r-- | debian/libido3-0.1-0.symbols | 6 |
2 files changed, 26 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ac4bfe3..5c97258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +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 ] diff --git a/debian/libido3-0.1-0.symbols b/debian/libido3-0.1-0.symbols index 987528b..8efde79 100644 --- a/debian/libido3-0.1-0.symbols +++ b/debian/libido3-0.1-0.symbols @@ -70,9 +70,9 @@ libido3-0.1.so.0 libido3-0.1-0 #MINVER# ido_switch_menu_item_get_content_area@Base 12.10.0 ido_switch_menu_item_get_type@Base 12.10.0 ido_switch_menu_item_new@Base 12.10.0 - ido_switch_menu_item_new_from_menu_model@Base 0replaceme - ido_switch_menu_item_set_icon@Base 0replaceme - ido_switch_menu_item_set_label@Base 0replaceme + ido_switch_menu_item_new_from_menu_model@Base 13.10.0+14.04.20131105.1 + ido_switch_menu_item_set_icon@Base 13.10.0+14.04.20131105.1 + ido_switch_menu_item_set_label@Base 13.10.0+14.04.20131105.1 ido_timeline_calculate_progress@Base 0.1.8 ido_timeline_direction_get_type@Base 0.1.8 ido_timeline_get_direction@Base 0.1.8 |