The following modules have been added in this release: devhelp The following modules have a new version: - calls (41.beta => 41.rc) - eog (41.beta => 41.rc) - epiphany (41.beta => 41.rc) - evolution-data-server (3.41.2 => 3.41.3) - gdm (41.alpha => 41.rc) - gjs (1.69.2 => 1.69.90) - glib (2.69.2 => 2.69.3) - glib-networking (2.70.beta => 2.70.rc) - gnome-boxes (41.alpha => 41.rc) - gnome-builder (41.alpha1 => 41.0) - gnome-calculator (41.alpha => 41.rc) - gnome-calendar (41.beta => 41.rc1) - gnome-contacts (40.0 => 41.beta) (*) - gnome-control-center (41.beta => 41.rc1) - gnome-desktop (41.beta => 41.rc) - gnome-disk-utility (41.beta => 41.rc) - gnome-initial-setup (41.beta => 41.rc) - gnome-maps (41.beta => 41.rc) - gnome-music (41.beta => 41.rc) - gnome-remote-desktop (40.1 => 41.rc) (*) - gnome-settings-daemon (40.0.1 => 41.rc) - gnome-shell (41.beta => 41.rc.1) - gnome-shell-extensions (41.beta => 41.rc.1) - gnome-software (41.beta => 41.rc) - gnome-system-monitor (40.1 => 41.rc) (*) - gnome-tour (40.0 => 41.rc) - gnome-user-docs (40.4 => 41.rc) - gobject-introspection (1.68.0 => 1.69.0) - gsettings-desktop-schemas (41.alpha => 41.rc) - gtksourceview (4.8.1 => 4.8.2) - json-glib (1.6.4 => 1.6.6) (*) - libdazzle (3.40.0 => 3.42.0) - libhandy (1.3.90 => 1.4.0) - mutter (41.beta => 41.rc) - nautilus (41.beta => 41.rc) - orca (41.alpha => 41.rc) - tracker (3.2.0.alpha.1 => 3.2.0.rc) - tracker-miners (3.2.0.alpha.1 => 3.2.0.rc) - vala (0.53.1 => 0.53.2) - yelp (41.beta => 41.beta2) (*) No summarized news available 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, evince, folks, gcab, gcr, gdk-pixbuf, gedit, geocode-glib, gfbgraph, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-characters, gnome-clocks, gnome-color-manager, gnome-font-viewer, gnome-keyring, gnome-logs, gnome-menus, gnome-online-accounts, gnome-photos, gnome-screenshot, gnome-session, gnome-terminal, gnome-user-share, gnome-video-effects, gnome-weather, gom, grilo, grilo-plugins, gsound, gspell, gssdp, gtk, gtk+, gtk-doc, gtk-vnc, gtkmm, gupnp, gupnp-av, gupnp-dlna, gvfs, libchamplain, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libmediaart, libnma, libnotify, libpeas, librsvg, libsecret, libsigc++, libsoup, mm-common, pango, pangomm, phodav, pyatspi, pygobject, rest, rygel, simple-scan, sushi, sysprof, totem, totem-pl-parser, vte, yelp-tools, yelp-xsl, zenity ======================================== calls ======================================== Calls 41.rc ------------- Released: September * Fix bug preventing SIP from working when using multiple network interfaces * Fixes around SIP account management and its UI * Translation updates: - Galician (Fran Dieguez) - German (Phillip Kiemle) - Indonesian (Andika Triwidada) - Occitan (Quentin PAGÈS) - Persian (Danial Behzadi) - Portuguese (Brazil) (Rafael Fontenelle) - Romanian (Florentina Mușat) - Swedish (Anders Jonsson) - Ukrainian (Yuri Chornoivan) ======================================== eog ======================================== Version 41.rc ------------- New and updated manual translations - Marek Černocký [cs] - Andika Triwidada [id] - Seong-ho Cho [ko] - Anders Jonsson [sv] ======================================== epiphany ======================================== 41.rc - September 2, 2021 ========================= * Ask user whether an unresponsive page should be killed (#1561, #1583) * Fix crash when using Clear All passwords action (#1570) * Fix missing security padlock after using reader mode (#1580, #1584) * Update to highlight.js 11.2.0 (!1005) * Disable captive portal helper under Pantheon desktop (!1006, Cassidy James Blaede) * Disable system scrollbars when using Adwaita theme (!1007) ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.41.3 2021-09-03 --------------------------------------- Bug Fixes: I#343 - Slow down automatic background downloads when in power saver mode (Milan Crha) I#349 - ERemindersWidget: Reverse order of the shown reminders (Milan Crha) Miscellaneous: vala: FolderThreadNode is a compact class (Corentin Noël) Translations: Daniel Mustieles (es) Asier Sarasua Garmendia (eu) Fran Dieguez (gl) Kukuh Syafaat (id) Baurzhan Muftakhidinov (kk) Jiri Grönroos (fi) Jordi Mas (ca) Nathan Follens (nl) Aurimas Černius (lt) ======================================== gdm ======================================== ============== Version 41.rc1 ============== - Fix fallback to Xorg at login screen - Fix SessionType in AccountService user config - Reuse VT on log out - Translation updates ======================================== gjs ======================================== Version 1.69.90 --------------- - Closed bugs and merge requests: * Update ESLint to v8 [!657, Evan Welsh] * gi: Enable pending tests which are now correctly handled [!658, Evan Welsh] * gi: Return null if return argument is a pointer type [!659, Evan Welsh] * gi: Assume native enums are signed, avoid asserting. [!660, Evan Welsh] * Fix cppcheck failure [!661, Philip Chimento] * Strange behavior for strings with NUL character [#285, !662, Evan Welsh] * 64-bit int GObject properties have some problems with values > G_MAXINT32 [#92, !663, Evan Welsh] * Crash on dynamic import in interactive interpreter [#429, !666, Evan Welsh] * 1.69.1: gjs test suite is failing when gjs is build with -DG_DISABLE_ASSERT [#436, !667, Evan Welsh] * function: Warn about unhandled promise rejections in System.exit() [!669, Philip Chimento] * attempting to wrap a new GObject mid-construction blows up [#50, !675, Evan Welsh] * Fix IWYU CI job [!676, Evan Welsh] - Build fixes [Evan Welsh, Philip Chimento] ======================================== glib ======================================== Overview of changes in GLib 2.69.3 ================================== * Bugs fixed: - #2425 g_settings_schema_key_range_check() misbehaves for int versus bool - #2472 Compiling anything with GCC <4.6 spews deprecation warnings - #2477 `g_invoke_closure` bindings API break. - #2481 GPowerProfileMonitorPortal does not notice initial power-saver-enabled status - !2219 doc: Explicitly said, that no null term. is needed - !2238 ci: Use C.UTF-8 locale on FreeBSD 12 - !2240 gio: Fix conditions in memory-monitor test * Translation updates: - Basque - Catalan - Chinese (China) - Galician - Kazakh - Korean - Lithuanian - Romanian ======================================== glib-networking ======================================== 2.70.rc - September 3, 2021 =========================== - gnutls: revert AuthorityInformationAccess implementation for now (#160) - gnutls: fix use of non-default GTlsDatabases, Geary crash on startup (#169) - openssl: remove openssl-util (!181) - gnutls: fix leak in g_tls_certificate_gnutls_copy (!182, Patrick Griffis) - gnutls: Unbreak GTLS_GNUTLS_CHECK_VERSION (!185) ======================================== gnome-boxes ======================================== 41.rc - 03 Sep, 2021 ====================== Changes since 41.alpha - Make Boxes use Vnc when SPICE is not available - transfer-popover: Encapsulate widget setup internally - Added/updated/fixed translations: - Basque - Catalan - Chinese (China) - Czech - Finnish - French - Friulian - Galician - German - Indonesian - Kazakh - Korean - Lithuanian - Occitan - Persian - Slovenian - Swedish - Turkish All contributors to this release: Asier Sarasua Garmendia Aurimas Černius Baurzhan Muftakhidinov Burhan KELEŞ Claude Paroz Danial Behzadi Fabio Tomat Felipe Borges Fran Dieguez Jiri Grönroos Jordi Mas Kukuh Syafaat Luna Jernberg Marek Černocký Matej Urbančič Philipp Kiemle Quentin PAGÈS Seong-ho Cho Tao Liu ======================================== gnome-builder ======================================== ============ Version 41.0 ============ • Fixes to markdown presentation with Pango • Template fixes • Allow installation of KDE and elementary Flatpak runtimes through private flatpak installation • Updated translations ================ Version 41.beta1 ================ • Builder now uses a private Flatpak installation for SDKs to avoid modifying the user's flatpak installation. It automatically uses Flathub, Flathub-beta, and GNOME Nightly Flatpak repositories with appropriate filters to get access to nightly and beta SDKs. This is necessary to support development against "master" once the SDKs branch for beta. • Style scheme improvements • Improvements in the foundry to build pipelines • Allow loading buffers without addins to speed up text replacements • Use jedi-language-server instead of loading Jedi in process • Enable rust global search if the project is known to contain rust • Improvements to Flatpak SDK extension integration • A new markdown renderer • Improvements to LSP autocompletion features • Accessibility improvements • Improved devhelp integration • Session support for additional page types other than editors • Improvements to grep integration including project search and replace ======================================== gnome-calculator ======================================== Overview of changes in gnome-calculator 41.rc * Updated Translations ======================================== gnome-calendar ======================================== Major changes in 41.rc1: * Small cleanups * Updated translations ======================================== gnome-control-center ======================================== ================ Version 41.rc1 ================ - Updated translations Cellular - Various translation fixes User Accounts - Improve parental controls behavior ======================================== gnome-desktop ======================================== ============= Version 41.rc ============= - Some improves in the CI - Translation updates ======================================== gnome-disk-utility ======================================== 41.rc - September 2, 2021 ========================= Updated translations: * Alexey Rubtsov (ru), Asier Sarasua Garmendia (eu), Aurimas Černius (lt), Baurzhan Muftakhidinov (kk), Charles Monzat (fr), Danial Behzadi (fa), Daniel Mustieles (es), Daniel Șerbănescu (ro), Efstathios Iosifidis (el), Fran Dieguez (gl), Jiri Grönroos (fi), Jordi Mas (ca), Kukuh Syafaat (id), Marek Černocký (cs), Matej Urbančič (sl), Seong-ho Cho (ko), Yaron Shahrabani (he), Zander Brown (en_GB) ======================================== gnome-initial-setup ======================================== 41.rc ----- * Bugs fixed: - !123 Fix the polkit rule for Fedora third party setup * Translation updates: - Basque - Chinese (China) - Czech - Dutch - English (United Kingdom) - Finnish - French - Galician - German - Greek, Modern (1453-) - Hebrew - Indonesian - Kazakh - Korean - Lithuanian - Occitan (post 1500) - Persian - Portuguese (Brazil) - Romanian - Russian - Spanish - Swedish ======================================== gnome-maps ======================================== 41.rc - Sep 04, 2021 ========================= Changes since 41.beta - Updated OSM POI types for editing - Refine usage of shopping cart icon in search result to be used only for supermarket-like places - Updated screenshots to reflect the switch to osm.org tiles Added/updated/fixed translations - Chinese (China) - Greek - Romanian - Lithuanian - Persian - Catalan - Slovenian - Kazakh - Finnish - Galician - Indonesian - Brazilian Portuguese - Spanish - Czech - German - Ukrainian - Swedish All contributors to this release Abderrahim Kitouni Alexey Rubtsov Anders Jonsson Andre Klapper Asier Sarasua Garmendia Aurimas Černius Baurzhan Muftakhidinov Boyuan Yang <073plan@gmail.com> Danial Behzadi Daniel Mustieles Daniel Șerbănescu Dušan Kazik Dz Chen Efstathios Iosifidis Enrico Nicoletto Fabio Tomat Florentina Mușat Fran Dieguez harryjrk Hugo Carvalho Jiri Grönroos Jordi Mas Kukuh Syafaat Luna Jernberg Marcus Lundblad Marek Černocký Matej Urbančič Nathan Follens Philipp Kiemle Quentin PAGÈS Rafael Fontenelle Yaron Shahrabani Yuri Chornoivan Zander Brown ======================================== gnome-music ======================================== Overview of changes in 41.rc ============================ • Touch-ups for the new design • Async improvements Bugs fixed: Fix duplicated playlist song removal (#469) Fix flowbox selection state (#460) Thanks to our contributors this release: Marinus Schraal Mpho Jele Updated translations: Indonesian Ukrainian Swedish Czech Spanish Basque Catalan Brazilian Portuguese Galician Finnish British English Kazakh Slovenian Slovak Frisian French Korean Persian Greek Lithuanian Romanian Chinese (China) ======================================== gnome-settings-daemon ======================================== ============= Version 41.rc ============= - Translation updates - CI and test fixes Power: - Enable power-saver profile when low on battery - Dim the screen quicker by default - Generalize laptop battery notifications - Refactor battery notifications for external devices Media-keys: - Replace deprecated calls - Add one second delay between each rfkill event Housekeeping: - Use GRefCount USB-protection: - Authorize devices after screen has been locked - Improve debug output - Misc. fixes Xsettings: - Add support for XFixes ClientDisconnectMode ======================================== gnome-shell ======================================== 41.rc.1 ======= * Make tests optional [Florian; !1975] * Misc. bug fixes [Florian; !1974] Contributors: Florian Müllner Translators: Daniel Șerbănescu [ro] 41.rc ===== * Optimize rendering of fullscreen zoom [Daniel; !1899] * Fix glitchy launch animations when leaving overview [Daniel; !1440] * Show low priority notifications only in message list [Florian; #4265] * Support Soup 3 instead of 2.4 [Florian; !1940, !1966] * Set log domain for extensions that use console.log() [Evan; !1958] * Fix wrong separator position in dash [Raghuveer; !1804] * Fix OSK not registering button presses on X11 [Sebastian; !1955] * Fix work area getting messed up by hidden panels [Florian; #4569] * Fix IM candidate popover position [Florian; #4593] * Restrict callers of private D-Bus APIs [Florian; !1970] * Support committing preedit string on focus loss [Carlos; !1929] * Misc. bug fixes and cleanups [Florian, Ivan, Sebastian, José, Robert; !1956, !1949, !1937, !1961, !1962, !1871, !1964, !1946, !1957, !1959, !1879, !1968] Contributors: José Expósito, Carlos Garnacho, Raghuveer Kasaraneni, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Daniel van Vugt, Evan Welsh Translators: Yuri Chornoivan [uk], Quentin PAGÈS [oc], Asier Sarasua Garmendia [eu], Hugo Carvalho [pt], Rafael Fontenelle [pt_BR], Jordi Mas [ca], Alexey Rubtsov [ru], Danial Behzadi [fa], Kukuh Syafaat [id], Marek Černocký [cs], Fran Dieguez [gl], Daniel Mustieles [es], Źmicier Turok [be], Jiri Grönroos [fi], Emin Tufan Çetin [tr], Baurzhan Muftakhidinov [kk], Bruce Cowan [en_GB], Philipp Kiemle [de], Matej Urbančič [sl], Dušan Kazik [sk], Charles Monzat [fr], Luna Jernberg [sv], Aurimas Černius [lt], Boyuan Yang [zh_CN], Changwoo Ryu [ko] ======================================== gnome-shell-extensions ======================================== 41.rc.1 ======= * Fix pre-generating stylesheets in tarball [Florian; !190] Contributors: Florian Müllner 41.rc ===== * window-list: Adapt to overview-on-startup [Florian; !185] * apps-menu: Use a custom 'toggle-menu' shortcut [Florian; !173] * Misc. bug fixes and cleanups [Florian; !186] Contributors: Florian Müllner ======================================== gnome-software ======================================== Version 41.rc ~~~~~~~~~~~~~ Released: 2021-09-07 This is the third unstable release for GNOME 41. * Tweaks to the context tiles and dialogs * Fixes to the details page for non-desktop apps * Re-add support for the add-ons categories * Sort new and updated apps by release date on the category page This release also updates translations: * Basque * Catalan * Chinese (China) * Chinese (Taiwan) * Croatian * English (United Kingdom) * Finnish * Galician * Indonesian * Kazakh * Korean * Lithuanian * Occitan (post 1500) * Persian * Portuguese * Portuguese (Brazil) * Slovenian * Spanish * Swedish * Ukrainian ======================================== gnome-tour ======================================== gnome-tour 41.rc =================== * content: add back workspaces slide * Add assets for GNOME 41 (#41, #42, #45) * desktop: Add categories * Translations updates ======================================== gnome-user-docs ======================================== 41.rc ===== * Terminology updates for tablets and styluses (Andre Klapper) * Updated to Files documentation (Andre Klapper) * Updated translations: cs (Marek Černocký) fa (Danial Behzadi) fi (Jiri Grönroos) id (Andika Triwidada) ko (Seong-ho Cho) pl (Piotr Drąg) pt_BR (Rafael Fontenelle) sv (Anders Jonsson) uk (Yuri Chornoivan) ======================================== gobject-introspection ======================================== 1.69.0 - 2021-08-24 ------------------- * Fix build when gobject-introspection is a subproject :mr:`266` * Add more float types :issue:`384`, :mr:`269` * Make test suite work with cross-related options :issue:`227` * Fix several leaks found by Coverity :mr:`272` * Fix enum member c:identifier :mr:`264` * Add g-ir-doc-tool man page :mr:`284` * Export warnlib sources as variables :mr:`287` * Update the GLib annotations :mr:`288` * Add "final" class attribute :mr:`257`, :mr:`291` * Add option to make .gir files installation paths configurable :mr:`63` * Handle constructors with mismatched GTypes :issue:`399`, :mr:`292` * Add property accessors annotations :issue:`13`, :mr:`279` ======================================== gsettings-desktop-schemas ======================================== Major changes in 41.rc ====================== - Stop setting legacy GNOME 2 shortcut by default - Translation updates ======================================== gtksourceview ======================================== News in 4.8.2, 2021-09-03 ------------------------- * New syntax highlighting definition file for: STAR * Improved syntax highlighting definition file for: YARA, LLVM * GtkSourceMap now avoids animation while scrolling in response to clicks. This should help prevent some hysteresis. * GObject Introspection fixes * Fixed decrement of negative numbers in GtkSourceView * Improvements to style schemes: kate * Fixed build-time macros for version checking in some scenarios * Translation updates ======================================== libdazzle ======================================== ============== Version 3.42.0 ============== Changes in this release: • Build system fixes for macOS • Win32 fixes • Panel fixes • Allow DzlTaskCache to use NULL copy/free funcs • Additional translations ======================================== libhandy ======================================== ============= Version 1.4.0 ============= - Translation updates: - Brazilian Portuguese - British English - Spanish ======================================== mutter ======================================== 41.rc ===== * Add clutter_stage_paint_to_content() [Ivan; !1899] * Add meta_cursor_tracker_get_scale() [Ivan; !1967] * wayland: Make each wl_output correspond to one monitor [Jonas; !1712] * Expose 'inactive-since' timestamp to uresourced [Nishal; !1960] * Pass dirty rects to secondary GPU [Piotr; !1879] * Support commiting preedit string on focus loss [Carlos; !1940] * Improve auto-rotation support [Marco; !1233] * Add meta_window_actor_paint_to_content() [Robert; !1893] * Fixed crashes [Jonas, Ray, Robert; !1947, !1979, !1965, !1958] * Misc. bug fixes and cleanups [Florian, Carlos, Robert, Daniel, Erico, Dor; !1957, !1924, !1970, !1971, !1972, !1973, !1974, !1977, !1978, !1975, !1886, !1983, !1990, !1980] Contributors: Marco Trevisan (Treviño), Dor Askayo, Carlos Garnacho, Nishal Kulkarni, Piotr Lopatka, Robert Mader, Ivan Molodetskikh, Florian Müllner, Erico Nunes, Ray Strode, Daniel van Vugt, Jonas Ådahl Translators: Asier Sarasua Garmendia [eu], Claude Paroz [fr], Jiri Grönroos [fi], Baurzhan Muftakhidinov [kk], Aurimas Černius [lt] ======================================== nautilus ======================================== Major changes in 41.rc ========================= * Disable background "Properties" while searching (Felipe Borges) * Don't duplicate set wallpaper when not using portal (Barnabás Pőcze) * Translation updates (GNOME Translation Project contributors) ======================================== orca ======================================== 41.rc - 4 September 2021 Web: * Fix several issues related to empty but "focusable" ARIA tooltips * Identify and work around (when possible) mismatched text and hypertext implementations that can lead to looping inside content New and updated translations (THANKS EVERYONE!!!): cs Czech Marek Černocký es Spanish Francisco Javier Dorado hu Hungarian Attila Hammer kk Kazakh Baurzhan Muftakhidinov sv Swedish Anders Jonsson uk Ukrainian Yuri Chornoivan ========= 41.beta - 24 August 2021 General: * Use new AT-SPI device API for keyboard monitoring when available LibreOffice: * Fix bug causing Orca to become silent due to setting locusOfFocus to a defunct object * Work around missing focus event for Calc spreadsheet which causes Orca to ignore subsequent events Speech: * Do not set voice name when it is the default ========= ======================================== tracker ======================================== NEW in 3.2.0.rc - 2021-09-05 ============================ * Dropped bogus files from pre-generated documentation NEW in 3.2.0.beta - 2021-09-01 ============================== * Improved error reporting when parsing ontologies * Improvements to database rollback on ontology errors * Ontology parsing crash fixes * Make soup 2.x/3.x chosen at runtime * Disable GVFS in functional tests * Check accessible graphs when looking up resource URIs/IDs * Port documentation to hotdoc * Avoid "UPDATE ... FROM ..." SQL syntax only present in recent SQLite versions. * Multiple build, ci, website and maintenance improvements Translations: fi, ru, sk ======================================== tracker-miners ======================================== NEW in 3.2.0.rc - 2021-09-05 ============================ Translations: fi, lt, nl NEW in 3.2.0.beta - 2021-09-01 ============================== * Save file creation time * Coverity fixes * Fix chaining up of errors after porting to TrackerBatch * Fixes for test flakiness * Avoid falling back to year 0 in extractors * Linking fixes on misc executables * CI improvements Translations: cs, es, eu, fr, gl, id, kk, ko, pt, pt_BR, ro, ru, sk, sl, sv, tr, zh_TW ======================================== vala ======================================== Vala 0.53.2 =========== * Various improvements and bug fixes: - codegen: + Fix property access inside opaque compact class + Add missing cast to access base-class members in class/static ctor [#1221] * Bindings: - glib-2.0: Current constants in GLib.Math are part of glib.h [#1220] - glib-2.0: Add RefString since 2.58 [#723] - gstreamer: Update from 1.19.0+ git master - gtk4: Update to 4.5.0~e681fdd9 - vapi: Update GIR-based bindings ======================================== yelp ======================================== 41.beta2 ======== * Fixed regression when opening document by file path * Added content rating and release info to appdata file