Change logs for gtk+3.0 source package in Saucy

  • gtk+3.0 (3.8.6-0ubuntu3.1) saucy; urgency=low
    
      * debian/patches/git_textlayout_fix.patch:
         - gedit crashed with SIGSEGV in magazine_chain_pop_head() (lp: #1196523)
     -- Ikuya Awashiro <email address hidden>   Mon, 09 Dec 2013 11:54:09 +0900
  • gtk+3.0 (3.8.6-0ubuntu3) saucy; urgency=low
    
      [ Ritesh Khadgaray ]
      * debian/patches/git_bookmark_ellipsize.patch:
        - GtkFileChooserButton dialog stretched, when user has a really long name
          saved to bookmark (lp: #956855)
     -- Ritesh Khadgaray <email address hidden>   Wed, 06 Nov 2013 15:28:06 +0100
  • gtk+3.0 (3.8.6-0ubuntu2) saucy; urgency=low
    
      * Backport fixes from git
      * debian/patches/git_frame_disconnect.patch
        debian/patches/git_frame_update.patch:
        - "This fixes high wake-up count from any application using GtkTreeView,
           even idle ones."
      * debian/patches/git_submenus_leak.patch:
        - "don't leak submenus", thanks Lars Uebernickel (lp: #1199877)
    
    gtk+3.0 (3.8.6-0ubuntu1) saucy; urgency=low
    
      * New upstream version
      * debian/patches/git_padding_value.patch:
        - drop, the fix is the new version
      * debian/patches/git_list_handlers.patch: gtk was made, during
        the 3.8 cycle, to ignore the mimetype handlers with NoDisplay=true.
        The change turned out to be wrong and got reverted in 3.10, doing the
        same here. It makes, e.g shotwell to be listed again (lp: #1238149)
     -- Sebastien Bacher <email address hidden>   Mon, 28 Oct 2013 10:50:18 -0700
  • gtk+3.0 (3.8.4-0ubuntu3) saucy; urgency=low
    
      * debian/patches/git_padding_value.patch: don't use a negative padding,
        that fixes gnome-session-properties' dialog segfault on empty lists,
        thanks Ryan Lortie (lp: #1193913)
     -- Sebastien Bacher <email address hidden>   Mon, 30 Sep 2013 16:11:25 +0200
  • gtk+3.0 (3.8.4-0ubuntu2) saucy; urgency=low
    
      [ William Hua ]
      * debian/patches/git-gtkmodelmenuitem-icon-support.patch:
        - git backport from 3.9, add upstream's GtkModelMenuItem GIcon support
        (lp: #186961)
     -- Sebastien Bacher <email address hidden>   Wed, 25 Sep 2013 11:53:05 +0200
  • gtk+3.0 (3.8.4-0ubuntu1) saucy; urgency=low
    
      * New upstream version
      * Dropped the patches included in the new version
     -- Sebastien Bacher <email address hidden>   Mon, 09 Sep 2013 19:08:12 +0200
  • gtk+3.0 (3.8.2-3ubuntu7) saucy; urgency=low
    
      * ubuntu_gtk_custom_menu_items.patch: Fix checking for NULL actions
        before applying action namespace
     -- Ted Gould <email address hidden>   Thu, 15 Aug 2013 22:32:25 -0500
  • gtk+3.0 (3.8.2-3ubuntu6) saucy; urgency=low
    
      * Relax dependencies on the -common package, just require
        libgtk-3-common (>= ${source:Upstream-Version})......
      * Enable parallel builds.
     -- Matthias Klose <email address hidden>   Sat, 03 Aug 2013 21:18:30 +0200
  • gtk+3.0 (3.8.2-3ubuntu5) saucy; urgency=low
    
      * debian/patches/git_check_for_gdkpixbuf_first.patch:
        - Backport patch to fix slow icon loading in GNOME's Background Setttings
          panel. Thanks Ryan Lortie for the fix! (LP: #1205562)
     -- Jeremy Bicha <email address hidden>   Thu, 01 Aug 2013 20:37:08 -0400
  • gtk+3.0 (3.8.2-3ubuntu4) saucy; urgency=low
    
      * Add new symbol from last upload
    
    gtk+3.0 (3.8.2-3ubuntu3) saucy; urgency=low
    
      * debian/patches: Cherrypick upstream git iconcache fixes (LP: #1186694)
        - git_iconcache_ref_GtkIconData.patch
        - git_icontheme_move_changed_emission.patch
      * debian/patches/git_disable_frame_sync_gtkplug.patch:
        - Fixes gnome-screensaver not redrawing when used with lightdm
          on gnome-shell (LP: #1181632)
     -- Jeremy Bicha <email address hidden>   Mon, 22 Jul 2013 21:53:35 -0400
  • gtk+3.0 (3.8.2-3ubuntu3) saucy; urgency=low
    
      * debian/patches: Cherrypick upstream git iconcache fixes (LP: #1186694)
        - git_iconcache_ref_GtkIconData.patch
        - git_icontheme_move_changed_emission.patch
      * debian/patches/git_disable_frame_sync_gtkplug.patch:
        - Fixes gnome-screensaver not redrawing when used with lightdm
          on gnome-shell (LP: #1181632)
     -- Tim Lunn <email address hidden>   Tue, 23 Jul 2013 09:27:13 +1000
  • gtk+3.0 (3.8.2-3ubuntu2) saucy; urgency=low
    
      * Use simply expanded variable to avoid FTBFS due to recursive reference of
        CFLAGS on armhf.
     -- Iain Lane <email address hidden>   Mon, 08 Jul 2013 17:32:34 +0100
  • gtk+3.0 (3.8.2-3ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * debian/patches/git_filechooser_signal.patch:
        "GtkFileChooserButton: Also emit 'file-set' when changing the selection
          through the combo box"
      * debian/patches/git_fileselect_subdir.patch:
        " GtkFileChooserEntry: don't inline-complete if the entry
          doesn't have the focus" (lp: #1102042)
    
      [ Iain Lane ]
      * Merge with Debian. Remaining changes:
        + Enable Wayland backend.
        + Set Multi-Arch: same on the library.
        + Break old gtk3-engines-unico versions incompatible with this GTK,
        + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
          cleared all old gtk modules out.
        + Don't build with optimisations on armhf to work around bug #1194123.
        + Install the settings.ini file to set our themes.
        + Ubuntu specific patches:
          - 073_treeview_almost_fixed.patch
          - 075_expose_gdkwidget_for_gtkrange.patch
          - 102_add_wayland_symbols.patch
          - abicheck-dynamic-backends
          - git_fileselect_subdir.patch
          - git_gtkcellrenderer_grabbing_modifier.patch
          - git-gtkmodelmenuitem-icon-support.patch
          - print-dialog-show-options-of-remote-dnssd-printers.patch
          - revert_git_a11y_stopped.patch
          - ubuntu_gtk_custom_menu_items.patch
          - uimanager-guard-against-nested-node-updates.patch
    
    gtk+3.0 (3.8.2-3) unstable; urgency=low
    
      * Simplify our trigger for gtk-query-immodules-3.0, use the --update-cache
        option instead of redirecting stdout.
      * debian/patches/080_correct_padding_of_submenu_arrows.patch: Take padding
        into account to position submenu arrow. Patch cherry-picked from upstream
        Git.
      * Update debian/copyright to comply with the final 1.0 spec.
    
    gtk+3.0 (3.8.2-2) unstable; urgency=low
    
      * debian/patches/031_ia64_children_test.patch:
        + Patch from Stephan Schreiber, fix an invalid read on a test case
          that caused it to fail on ia64, making the build fail.
      * debian/patches/032_mips_treeview_row_separator_height.patch:
        + Disable another test that currently fails on mips but that also
          fails at least on amd64 when run under valgrind.
      * All the above closes: #711107.
    
    gtk+3.0 (3.8.2-1) unstable; urgency=low
    
      [ Josselin Mouette ]
      * Switch to interest-noawait for triggers. They only affect IM
        modules, so this is not likely to cause upgrade problems.
    
      [ Michael Biebl ]
      * Upload to unstable.
      * New upstream release.
      * Update debian/copyright following the latest copyright-format spec.
      * Bump Standards-Version to 3.9.4. No further changes.
     -- Iain Lane <email address hidden>   Mon, 08 Jul 2013 16:31:25 +0100
  • gtk+3.0 (3.8.2-0ubuntu7) saucy; urgency=low
    
      * Revert the previous change and work around the GCC-4.8 breakage by
        building without optimisations on armhf. For the GCC problem, see bug
        #1194123
     -- Iain Lane <email address hidden>   Tue, 25 Jun 2013 09:18:04 +0100
  • gtk+3.0 (3.8.2-0ubuntu6) saucy; urgency=low
    
      * debian/rules: don't stop the build on failings tests, on armhf.
        There is a test that started failing recently there, and the issue is
        not easily reproducible. Since the version mismatch between archs is
        breaking builds, let's unblock those while we debug
     -- Sebastien Bacher <email address hidden>   Thu, 20 Jun 2013 13:29:00 +0200
  • gtk+3.0 (3.8.2-0ubuntu5) saucy; urgency=low
    
      * debian/patches/git_no_segfault_on_icon_theme_update.patch: git backport
        to fix nautilus segfaulting when being used after an icon theme update,
        which typically happens when a package installing an icon is installed or
        upgraded (lp: #1187709)
     -- Sebastien Bacher <email address hidden>   Wed, 19 Jun 2013 11:08:26 +0200
  • gtk+3.0 (3.8.2-0ubuntu4) saucy; urgency=low
    
      * debian/patches/043_ubuntu_menu_proxy.patch,
        debian/libgtk-3-0.symbols:
        - drop old menu patches, we deprecate appmenu-gtk in favor of the new
          unity-gtk-module code
      * debian/patches/git-gtkmodelmenuitem-icon-support.patch:
        - git backport from 3.9, add upstream's GtkModelMenuItem GIcon support,
          thanks William Hua
      * debian/gtk-3-examples.install:
        - list gtk3-demo-application there
     -- Sebastien Bacher <email address hidden>   Fri, 07 Jun 2013 17:08:06 +0200
  • gtk+3.0 (3.8.2-0ubuntu3) saucy; urgency=low
    
      * debian/patches/uimanager-guard-against-nested-node-updates.patch:
        - Avoid crashing due to nested update_node calls in GtkUIManager.
          LP: #1053862
     -- Michael Terry <email address hidden>   Tue, 30 Apr 2013 15:38:37 -0700
  • gtk+3.0 (3.8.2-0ubuntu2) saucy; urgency=low
    
      * debian/patches/ubuntu_gtk_custom_menu_items.patch:
        - Update custom menu items patch, thanks Lars Uebernickel
      * debian/libgtk-3-0.symbols:
        - updated symbols list for the new patch
     -- Sebastien Bacher <email address hidden>   Thu, 30 May 2013 19:48:44 +0200
  • gtk+3.0 (3.8.2-0ubuntu1) saucy; urgency=low
    
      * New version update:
        - includes fix for wayland backend segfault (lp: #1113424)
        - don't use tick mark instead of apostrophe (lp: #896986)
        - we now support touch friendly popups on entries and text views
          in place of context menus, on touch devices
        - The print dialog now shows printers that are discovered
          using avahi (lp: #1082519)
        - File chooser dialog doesn't provide network access (lp: #304345)
        - selection is reported incorrectly in file chooser button (lp: #1041546)
      * debian/libgtk-3-0.symbols:
        - new version update
      * debian/patches/git_color_annotation_fix.patch,
        debian/patches/git_cssimage_load_when_needed.patch,
        debian/patches/git_dont_duplicate_bookmark.patch:
        - dropped, those fixes are in the new version
      * debian/patches/102_add_wayland_symbols.patch:
        - updated for new symbols
    
    gtk+3.0 (3.7.12-1) experimental; urgency=low
    
      [ Sjoerd Simons ]
      * debian/patches/80_Fix-DND-with-frame-sync.patch:
        + Added. Temporary fix for DND when using mutter with the frame sync
        protocol (from upstream git, bgo#694217).
    
      [ Emilio Pozuelo Monfort ]
      * New upstream release.
        + debian/patches/*:
          - Refreshed.
        + debian/patches/80_Fix-DND-with-frame-sync.patch:
          - Removed, included upstream.
        + debian/libgtk-3-0.symbols:
          - Updated for new symbols.
    
    gtk+3.0 (3.7.10-1) experimental; urgency=low
    
      * New upstream release.
        + debian/control.in:
          - Update build dependencies.
        + debian/patches:
          - Refreshed.
        + debian/libgtk-3-0.symbols:
          - Updated for the new symbols.
        + debian/gtk-3-examples.install:
          - Stop installing gtk3-demo files, no longer needed.
        + debian/patches/030_tests_skip_filechooser.patch:
          - New patch: skip filechooser tests as they are not designed to
            be run without gtk+ installed.
     -- Sebastien Bacher <email address hidden>   Mon, 25 Feb 2013 16:29:19 +0100
  • gtk+3.0 (3.6.4-0ubuntu8) raring; urgency=low
    
      * Revert previous revision, it creates scrolling "jerkiness" issues for
        some users (lp: #1171156)
     -- Sebastien Bacher <email address hidden>   Mon, 22 Apr 2013 19:28:59 +0200