Change logs for gtk+2.0 source package in Bionic

  • gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low
    
      * Merge from Debian Sid (LP: #1756372). Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - Modify 015_default-fallback-icon-theme.patch
          - Set fallback icon theme to Adwaita instead of gnome
        - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
          the reverse order
        - Add Ubuntu-specific patches:
          + 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 of a gtk3 commit fixing menu scrolling issues.
          + debian/patches/096_git_gtkprintsettings.patch
            - Backport an upstream git commit from the gtk3 series; 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.
          + debian/patches/100_overlay_scrollbar_loading.patch
            - Add 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.
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work.
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable.
          + debian/patches/menubar_toolbar_dragging.patch
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar.
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
        - Remove reverse-applicable patch:
          + debian/patches/lp1641912-add-limit-to-list-size.patch
            - Fix a DOS allowing any application to cause all GTK applications to
              use an arbitrary amount of memory.
    
    gtk+2.0 (2.24.32-1) unstable; urgency=medium
    
      * New upstream release
      * debian/libgtk2.0-0.symbols: Add symbols
      * Update Vcs fields for migration to https://salsa.debian.org/
      * Drop patches applied in new release:
        - 0001-Don-t-use-guint32-with-XChangeProperty.patch
        - 0002-GtkMenuShell-always-activate-menu-shells.patch
    
    gtk+2.0 (2.24.31-5) unstable; urgency=medium
    
      * Update Vcs fields for conversion to git
      * Add debian/gbp.conf
      * Bump Standards-Version to 4.1.2
    
     -- Simon Quigley <email address hidden>  Fri, 23 Mar 2018 23:22:57 -0500
  • gtk+2.0 (2.24.32-1) unstable; urgency=medium
    
      * New upstream release
      * debian/libgtk2.0-0.symbols: Add symbols
      * Update Vcs fields for migration to https://salsa.debian.org/
      * Drop patches applied in new release:
        - 0001-Don-t-use-guint32-with-XChangeProperty.patch
        - 0002-GtkMenuShell-always-activate-menu-shells.patch
    
     -- Jeremy Bicha <email address hidden>  Sat, 20 Jan 2018 07:46:38 -0500
  • gtk+2.0 (2.24.31-4ubuntu1) bionic; urgency=medium
    
      * Merge with Debian. Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - Modify 015_default-fallback-icon-theme.patch:
          - Set fallback icon theme to Adwaita instead of gnome
        - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
          the reverse order
        - add Ubuntu patches:
          + 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
          + 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,
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable
          + debian/patches/menubar_toolbar_dragging.patch:
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
          + debian/patches/lp1641912-add-limit-to-list-size.patch, which fixes a
            - DOS allowing any application to cause all GTK applications to use an
              arbitrary amount of memory (LP: #1641912).
    
    gtk+2.0 (2.24.31-4) unstable; urgency=medium
    
      * Don't have gtk2-engines-pixbuf depend on libgtk2.0-0 to allow
        themes to be installed without requiring GTK+ 2 to be installed.
      * Drop new unnecessary recommends since we are handling the gtk+2.0
        dependency issue directly in the packages:
        - gnome-themes-standard
        - ibus-gtk
        - libcaribou-gtk-module
    
    gtk+2.0 (2.24.31-3) unstable; urgency=medium
    
      [ Jeremy Bicha ]
      * Add recommends as part of effort to not install gtk+2.0 by default:
        - gnome-themes-standard
        - ibus-gtk
        - libcaribou-gtk-module
    
      [ Simon McVittie ]
      * gir1.2-gtk-2.0: Add Provides for gir1.2-gdk-2.0, gir1.2-gdkx11-2.0
        to reflect all typelibs shipped by this package
      * Set Rules-Requires-Root to no
      * Move udebs and examples from deprecated Priority: extra to
        Priority: optional
      * Use debhelper compat level 10
        - Do not explicitly depend on dh-autoreconf or autotools-dev
      * Use automatic -dbgsym packages for debug symbols
      * Add Lintian overrides for package-name-doesnt-match-sonames
        and symbols-declares-dependency-on-other-package, which reflect
        deliberate maintainer choices
    
     -- Jeremy Bicha <email address hidden>  Wed, 06 Dec 2017 11:24:35 -0500
  • gtk+2.0 (2.24.31-2ubuntu1) artful; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - d/libgtk2.0-0.symbols: update symbols file.
        - d/libgtk2.0-dev.manpages: add gtk-builder-convert.1 manpage.
        - d/rules: enable manpage.
        - d/update-icon-caches: run with "--include-image-data" flag.
        - add Ubuntu patches:
          + 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
          + 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,
          + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
            - Make printing on remote DNS-SD/Bonjour-shared printers work
          + debian/patches/backport_search_printer_location.patch
            -  The list of printers should be searchable/sortable
          + debian/patches/menubar_toolbar_dragging.patch:
            - Allow windows to be dragged using blank spaces in the toolbar as
              well as the menubar
          + debian/patches/use-secrets-service-for-cups-auth_info.patch
          + debian/patches/lp1641912-add-limit-to-list-size.patch, which fixes a
            - DOS allowing any application to cause all GTK applications to use an
              arbitrary amount of memory (LP: #1641912).
    
    gtk+2.0 (2.24.31-2) unstable; urgency=medium
    
      * debian/patches/0001-Don-t-use-guint32-with-XChangeProperty.patch:
        + Backport patch from GTK+3 to fix unaligned access on sparc64.
          Thanks James Clarke. Closes: #852401.
      * debian/patches/0002-GtkMenuShell-always-activate-menu-shells.patch:
        + Backport patch from GTK+3 to fix stuck grabs in some situations.
          Thanks Colomban Wendling. Closes: #847438.
    
     -- Gianfranco Costamagna <email address hidden>  Sat, 05 Aug 2017 12:55:21 +0200