The following modules have been removed in this release: gtk The following modules have a new version: - gfbgraph (0.2.3 => 0.2.4) - gjs (1.58.7 => 1.58.8) - glib-networking (2.62.3 => 2.62.4) - gnome-control-center (3.34.5 => 3.34.6) - gnome-desktop (3.34.5 => 3.34.7) - gnome-music (3.34.5 => 3.34.6) - gnome-photos (3.34.1 => 3.34.2) - mutter (3.34.5 => 3.34.6) - simple-scan (3.34.6 => 3.34.7) - vala (0.46.9 => 0.46.10) 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, eog, epiphany, evince, evolution-data-server, file-roller, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, glib, 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-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-doc, gtk-vnc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gvfs, json-glib, libchamplain, libcroco, libdazzle, libgdata, libgee, libgepub, libgnomekbd, libgovirt, libgsf, libgtop, libgudev, libgweather, libgxps, libmediaart, libnotify, libpeas, librsvg, libsecret, libsigc++, libsoup, libzapojit, mm-common, nautilus, network-manager-applet, orca, pango, pangomm, phodav, pyatspi, pygobject, rest, rygel, sushi, totem, totem-pl-parser, tracker, tracker-miners, vino, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== gfbgraph ======================================== ================= LibGFBGraph 0.2.4 ================= The changes include: - Change Facebook Graph API version to v2.10 by Álvaro Peña. - Fix memory leaks of GFBGraphNode class by Krzesimir Nowak. - Support g_autoptr for GFBGraphAlbum, GFBGraphNode, GFBGraphPhoto, GFBGraphUser by Leesoo Ahn. - Fix memory leaks of GFBGraphUser, GFBGraphSimpleAuthorizer, GFBGraphAlbum by Leesoo Ahn. ======================================== gjs ======================================== Version 1.58.8 -------------- - Various backports * 1.63.3: test suite is failing [Philip Chimento] * Various fixes for potential crash and memory issues [Philip Chimento] ======================================== glib-networking ======================================== 2.62.4 - May 28, 2020 ===================== - Fix CVE-2020-13645, fail connections when server identity is unset (#135) ======================================== gnome-control-center ======================================== ================ Version 3.34.6 ================ Sound - Fix translation of "System Sounds" ======================================== gnome-desktop ======================================== ============== Version 3.34.7 ============== - No changes ============== Version 3.34.6 ============== - Update testsuite for new Hebrew clock format ======================================== gnome-music ======================================== Overview of changes in 3.34.6 ============================= * Fix a crash in SearchView * Handle missing change notification case Bugs fixed: searchview: Fix incorrect object use (!707) grltrackerwrapper: Handle missing change notification case (!715) Thanks to our contributors this release: Atharva Veer Marinus Schraal ======================================== gnome-photos ======================================== Overview of changes in 3.34.2 ============================= * Bugs fixed: !120 help: Update the application icon !126 test-gegl: Unbreak /gegl/buffer/zoom/in* with Babl 0.1.67 !127 appdata: Add release notes for 3.34.0 #149 Fix the build with GEGL 0.4.23 * Updated translations: Simplified Chinese Indonesian Slovak Turkish Ukrainian ======================================== mutter ======================================== 3.34.6 ====== * Fix various clipboard issues [Carlos; !1198, !1203, !1204, !1186, !1206] * Fix locate-pointer feature interfering with keybindings [Carlos; !1014] * Fix overview key on X11 when using multiple keyboard layouts [Olivier; !1219] * Preserve keyboard state on VT switch [Olivier; !1185] * Fixed crashes [Florian; #1083] * Plugged memory leaks [Sebastian; !1001] * Misc. bug fixes and cleanups [Pekka, Laurent; !1209, #1074] Contributors: Laurent Bigonville, Olivier Fourdan, Carlos Garnacho, Sebastian Keller, Florian Müllner, Pekka Paalanen ======================================== simple-scan ======================================== Overview of changes in simple-scan 3.34.6 * Change the size of the paper to avoid visual glitches. ======================================== vala ======================================== Vala 0.46.10 ============ * Regression and bug fixes: - codegen: + Correctly handle cast-expression of real struct to nullable struct [#991] + Use loop index instead of get_ccode_pos() for ellipsis parameter [#995] - vala: + Allow node_ref being null in SemanticAnalyzer.get_instance_base_type() + SemanticAnalyzer.get_instance_base_type() is not allowed to return null + Use stable hash for methods in HashMap of implicit_implementations [#990] and Use "str_equal" as equal_func for ArrayList instances + Set value_type of undefined member-access to avoid further criticals + Transform cast from floating-type to boxed-type [#991] + Transform cast from integer-type to boxed-type [#992] + Explicit "new" method may be incompatible with a posssible base method - valadoc: Add implicit "Posix" using-directive for POSIX profile - girparser: Add support for boolean "new" argument for methods