Change logs for gtk+2.0 source package in Yakkety

  • gtk+2.0 (2.24.30-4ubuntu3) yakkety; urgency=medium
    
      * debian/patches/lp1576424-explicitly-disconnect-keymap-signals.patch
        - GtkEntry: Explicitly disconnect keymap signals. (LP: #1576424)
    
     -- Martin Wimpress <email address hidden>  Tue, 04 Oct 2016 17:07:26 +0100
  • gtk+2.0 (2.24.30-4ubuntu2) yakkety; urgency=medium
    
      * debian/patches/015_default-fallback-icon-theme.patch,
        debian/control{,.in}: Set the fallback icon theme to 'Adwaita'. This only
        applies when there is no xsettings manager (unity-settings-daemon or
        gnome-settings-daemon) running. Swap the order of the gnome-icon-theme |
        adwaita-icon-theme dependency around to reflect the new default.
    
     -- Iain Lane <email address hidden>  Mon, 08 Aug 2016 20:53:34 +0100
  • gtk+2.0 (2.24.30-4ubuntu1) yakkety; urgency=medium
    
      * Merge with Debian unstable (LP: #1576576).  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
    
    gtk+2.0 (2.24.30-4) unstable; urgency=medium
    
      [ Laurent Bigonville ]
      * debian/control.in: Bump hicolor-icon-theme to a hard dependency, the
        package is small and only provides the directory structure of the theme.
      * Depends against gnome-icon-theme | adwaita-icon-theme so we are sure the
        needed icons are installed by default. When using the GNOME, the desktop
        sets the icon theme to Adwaita by default, so the gnome-icon-theme package
        can be removed.
    
      [ Emilio Pozuelo Monfort ]
      * Add build-indep and build-arch targets.
      * Don't build the udeb or static flavors when only building arch-indep
        packages. Don't run the test suite either.
      * Don't build the different flavors in parallel, to workaround a bug in the
        documentation build. Closes: #798972.
    
    gtk+2.0 (2.24.30-3) unstable; urgency=medium
    
      [ Jeremy Bicha ]
      * Use https for copyright headers
      * Use https in d/watch and use new "special strings" to help standardize
        format
    
      [ Emilio Pozuelo Monfort ]
      * Let libgtk2.0-0 recommend libgail-common, so that installing a
        GTK+2.0 application also installs the accessibility libs.
        See #822612.
      * Add a libgail18-udeb package. Thanks to Samuel Thibault. Closes: #816720.
      * Set libgail18-udeb to section debian-installer.
    
     -- Iain Lane <email address hidden>  Fri, 29 Jul 2016 15:11:11 +0100
  • gtk+2.0 (2.24.30-2ubuntu1) yakkety; urgency=medium
    
      * Merge with Debian unstable (LP: #1576576).  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
    
    gtk+2.0 (2.24.30-2) unstable; urgency=medium
    
      * Acknowledge NMU, thanks Salvatore Bonaccorso.
      * Drop gtk-update-icon-cache from libgtk2.0-bin. From now on we only provide
        one implementation which is built from src:gtk+3.0 and shipped in a
        separate package called gtk-update-icon-cache. To simplify the transition
        make libgtk2.0-bin depend on gtk-update-icon-cache. Once all theme
        packages have been updated, this dependency can be dropped.
      * Bump Standards-Version to 3.9.8.
    
    gtk+2.0 (2.24.30-1.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * CVE-2013-7447: Integer overflow in image handling (Closes: #799275)
    
     -- Iain Lane <email address hidden>  Fri, 29 Jul 2016 14:11:48 +0100
  • gtk+2.0 (2.24.30-1ubuntu1) xenial; urgency=medium
    
      * Merge with 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/gdkcairo-Avoid-integer-overflow.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)
      * debian/patches/095_git_menus_scrolling.patch: Dropped, in this release.
    
    gtk+2.0 (2.24.30-1) unstable; urgency=medium
    
      * New upstream release 2.24.30
        - Support Randr 1.5 monitor information
        - Fixes build against newer gdk-pixbuf
      * debian/patches/005_support_disabling_x11_extensions.patch: Refresh.
    
     -- Iain Lane <email address hidden>  Mon, 07 Mar 2016 14:11:09 +0000