[ubuntu/trusty-proposed] gtk+2.0 2.24.22-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Fri Nov 22 14:21:16 UTC 2013


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.

Date: Fri, 22 Nov 2013 14:19:02 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/gtk+2.0/2.24.22-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 22 Nov 2013 14:19:02 +0000
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 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.22-1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
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
 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
Launchpad-Bugs-Fixed: 488857
Changes: 
 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.
Checksums-Sha1: 
 b9aafd2830258d23fce83f46c6c1c8eb94ee2423 3618 gtk+2.0_2.24.22-1ubuntu1.dsc
 2175e25041244dc321e35dbdcf9cb5c371b455da 13376344 gtk+2.0_2.24.22.orig.tar.xz
 b75ad60cec3551dd6ddfd878163feb0e16ed9c05 114855 gtk+2.0_2.24.22-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 9c8ea9b44a95d030f627e68ff67bf7a7a002740e833fd544f85077d6acc94f94 3618 gtk+2.0_2.24.22-1ubuntu1.dsc
 b114b6e9fb389bf3aa8a6d09576538f58dce740779653084046852fb4140ae7f 13376344 gtk+2.0_2.24.22.orig.tar.xz
 8b58f2255b72126f98a74a678e24de4238a3022c24e1b0350dbd8bf409c21dd5 114855 gtk+2.0_2.24.22-1ubuntu1.debian.tar.gz
Files: 
 6d2564414e79f29733f02d619c607ebb 3618 libs optional gtk+2.0_2.24.22-1ubuntu1.dsc
 5fbbfb7637bbd571a572a2dae0e736d2 13376344 libs optional gtk+2.0_2.24.22.orig.tar.xz
 46a6d7811d37fd5c2360585cad89f3c6 114855 libs optional gtk+2.0_2.24.22-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSj2f5AAoJEONS1cUcUEHUVqsP/1BnUONuMKwuUND37YPTr2el
sQ4Y2KnydhhKd3pr5Z1hqTeBg/Z/DH5H+tgoNN340YhS0LBZ/nf8gxDynZsEpkxL
x4Ixe/8CG9+JE/8z5XRkXtq947PjdLOmDoZ9yImXIjWksfnHoWHUhvCOgl7dDh9s
5vemvjTkByqu4xsXlPKQyUXr5BiUovDB7JOdRTfLCldNuSg31OEAYGYhnEZ5oAim
6xlv3NoAUjLK1Fd2ejS0CKuSl1sY+mIRjdw2kTR7VbmHj/8/WPsC+Kh8y47HE+G4
X77xZ+PLW2T9NcPMLmIYUOkaTapsLZY9pqp+wXvNaIBOQZMWmkn4ox6sYBV1BJk5
z/Y15w8wn1vDqBK8Seslp5JJqNdeWI7eXuXv+Lm8qo30n35dPUNx89iuKpLdCJzx
f8kCLJZA+7VQZkAIhUULLaBcQTR1CHdK5HikjwCxK5UZax8J859qzur9rZFfXlRG
VjfDBUAL5u58ROoli0B2ycRzT3KHifu4I5qiCM7Akn8iVwUrLpz9SbDFje8bljn0
GbXOGY2Zbw+YjS1mhiM6I0zPk9/QzIGGj9bVYt0qQVQUBwAwLpVvD1Zm0nqS4MxQ
c7iqDMIhUQKy1cSQbWFIsUp6zrZswZoLzrdb3jQ7z8VFnKnse4uIehKKwJ4wvtLP
8TPRUv8w3QMqwui8BKhu
=6bOo
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list