[ubuntu/artful-proposed] gtk+2.0 2.24.31-2ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Sat Aug 5 11:13:15 UTC 2017


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.

Date: Sat, 05 Aug 2017 12:55:21 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.31-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 05 Aug 2017 12:55:21 +0200
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf gir1.2-gtk-2.0 libgail18 libgail18-udeb libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.31-2ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 gir1.2-gtk-2.0 - GTK+ graphical user interface library -- gir bindings
 gtk2-engines-pixbuf - pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - example files for GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgail18-udeb - GNOME Accessibility Implementation Library -- shared libraries (udeb)
 libgtk2.0-0 - GTK+ graphical user interface library
 libgtk2.0-0-dbg - GTK+ libraries and debugging symbols
 libgtk2.0-0-udeb - GTK+ graphical user interface library - minimal runtime (udeb)
 libgtk2.0-bin - programs for the GTK+ graphical user interface library
 libgtk2.0-common - common files for the GTK+ graphical user interface library
 libgtk2.0-dev - development files for the GTK+ library
 libgtk2.0-doc - documentation for the GTK+ graphical user interface library
Closes: 847438 852401
Launchpad-Bugs-Fixed: 1641912
Changes:
 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.
Checksums-Sha1:
 58013a0bdd100c4953dc98f31c34982ef717a684 4034 gtk+2.0_2.24.31-2ubuntu1.dsc
 c3d828135994a52cc9428a60175bd2b294656611 12805344 gtk+2.0_2.24.31.orig.tar.xz
 e5f94c4e7a4a205ab145d61c8eed92f56dc9018b 107156 gtk+2.0_2.24.31-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 3f508b8245c0d5f527df7c654de4735cd53e15c9afa711e0fbdffbf86b3ab829 4034 gtk+2.0_2.24.31-2ubuntu1.dsc
 68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 12805344 gtk+2.0_2.24.31.orig.tar.xz
 967bf923d0c2e04997075042d474d9ae35947ca18b89fc976a0e7cc049ef2b7f 107156 gtk+2.0_2.24.31-2ubuntu1.debian.tar.xz
Files:
 c87c35ef7a6f797d5dc6333496c6089c 4034 libs optional gtk+2.0_2.24.31-2ubuntu1.dsc
 526a1008586094a2cbb4592fd3f9ee10 12805344 libs optional gtk+2.0_2.24.31.orig.tar.xz
 01d727d1fd0bf0d20123092e7b50a397 107156 libs optional gtk+2.0_2.24.31-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJZhaR4AAoJEPNPCXROn13Z3PMQAIW0lGiqCIFb1BzQymSzuuYF
oa4XlX1R5WfzBtKYtQ4tronXLoLb6NgolzFyqUt75KAcjTAUOdJKFj83RZQmoDpt
3hexyOrIuzBpZIa38v16aWohO0+ztsr9WxUyphja1gCC1dN0JHkc7jyW/qmBbiSa
4Orl8CWmCOQv3CchGjsG2zJx8krLSjQNguwJnJ8RbFJRDFYiJ4HkDGLj/pHIBg4g
JC58EkvUeCZofyqM83ZaGjBhHlkCFL9VZ+IqBxVYYdhzouYdOSeKA5w7Tc9Dh/ZZ
l4GOQvWiJApeYlBD9+LRxCDVrdhwgpyLUJR8r0sRl8wKc1DiJxDUesekK69gvlDT
BtKT9K74MuRAO6IM/mMw/ETx7Coody6/S9XTLRzMfDOCY26D/CSvWqMcjm4nPW6a
B/i0zPV6jntdozdxRf42zv/rxAKilEbi14kXyAyX3FgFBnMlrVcQRTaTnh8cXB4S
pXmcwol2Vnq9EwUoG3N20AYqnQNJD+W0aoikZZGyWQhnJBlwVhtZpvWuUOf+W5IM
Ewh4KbblGt/UcPDZR8f2hvuJd3iH6NrYO4yQifcHTUJTufNMplzDVm4K/EsgIRKD
18IWUpT9UeoRuzRcq5QhadTm2oNLrv4mPLZO4mcQwJ/DNGYmWok/stFZCnlCA/7S
6r02VD2Yzw4p2Pto/WHi
=yl0v
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list