The following modules have a new version: - eog (3.36.3 => 3.36.4) - gdm (3.36.3 => 3.36.4) - gnome-control-center (3.36.4 => 3.36.5) - gnome-desktop (3.36.7 => 3.36.8) - gnome-music (3.36.6 => 3.36.7) - gtk (3.99.2 => 3.99.4) - gtk-doc (1.33.0 => 1.33.1) - librsvg (2.48.8 => 2.48.9) - libsecret (0.20.3 => 0.20.4) - libsigc++ (3.0.4 => 3.0.6) - simple-scan (3.36.6 => 3.36.7) - vala (0.48.11 => 0.48.12) - yelp (3.36.1 => 3.36.2) The following modules weren't upgraded in this release: adwaita-icon-theme, at-spi2-atk, at-spi2-core, atk, atkmm, baobab, cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf, epiphany, evince, evolution-data-server, file-roller, folks, gcab, gcr, gdk-pixbuf, gedit, geocode-glib, gfbgraph, gjs, glib, glib-networking, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts, gnome-disk-utility, gnome-font-viewer, gnome-getting-started-docs, gnome-initial-setup, gnome-keyring, gnome-logs, gnome-maps, gnome-menus, gnome-online-accounts, gnome-online-miners, gnome-photos, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-shell, gnome-shell-extensions, gnome-software, gnome-system-monitor, gnome-terminal, gnome-themes-extra, gnome-user-docs, gnome-user-share, gnome-video-effects, gnome-weather, gobject-introspection, gom, grilo, grilo-plugins, gsettings-desktop-schemas, gsound, gspell, gssdp, gtk+, gtk-vnc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gvfs, json-glib, libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgudev, libgweather, libgxps, libmediaart, libnma, libnotify, libpeas, libsoup, libzapojit, mm-common, mutter, nautilus, orca, pango, pangomm, phodav, pyatspi, pygobject, rest, rygel, sushi, tepl, totem, totem-pl-parser, tracker, tracker-miners, vte, yelp-tools, yelp-xsl, zenity ======================================== eog ======================================== Version 3.36.4 -------------- Bug fixes: !77, Refresh thumbnail when delete image from file manager (Krifa75) !81, Free file_list if reopen in single-window (Krifa75) #154, Assertion failed when rotate and save the same image multiple times New and updated translations: - Dingzhong Chen [zh_CN] New and updated manual translations - Yuri Chornoivan [uk] ======================================== gdm ======================================== ============== Version 3.36.4 ============== - Fix sporadic crash when connected to from unknown session - Deal more appropriately with broken accountsservice ======================================== gnome-control-center ======================================== ================ Version 3.36.5 ================ Applications: - Fix NULL hash table being unreffed. - Ensure private types used by the template. Keyboard: - Fix behavior of "Replace" when adding custom shortcut - fix gtk_widget_get_can_default assertion error. Network: - Correctly detect when ethernet devices are hotplugged. - Fix overlapping text rows in connection editor. Printers: - Make printers panel have a smaller minimum width. - Fix leak of printer name in callbacks. Sharing: - Disable Tracker 3. - Replace vino with gnome-remote-desktop for X11 sessions. Sound: - Update the profile list after getting the signal from gvc. - Fix subwoofer slider. Users: - Don't segfault trying to get the user initials. Wacom: - Fix a critical warning if loading a cursor fails. ======================================== gnome-desktop ======================================== =============== Version 3.36.8 =============== - No changes ======================================== gnome-music ======================================== Overview of changes in 3.36.7 ============================= Bugs fixed: Wrong checkbox style in AlbumWidget (#414) Thanks to our contributors this release: Jean Felder ======================================== gtk ======================================== Overview of Changes in 3.99.4 ============================= * GtkColumnView: - Improve column resizing - Make double-click reset column widths - Move header outside of scrollbars * GtkSearchEntry: - Add an icon * GtkDropDown: - Polish the appearance * GtkColorChooser: - Accessibility improvements * GtkPopoverMenu: - Add accessibility support - Allow custom items. This adds new API: gtk_popover_menu_add/remove_child gtk_popover_menu_bar_add/remove_child * GtkTextView: - Fix rendering and positioning of anchored children - Fix positioning of touch handles * Constraints: - Fix loading constraints from ui files * Media support: - Use cubic instead of linear volume * Accessibility: - Implement Component for all widgets - Implement Text and EditableText for all editables - Rework accessible name/description computation - Add documentation for app and widget developers - Handle HIDDEN state changes by adding/removing elements - Support setting accessibility attributes in ui files - Make window controls accessible * Introspection: - Add some missing annotations * gdk: - Deliver events on flush - Drop the unused GdkPoint struct from the API - Improve popup autohide behavior * Demos: - Add another constraints demo - Tweak various demos to improve consistency - Small accessibility improvements * Tools: - Improve gtk4-builder-tool handling of various widgets when converting ui files from GTK 3 * Documentation: - Use GtkApplication in all examples - Improve and expand the widget gallery * Testsuite: - Improve coverage of GDK - Improve coverage of gtk4-builder-tool * Build: - Fix the build with cups 2.2.12 - Make cloudprint support build without warnings * Broadway: - Support modifiers for scroll events * Windows: - Improve IME support * OS X: - Fix various input issues - Make GtkGLArea work (with the cairo backend) * Translation updates: German Polish Overview of Changes in 3.99.3 ============================= * Accessibility: - Add an initial AT-SPI backend * GtkEmojiChooser: - Allow inserting multiple Emoji by pressing Control - Update Emoji data to Unicode 13 / CLDR 37 - Use translations - The recent-emoji setting type changed. Call gsettings reset org.gtk.gtk4.Settings.EmojiChooser recent-emoji * GtkTextBuffer: - Add boolean returns to some get_iter functions * GtkScale: - Change the default value of the :draw-value property * GtkPopover: - Avoid losing focus when popovers are close * GtkColorChooser: - Add color names back for accessibility * Input methods: - Add a 'private' input hint * GL Renderer: - Fix issues with texture caching - Fix texture flipping problems * Build: - Use meson yield feature for some options - Require gtk-doc 1.33 - Require sysprof 3.38 * Wayland: - Clean up Wayland backend api, add annotations - Generate introspection for Wayland backend api * Windows: - Fix modal window handling and window stacking * MacOS: - Fix the build - Define GDK_WINDOWING_MACOS - Fix various event handling issues * Demos: - Add another column view demo - Add an svg paintable demo * Translation updates Czech Lithuanian Polish ======================================== gtk-doc ======================================== GTK-Doc 1.33.1 (Nov 17 2020) =============== Build GObject scanner with asan Ignore deprecations in the GObject scanner autotools: Fix distclean support meson: Use lib/cmake Translation updates GTK-Doc 1.33.0 (Oct 1 2020) ======================================== librsvg ======================================== Version 2.48.9 - #642 - Fix dx/dy offsets in nested elements. - Windows: support ARM64 builds (Chun-wei Fan). ======================================== libsecret ======================================== 0.20.4 * secret-file-collection: Make MAC comparison constant time [!60] * Initialize libgcrypt for SecretFileCollection [!56] * meson: Add tests for GIR-based languages [!54] * man: Add a bugtracker section to the manpage [!14] * meson: add option introspection [!53] * Updated translations ======================================== libsigc++ ======================================== 3.0.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request #65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) ======================================== simple-scan ======================================== Overview of changes in simple-scan 3.36.7 * Fix displaying the compression value on PDF save. * Fix crash when scanning on Lexmark network MFP ======================================== vala ======================================== Vala 0.48.12 ============ * Various improvements and bug fixes: - codegen: + More use of delegate_target_type and delegate_target_destroy_type + Reduce get_delegate_target/get_delegate_target_destroy_notify calls + Don't use inferred type for temp-value to access generic property [#1088] + Update outdated array _size_ variable of captured local-variable [#1090] + Report internal error for unsupported collection type in foreach - vala: + Issue an error on void initializer for local-variable + Allow markup-reader to accept spaces around '=' of attribute assignment + CodeNode.source_reference is optional, so let the API respect that + Use DataType.compatible() to check for string concatenation [#1100] - valadoc: Don't call CodeContext.pop() on empty stack [#1064] - libvaladoc: Don't filter-out generic type-parameters of delegates - libvaladoc/girimporter: Skip "docsection" elements in - testrunner: Add "-Werror=return-local-addr" flag - manual: Update from wiki.gnome.org * Bindings: - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092] - curses: Add Terminfo API set, function keycodes F(n) and minor changes - curses: Correctly use [PrintfFormat] attribute - glib-2.0: Add return codes to FileStream.putc/puts(), like posix - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func() - glib-2.0: Improve GenericArray.length property - gio-2.0: Fix binding of Resolver.lookup_service*() - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance - gtk4: Update to 3.99.4+7551f85d [#1089] - linux: Add missing struct in cname for Spi.IocTransfer - posix: Declare fstat, stat, lstat and fstatat as public [#1086] - posix: Add freopen binding, as FILE.reopen() - rest-0.7: Fix ParamsIter.next() binding - vapi: Update GIR-based bindings ======================================== yelp ======================================== 3.36.2 ====== * Fix crash when reloading local document (Michael Catanzaro)