The following modules have been removed in this release: gexiv2, jsonrpc-glib The following modules have a new version: - glib-networking (2.68.2 => 2.68.3) - gnome-control-center (40.6 => 40.7) - gnome-desktop (40.5 => 40.6) - gnome-initial-setup (40.4 => 40.7) - gnome-shell (40.5 => 40.6) - gtk-vnc (1.2.0 => 1.3.0) - mutter (40.5 => 40.6) - pangomm (2.46.1 => 2.46.2) - vala (0.52.7 => 0.52.8) 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, devhelp, eog, epiphany, evince, evolution-data-server, file-roller, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, gfbgraph, gjs, glib, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-builder, gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts, gnome-disk-utility, gnome-font-viewer, gnome-keyring, gnome-logs, gnome-maps, gnome-menus, gnome-music, gnome-online-accounts, gnome-online-miners, gnome-photos, gnome-remote-desktop, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-shell-extensions, gnome-software, gnome-system-monitor, gnome-terminal, gnome-tour, 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+, gtk-doc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gvfs, json-glib, libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libhandy, libmediaart, libnma, libnotify, libpeas, librsvg, libsecret, libsigc++, libsoup, mm-common, nautilus, orca, pango, phodav, pyatspi, pygobject, rest, rygel, simple-scan, sushi, sysprof, tepl, totem, totem-pl-parser, tracker, tracker-miners, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== glib-networking ======================================== 2.68.3 - December 6, 2021 ========================= - Fix crashes when handshake is cancelled (#97, #176) ======================================== gnome-control-center ======================================== ================ Version 40.7 ================ - Updated translations ======================================== gnome-desktop ======================================== ============ Version 40.6 ============ - No changes ======================================== gnome-initial-setup ======================================== 40.7 ---- * Translation update: - Japanese ======================================== gnome-shell ======================================== 40.6 ==== * Fix sound-file support in notifications [Florian; !1991] * Fix high-contrast switches [Florian; !2000] * Only allow one extension prefs dialog at a time [Florian; #4564] * Fixed crash [Sebastian; !2014] * Misc. bug fixes and cleanups [Florian; !1998, !2007] Contributors: Sebastian Keller, Florian Müllner Translators: Yuri Chornoivan [uk], Matej Urbančič [sl], Anders Jonsson [sv], Rafael Fontenelle [pt_BR], Kukuh Syafaat [id], Hugo Carvalho [pt], Christian Kirbach [de] ======================================== gtk-vnc ======================================== Nov 16, 2021: Release 1.3.0 =========================== o Add API to request screen rotation o Automatically pick gthread coroutine if ucontext is not available o Fix meson logic bug when disabling vala o Honour choice of python when generating keymaps o Fix error reporting and memory leaks encrypting auth data o Fix missing includes for GDK quartz and broadway backends o Switch to GNUTLS for VNC auth challenge to fix empty password handling o Fix handling of auth subtypes in gvnccapture program ======================================== mutter ======================================== 40.6 ==== * Don't change workspaces of unmanaged windows [Sebastian; !2003] * xwayland: Avoid unnecessary _NET_WM_STATE events [Dor; !2032] * Don't use atomic mode setting for virtio_gpu driver [Jonas; !2040] * frame-clock: Apply dithering to dispatch times [Daniel; !1826] * wayland: Accept final preference of drop destination [Robert; !2043] * Fix tilt direction of pen/tablet inputs [Quytelda; !2065] * Use b/w unicode for tablet mode OSD [Carlos; !2064] * Fix negative paint volume offscreen effect [Sebastian; !2031] * Only add paint volumes of mapped actors to stage clip [Robert; !2035] * Fix mapping tablet input to correct monitor [Jason; !1934] Contributors: Dor Askayo, Carlos Garnacho, Jason Gerecke, Quytelda Kahja, Sebastian Keller, Robert Mader, Florian Müllner, Daniel van Vugt, Jonas Ådahl Translators: Fabio Tomat [fur] ======================================== pangomm ======================================== 2.46.2 (stable): Build: * Don't include individual pango headers (Matthias Clasen, Kjell Ahlstedt) Merge request !22 * Support Visual Studio 2022 builds NMake Makefiles: Fix header installation (Chun-wei Fan) ======================================== vala ======================================== Vala 0.52.8 =========== * Various improvements and bug fixes: - codegen: + Use CCodeConstant for member access of constant symbol + Add and use CCodeConstantIdentifier for accessing constants + Check required length of enum type name for GType support + Add missing check while overriding virtual async interface methods [#852] + Drop inconsistent space for ObjectType parameters + Accept CCode.type attribute on parameters [#876] + Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT - vala: + Improve error message for invalid handler of dynamic signal + Using SignalHandler.disconnect() is required for dynamic signals + Check for unavailable value-type of variable initializer [#1253] + Add [Profile] as known attribute for methods + Report error on missing gio-2.0 package for async constructors + Fix signals with generic return + parser: Split out Parser.parse_switch_section_statement() + parser: Better handling of misplaced switch sections [#1246] - genie: + Amend text of indent and dedent for error messages [#497] + Accept INTERR token before type arguments when parsing type [#1245] + Properly handle plain "get" or "set" property accessors [#1248] + "exception" is the expected string for TokenType.ERRORDOMAIN + Accept accessibility/async modifiers on "construct" creation methods [#1235] - girparser: Accept "sealed" for transformed records and compact classes - gtkmodule: Improve error message for invalid signal element in ui-file - tests: Rename colliding test cases to avoid conflicts * Bindings: - alsa: Add more API and fix a few things - gnome-desktop-3.0: Some parameter fixes - gstreamer: Cherry-pick bindings fixes from 0.56 - gstreamer-base-1.0: Some parameter fixes [#1255] - pango: Cherry-pick bindings fixes from 0.56