Change logs for gtk+2.0 source package in Trusty

  • gtk+2.0 (2.24.23-0ubuntu1.4) trusty-security; urgency=medium
    
      * gdkcairo-Avoid-integer-overflow.patch: new patch. Cherry-pick upstream
        commit from GTK+3 to avoid integer overflow when allocating a large block
        of memory in gdk_cairo_set_source_pixbuf. (LP: #1540811)
        - CVE-2013-7447
    
     -- Vlad Orlov <email address hidden>  Tue, 22 Sep 2015 11:09:21 +0300
  • gtk+2.0 (2.24.23-0ubuntu1.3) trusty; urgency=medium
    
      * fix_gdk_event_apply_filters.patch: new patch. Makes gdk_event_apply_filters
        function safe against changes in the filter list, prevents weird crashes in
        various apps. (LP: #1351890)
      * gdk-Fix-GdkWindowFilter-internal-refcounting.patch,
        gdkwindow-Fix-event-unref-iteration.patch: new patches. Fix refcounting
        errors after fix_gdk_event_apply_filters.patch, prevent crashes in some
        applications like Spotify.
    
     -- Vlad Orlov <email address hidden>  Tue, 28 Jul 2015 10:17:14 +0100
  • gtk+2.0 (2.24.23-0ubuntu1.2) trusty; urgency=medium
    
      * debian/patches/use-secrets-service-for-cups-auth_info.patch
        - Backport of auth_info storing (LP: #445333)
      * debian/patches/printing-initialize-auth_info.patch
        - Fix to an upstream bug:
          https://bugzilla.gnome.org/show_bug.cgi?id=737777
      * Bump minimum version of gtk_print_backend_set_password due to addition of
        new boolean parameter.
     -- Dariusz Gadomski <email address hidden>   Tue, 10 Mar 2015 08:20:43 -0700
  • gtk+2.0 (2.24.23-0ubuntu1.1) trusty; urgency=medium
    
      * Backport GtkMountOperation signal fix (LP: #1316509)
     -- Alistair Buxton <email address hidden>   Tue, 06 May 2014 12:28:57 +0100
  • gtk+2.0 (2.24.23-0ubuntu1) trusty; urgency=medium
    
      * New upstream version
      * debian/patches/git_print_default_location.patch:
        - Print to a file in the current directory by default
     -- Sebastien Bacher <email address hidden>   Thu, 20 Mar 2014 16:53:00 +0100
  • gtk+2.0 (2.24.22-1ubuntu2) trusty; urgency=medium
    
      * debian/patches/backport_search_printer_location.patch
        -  The list of printers should be searchable/sortable (lp: #1188571)
     -- Ritesh Khadgaray <email address hidden>   Thu, 06 Feb 2014 11:39:01 +0000
  • gtk+2.0 (2.24.22-1ubuntu1) trusty; urgency=low
    
      * Merge with Debian, remaining changes:
        + debian/libgtk2.0-0.symbols:
          - Add Ubuntu specific symbols
        + debian/patches/012_ubuntu-set-grab-add.patch
          - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
            things in menus, needed by ido
        + debian/patches/062_dnd_menubar.patch:
          - Allow click on menubars for dnd
        + debian/patches/063_treeview_almost_fixed.patch:
          - Add an ubuntu-almost-fixed-height-mode property, (required for
            software-center)
        + debian/patches/071_no_offscreen_widgets_grabbing.patch:
          - Don't let offscreen widgets do grabbing
        + debian/patches/090_logging_file_saves.patch:
          - improve the logging of saved files
        + debian/patches/092_default_to_xdg_document_dir.patch:
          - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
            directory for the 'Print to File' function.
        + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
          - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
            using it "icon-name and GIcon type of GtkImages can use automatic
            fallback names.", it will be useful for the indicator stack
        + debian/patches/095_git_menus_scrolling.patch:
          - backported gtk3 commit to fix menu scrolling issues
        + debian/patches/096_git_gtkprintsettings.patch:
          - upstream git commit backported from the gtk3 serie, don't ignore the
            gtkprintsettings resolution settings
        + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
          images use fallbacks by default if the property is available.
        + debian/patches/098_multiarch_module_path.patch:
          - Fallback to the pre-multiarch directory for compatibility
        + debian/patches/099_printer_filename_fix.patch
          - Fix to the print dialog for print to file, make sure a non-hidden filename
            is the default (LP: #488857)
        + debian/patches/100_overlay_scrollbar_loading.patch
          - support for dynamically loading overlay scrollbars
        + debian/patches/gtk-shell-shows-menubar.patch:
          - list gtk-shell-shows-menubar setting, that's required to have the local
            menubars hidding under unity in favor of the unity ones,
    
    gtk+2.0 (2.24.22-1) unstable; urgency=low
    
      * New upstream release.
     -- Iain Lane <email address hidden>   Fri, 22 Nov 2013 14:19:02 +0000
  • gtk+2.0 (2.24.21-1ubuntu1) trusty; urgency=low
    
      * Merge with Debian, remaining changes:
        + debian/libgtk2.0-0.symbols:
          - Add Ubuntu specific symbols
        + debian/patches/012_ubuntu-set-grab-add.patch
          - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
            things in menus, needed by ido
        + debian/patches/062_dnd_menubar.patch:
          - Allow click on menubars for dnd
        + debian/patches/063_treeview_almost_fixed.patch:
          - Add an ubuntu-almost-fixed-height-mode property, (required for
            software-center)
        + debian/patches/071_no_offscreen_widgets_grabbing.patch:
          - Don't let offscreen widgets do grabbing
        + debian/patches/090_logging_file_saves.patch:
          - improve the logging of saved files
        + debian/patches/092_default_to_xdg_document_dir.patch:
          - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
            directory for the 'Print to File' function.
        + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
          - Backported gtk3 patch to add a "use-fallback" property to GtkImage, using
            it "icon-name and GIcon type of GtkImages can use automatic fallback
            names.", it will be useful for the indicator stack
        + debian/patches/095_git_menus_scrolling.patch:
          - backported gtk3 commit to fix menu scrolling issues
        + debian/patches/096_git_gtkprintsettings.patch:
          - upstream git commit backported from the gtk3 serie, don't ignore the
            gtkprintsettings resolution settings
        + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
          images use fallbacks by default if the property is available.
        + debian/patches/098_multiarch_module_path.patch:
          - Fallback to the pre-multiarch directory for compatibility
        + debian/patches/099_printer_filename_fix.patch
          - Fix to the print dialog for print to file, make sure a non-hidden filename
            is the default (LP: #488857)
        + debian/patches/100_overlay_scrollbar_loading.patch
          - support for dynamically loading overlay scrollbars
      * debian/patches/0001-Actually-look-in-usr-share-gtk-2.0-for-default-rc-fi.patch:
        Check in the right directory for rc files.
    
    gtk+2.0 (2.24.21-1) unstable; urgency=low
    
      * New upstream release.
      * Use the official field for udebs: Package-Type.
      * Update 001_static-linking-dont-query-immodules.patch, follow upstream and
        use immodules.cache instead of gtk.immodules.
      * Install gtk-doc API documentation for gtk and gdk to the correct location
        so it can be found by devhelp. Closes: #718360
     -- Iain Lane <email address hidden>   Mon, 21 Oct 2013 17:08:29 +0100
  • gtk+2.0 (2.24.20-1ubuntu1) saucy; urgency=low
    
      * Merge with Debian (LP: #1198841), remaining changes:
        + debian/libgtk2.0-0.symbols:
          - Add Ubuntu specific symbols
        + debian/patches/012_ubuntu-set-grab-add.patch
          - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
            things in menus, needed by ido
        + debian/patches/062_dnd_menubar.patch:
          - Allow click on menubars for dnd
        + debian/patches/063_treeview_almost_fixed.patch:
          - Add an ubuntu-almost-fixed-height-mode property, (required for
            software-center)
        + debian/patches/071_no_offscreen_widgets_grabbing.patch:
          - Don't let offscreen widgets do grabbing
        + debian/patches/090_logging_file_saves.patch:
          - improve the logging of saved files
        + debian/patches/092_default_to_xdg_document_dir.patch:
          - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
            directory for the 'Print to File' function.
        + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
          - Backported gtk3 patch to add a "use-fallback" property to GtkImage, using
            it "icon-name and GIcon type of GtkImages can use automatic fallback
            names.", it will be useful for the indicator stack
        + debian/patches/095_git_menus_scrolling.patch:
          - backported gtk3 commit to fix menu scrolling issues
        + debian/patches/096_git_gtkprintsettings.patch:
          - upstream git commit backported from the gtk3 serie, don't ignore the
            gtkprintsettings resolution settings
        + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
          images use fallbacks by default if the property is available.
        + debian/patches/098_multiarch_module_path.patch:
          - Fallback to the pre-multiarch directory for compatibility
        + debian/patches/099_printer_filename_fix.patch
          - Fix to the print dialog for print to file, make sure a non-hidden filename
            is the default (LP: #488857)
        + debian/patches/100_overlay_scrollbar_loading.patch
          - support for dynamically loading overlay scrollbars
      * Drop the unused support for an 'opt' flavour which was a delta over Debian
        as they removed it some time ago, and was commented out anyway.
    
    gtk+2.0 (2.24.20-1) unstable; urgency=low
    
      * New upstream release.
      * Remove debian/patches/011_immodule-cache-dir.patch, upstream changed the
        location and name of the cache file to be consistent what's used in
        gtk+3.0. It's now in $libdir/gtk-2.0/2.10.0/immodules.cache.
      * Update and simplify our trigger for gtk-query-immodules-2.0, use the new
        --update-cache option instead of redirecting stdout.
      * Update postrm to clean up the renamed immodules.cache file.
    
    gtk+2.0 (2.24.19-1) unstable; urgency=low
    
      * New upstream release.
      * Refresh patches.
      * Update Vcs-* URLs.
      * Bump Standards-Version to 3.9.4. No further changes.
     -- Iain Lane <email address hidden>   Mon, 08 Jul 2013 11:42:51 +0100