gtk+2.0 (2.24.33-2ubuntu2.1) jammy-security; urgency=medium * SECURITY UPDATE: Library injection from CWD - debian/patches/CVE-2024-6655.patch: stop looking for modules in cwd in gtk/gtkmodules.c. - CVE-2024-6655 -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 15 Jul 2024 12:55:00 -0400 gtk+2.0 (2.24.33-2ubuntu2) jammy; urgency=medium * No-change rebuild for ppc64el baseline bump. -- Ćukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 23 Mar 2022 14:56:52 +0100 gtk+2.0 (2.24.33-2ubuntu1) impish; urgency=medium * Resynchronize on Debian -- Sebastien Bacher <seb128@ubuntu.com> Fri, 18 Jun 2021 13:17:20 +0200 gtk+2.0 (2.24.33-2) unstable; urgency=medium * Team upload * d/rules: Build udeb with extra CPPFLAGS. This allows adding special-case code for debian-installer where necessary. * udeb: Clamp text layout width to no more than was requested. This works around a relayout loop that makes the Debian installer hang. To minimize the effect on installed systems, this is #ifdef DEBIAN_INSTALLER; we currently have no evidence of similar relayout loops outside the d-i environment. (Closes: #988786) * Increase dependency on librsvg2-common from Suggests to Recommends. This is not a hard dependency, but should be installed in nearly all cases. Increasingly many icons are provided in SVG format, so applications will appear broken if the SVG pixbuf loader is not installed. See #980396 for more information. adwaita-icon-theme already Recommends librsvg2-common, but people who routinely do not install recommended packages will get a better hint about how much will be broken by its removal if GTK also recommends it. -- Simon McVittie <smcv@debian.org> Wed, 19 May 2021 17:13:33 +0100 gtk+2.0 (2.24.33-1ubuntu1) hirsute; urgency=medium * Merge from Debian unstable. 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 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 21 Jan 2021 20:38:03 +0100 gtk+2.0 (2.24.33-1) unstable; urgency=medium * Team upload * New upstream release. This is intended to be the last GTK 2 release. Programs still using GTK 2 should migrate to GTK 3 or GTK 4. * Drop most patches, included in new upstream release * d/watch: Cope with "+" being escaped to "%2B" in links to tarballs * Add patch to reinstate extra gtk_marshal_ symbols gtkmarshal.c in GTK 2.24.32 was generated by a version of glib-genmarshal that produced unintended symbols. It was regenerated for 2.24.33, but it looks as though a few packages might already be referring to those symbols. Patch them back in for ABI compatibility. * d/libgtk2.0-0.symbols: Ignore removal of g_cclosure_marshal_ symbols. These symbols are all canonically provided by GObject, part of the libglib2.0-0 package, on which GTK depends. They were accidentally included in the GTK 2.24.32 ABI, but if they are removed, dependent programs will find the copies in GObject, which are completely compatible (it has the same content and was generated by the same script). * Add Lintian override for #970275 * Standards-Version: 4.5.1 (no changes required) -- Simon McVittie <smcv@debian.org> Mon, 28 Dec 2020 16:50:40 +0000 gtk+2.0 (2.24.32-5) unstable; urgency=medium * Team upload [ Sebastien Bacher ] * debian/tests/build: - Use the correct compiler for proposed autopkgtest cross-architecture testing support (Closes: #946295) [ Simon McVittie ] * d/tests/build: Fix shellcheck warnings * d/upstream/metadata: Add upstream URLs * Drop version qualifier from pkg-config dependency. This is mainly to be nice to pkgconf. The versioned dependency was there to ensure multiarch support, and both pkgconf and pkg-config had multiarch support in oldstable. (Closes: #734480) * Update patches from upstream git up to 2.24.32-79-g53d0759d3e - Windows-, macOS- and CI-specific changes not included here - Update metadata for #895043 patch, applied upstream - Add a new patch to fix a GIMP segfault after switching themes - Add a new patch for a build fix * Preferentially build-depend on libgdk-pixbuf-2.0-dev. We don't need the deprecated Xlib integration that is also pulled in by the older libgdk-pixbuf2.0-dev package (see #974870). -- Simon McVittie <smcv@debian.org> Mon, 23 Nov 2020 14:56:29 +0000 gtk+2.0 (2.24.32-4ubuntu4) focal; urgency=medium * debian/test/build: - use the cross compiled version of pkg-config too -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Dec 2019 12:19:10 +0100 gtk+2.0 (2.24.32-4ubuntu3) focal; urgency=medium * Fix an issue with the previous change -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Dec 2019 10:05:07 +0100 gtk+2.0 (2.24.32-4ubuntu2) focal; urgency=medium * Make autopkgtests cross-test-friendly. -- Steve Langasek <steve.langasek@ubuntu.com> Fri, 06 Dec 2019 11:02:19 -0800 # For older changelog entries, run 'apt-get changelog libgtk2.0-0'
Generated by dwww version 1.14 on Wed Jan 22 10:27:55 CET 2025.