Change logs for gtk+2.0 source package in Noble

  • gtk+2.0 (2.24.33-4ubuntu1) noble; urgency=medium
    
      * Merge with Debian. Remaining changes:
        - d/libgtk2.0-0t64.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/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
          + debian/patches/Check-for-attribute-availability-before-accessing-it.patch
            - Cherry-pick patch to fix GFileInfo critical warnings
      * Update overlay scrollbar patch to avoid implicit function declarations
        for code using these functions
    
    gtk+2.0 (2.24.33-4) unstable; urgency=medium
    
      * Team upload
      * d/libgtk2.0-0t64.preinst: Remove libgtk2.0-0 postrm to avoid loss of
        input method modules during upgrade (Closes: #1065493)
      * d/tests/manual/1065493.sh: Add a manual reproducer for #1065493
      * d/libgtk2.0-0t64.postrm.in: Only clean up immodules.cache during purge.
        This avoids input methods becoming briefly unavailable during upgrades.
      * d/libgtk2.0-0t64.postrm.in: Avoid recurrence of #1065493 in the future,
        by not deleting immodules.cache (even during purge) unless the immodules
        directory no longer exists.
      * d/tests/1065493-futureproofing: Add a test for recurrence of #1065493.
    
     -- Jeremy Bícha <email address hidden>  Thu, 04 Apr 2024 10:23:07 -0400
  • gtk+2.0 (2.24.33-3.1ubuntu4) noble; urgency=medium
    
      * No-change rebuild for CVE-2024-3094
    
     -- Steve Langasek <email address hidden>  Sat, 30 Mar 2024 23:51:43 +0000
  • gtk+2.0 (2.24.33-3.1ubuntu3) noble; urgency=medium
    
      * d/patches/print-dialog-show-options-of-remote-dnssd-printers.patch: add
        prototype for the private CUPS function we call.
    
     -- Michael Hudson-Doyle <email address hidden>  Thu, 21 Mar 2024 09:11:08 +1300
  • gtk+2.0 (2.24.33-3.1ubuntu2) noble; urgency=medium
    
      * No-change rebuild against libcups2t64.
    
     -- Michael Hudson-Doyle <email address hidden>  Wed, 20 Mar 2024 13:49:13 +1300
  • gtk+2.0 (2.24.33-3.1ubuntu1) noble; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - d/libgtk2.0-0t64.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/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
          + debian/patches/Check-for-attribute-availability-before-accessing-it.patch
            - Cherry-pick patch to fix GFileInfo critical warnings
    
     -- Amin Bandali <email address hidden>  Thu, 29 Feb 2024 13:39:54 -0500
  • gtk+2.0 (2.24.33-2ubuntu2) jammy; urgency=medium
    
      * No-change rebuild for ppc64el baseline bump.
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 23 Mar 2022 14:56:52 +0100