The following modules have a new version: - epiphany (3.37.90 => 3.37.91) - evince (3.37.3 => 3.37.90) - gjs (1.65.90 => 1.65.91) - glib (2.65.1 => 2.65.2) - gnome-clocks (3.37.90 => 3.37.91) - gnome-contacts (3.37.1 => 3.37.2) (*) - gnome-control-center (3.37.3 => 3.37.90) - gnome-desktop (3.37.90.1 => 3.37.91) - gnome-initial-setup (3.37.91 => 3.37.91.1) - gnome-maps (3.37.90 => 3.37.91) - gnome-photos (3.37.2 => 3.37.91.1) - gnome-shell (3.37.90 => 3.37.91) - gnome-shell-extensions (3.37.90 => 3.37.91) - gnome-system-monitor (3.37.90 => 3.37.91) - json-glib (1.4.4 => 1.5.2) - librsvg (2.49.3 => 2.49.4) - mutter (3.37.90 => 3.37.91) - nautilus (3.37.90 => 3.37.91) - pango (1.46.0 => 1.46.1) - tracker (2.99.3 => 2.99.4) - tracker-miners (2.99.3 => 2.99.4) - vala (0.48.9 => 0.49.91) (*) 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, eog, evolution-data-server, file-roller, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, gfbgraph, glib-networking, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-calculator, gnome-calendar, gnome-characters, gnome-color-manager, gnome-disk-utility, gnome-font-viewer, gnome-getting-started-docs, gnome-keyring, gnome-logs, gnome-menus, gnome-music, gnome-online-accounts, gnome-online-miners, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-software, gnome-terminal, 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, gtk-vnc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gvfs, libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libhandy, libmediaart, libnma, libnotify, libpeas, libsecret, libsigc++, libsoup, mm-common, orca, pangomm, phodav, pyatspi, pygobject, rest, rygel, simple-scan, sushi, totem, totem-pl-parser, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== epiphany ======================================== 3.37.91 - August 20, 2020 ========================= * Fix crash when visiting long pages like planet.gnome.org (#1282) * Clarify description of run-in-background setting (#1301) * Fix various theme problems (#1312, !797, !798, Alexander Mikhaylenko) * Code cleanups and fixes to history dialog (!793, Andrei Lisita) ======================================== evince ======================================== ================= Evince 3.37.90 ================= build: * Bump glib requirement to 2.44 (Germán Poo-Caamaño) * Correct a typo in meson.build (Felix Yan) ci: * remove deprecated jobs (Jordan Petridis) dvi: * Fix some math fonts when using virtual fonts (#53, David C. Sterratt) libdocument: * Replace deprecated GTime by GDateTime (vanadiae) libview: * Fix deprecation for getting background color (Germán Poo-Caamaño) Developers: * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae Translations: * Boyuan Yang (Chinese (China)) * Marek Černocký (Czech) * Jiri Grönroos (Finnish) * Thibault Martin (French) * Fabio Tomat (Friulian) * Fran Dieguez (Galician) * Kukuh Syafaat (Indonesian) * Aurimas Černius (Lithuanian) * Piotr Drąg (Polish) * Марко Костић (Serbian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Anders Jonsson (Swedish) * Emin Tufan Çetin (Turkish) * Yuri Chornoivan (Ukrainian) ======================================== gjs ======================================== Version 1.65.91 --------------- - Closed bugs and merge requests: * Crash in gjs_dbus_implementation_flush() [#332, !471, Andy Holmes] * eslint: Bump ecmaScript version [!473, Florian Müllner] * Documentation: add documentation for ENV variables [!474, Andy Holmes] * Fix build for master on Windows (due to SpiderMonkey-78.x upgrade) [!475, Chun-wei Fan] * Argument cache causes test failure in armhf [#342, !476, Marco Trevisan] * Argument cache causes test regressions in s390x [#341, !477, Simon McVittie] * ByteArray.toString use-after-free [#339, !472, Evan Welsh] * Crash accessing `vfunc_` methods of `Clutter.Actor`s [#313, !478, Evan Welsh] - Various refactors for type safety [Marco Trevisan] ======================================== glib ======================================== Overview of changes in GLib 2.65.2 ================================== * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970) * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182) * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605) * Bugs fixed: - #5 g_new0 performance - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive - #2182 g_subprocess_communicate_async() can deadlock when writing - !1593 CI support for Coverity Scan - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601 - !1613 gfile: Document TOCTTOU avoidance using g_file_delete() - !1615 docs: glib-compile-resources: json-stripblanks - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED - !1619 Minor Coverity fixes - !1620 gvariant: Ensure GVS.depth is initialised - !1622 gdatetime: Widen a variable before multiplication - !1623 gcancellable: Assert that make_pollfd() call succeeds - !1624 gdbusaddress: Drop an unnecessary NULL check - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks * Translation updates: - French - Galician - Greek, Modern (1453-) - Indonesian - Romanian - Spanish - Turkish - Ukrainian ======================================== gnome-clocks ======================================== gnome-clocks 3.37.91 =================== * Updated translations ======================================== gnome-control-center ======================================== ================ Version 3.37.90 ================ - Rename Universal to Accessibility - Updated translations - Clean CI jobs - Adapt to libhandy-1 Network - Add support for Enhanced Open Wi-Fi security - Fix connection editor blanking when removing manual entry - Small fixes Thunderbolt - Plug some memory leaks User Accounts - Show "Take a picture" button only when cam is available ======================================== gnome-desktop ======================================== =============== Version 3.37.91 =============== - Allow /etc/alternatives in bubblewrap sandbox (#92, Simon McVittie) - Fix bubblewrap sandbox on s390x (!82, Simon McVittie) =============== Version 3.37.90 =============== ======================================== gnome-initial-setup ======================================== 3.37.91.1 --------- * Bugs fixed: - !92 gnome-initial-setup: Allow welcome tour to be skipped via vendor config - !95 network: Re-word the description for Wi-Fi - !100: Avoid a warning about connecting to a NULL object * Translation updates: - Basque - Catalan - Chinese (China) - Croatian - Finnish - French - Galician - Indonesian - Japanese - Kazakh - Persian - Polish - Portuguese - Portuguese (Brazil) - Romanian - Slovenian - Spanish - Turkish - Ukrainian ======================================== gnome-maps ======================================== 3.37.91 - Aug 22, 2020 ========================= Changes since 3.37.90 - Add additional icons for walking directions for the OpenTripPlanner transit plugin - Make the "no network" display adaptive Added/updated/fixed translations - French - Persian - Brazilian Portuguese - Turkish - Finnish - Kazakh - Indonesian - Romanian - Galician - Spanish - Czech - Chinese (China) - Ukranian - British English - Basque All contributors to this release Alexandre Franke Asier Sarasua Garmendia Baurzhan Muftakhidinov Boyuan Yang <073plan@gmail.com> Bruce Cowan Danial Behzadi Daniel Mustieles Emin Tufan Çetin Florentina Mușat Fran Dieguez Jan-Michael Brummer Jiri Grönroos Kukuh Syafaat Lubos Marcus Lundblad Marek Černocký Rafael Fontenelle Yuri Chornoivan ======================================== gnome-photos ======================================== Overview of changes in 3.37.91.1 ================================ * Bugs fixed: !138 build: Unbreak the installed tests Overview of changes in 3.37.91 ============================== * Add a new magic filter called Trencin * Bugs fixed: !133 CI: Drop MESON_ARGS, and detect them from the Flatpak manifest * Updated translations: Catalan Simplified Chinese Croatian Czech Finnish French Friulian Galician Greek Indonesian Kazakh Central Kurdish Lithuanian Persian Polish Portuguese (Brazilian) Romanian Slovenian Spanish Swedish Turkish Ukrainian ======================================== gnome-shell ======================================== 3.37.91 ======= * Fix potential stack overflow in libcroco [Michael; !1404] * Fix page removal in app picker [Georges; !1406] * Fix "old style" VPN authentication [Florian; !1407] * Fix X11 session login [Benjamin; !1418] * Fix week number alignment when using font-scaling [Joonas; !1415] * Fix lock screen on systems without GLSL shader support [Zephaniah; #3071] * Misc. bug fixes and cleanups [Florian, Jonas, Georges, Andre, Will, Björn; !1396, !1359, !1408, !1409, !1414, !1413, !1416, #3073] Contributors: Jonas Ådahl, Benjamin Berg, Michael Catanzaro, Björn Daase, Joonas Henriksson, Zephaniah E. Loss-Cutler-Hull, Andre Moreira Magalhaes, Florian Müllner, Georges Basile Stavracas Neto, Will Thompson Translators: Fran Dieguez [gl], Jordi Mas [ca], Daniel Mustieles [es], Florentina Mușat [ro], Akarshan Biswas [bn_IN], Baurzhan Muftakhidinov [kk], Piotr Drąg [pl], Rafael Fontenelle [pt_BR], Emin Tufan Çetin [tr], sicklylife [ja], Danial Behzadi [fa], Jiri Grönroos [fi], Goran Vidović [hr], Matej Urbančič [sl], Boyuan Yang [zh_CN] ======================================== gnome-shell-extensions ======================================== 3.37.91 ======= Contributors: Florian Müllner Translators: Fran Dieguez [gl], Akarshan Biswas [bn_IN], Kukuh Syafaat [id], Piotr Drąg [pl], Rafael Fontenelle [pt_BR], Jiri Grönroos [fi], Марко Костић [sr], Goran Vidović [hr] ======================================== gnome-system-monitor ======================================== New in 3.37.91 - 21 August 2020 * added/updated translations emintufan (tr) Yuri Chornoivan (uk) Alexandre Franke (fr) Kukuh Syafaat (id) Marek Cernocky (cz) Boyuan Yang (zh_CN) Fran Diéguez (gl) Daniel Mustieles (es) Florentina Mușat (ro) Piotr Drąg (pl) Jiri Grönroos (fi) Baurzhan Muftakhidinov (kk) Rafael Fontenelle (pt_BR) Марко Костић (sr) Daniel Behzadi (fa) Matej Urbančič (sl) ======================================== json-glib ======================================== Overview of changes for 1.6 ============================== • Add getters with default fallback for JsonObject [Emmanuele Bassi] • #26 - Clarify some expections of the json_object_get_*_member APIs [Debarshi Ray] • #29 - Improve reproducibility of the build [Ravish Bhatia] • Use json_node_unref() with g_autoptr() [Robert Ancell] • Clarify documentation regarding programmer errors [Philip Withnall] • Fix getting immutable root nodes from empty input [Philip Withnall] • Fix various memory leaks [Philip Withnall, Emmanuele Bassi] • Add `--output` option to json-glib-format [Emmanuele Bassi] • Refresh the build [Emmanuele Bassi] • Add glib as a fallback sub-project [Xavier Claessens] • Don't error with MSVC C4819 warning [Seungha Yang] • Fix nullable annotation [Niels De Graef] • Allow disabling tests when building [Stéphane Cerveau] • #39 - Fix default deserialization method for JsonSerializable [Jeremy Philippe] • Stop string to GVariant conversion failing due to unrelated errno changes [Robert Ancell] • Support loading files via memory mapping [Philip Withnall] • #33 - Add a symbol version to all exported symbols [Simon McVittie] • #48 - Fix build with Clang 11 [Dimitry Andric] • Stop using deprecated g_object_newv() constructor [Emmanuele Bassi] • Add ordered iteration to JsonObjectIter [Emmanuele Bassi] • #46 - Document nullability of `json_from_string()` [Emmanuele Bassi] • #45 - Properly detect multiple top-level statements [Emmanuele Bassi] • #41, #22 - Fix library versions on Darwin [Tom Schoonjans] ======================================== librsvg ======================================== Version 2.49.4 - Support ARM64 Windows builds (Chun-wei Fan). - #165 - Draw zero-length paths with square caps correctly (Bastien Orivel). - #568 - Support href attribute in addition to xlink:href per SVG2. - #560 - Ignore missing filter references per SVG2. - #609 - Support the transform attribute again in clipPath (Sven Neumann). - Update Criterion benchmarks (Ernestas Kulik). - Update to newer dependencies (Bastien Orivel). - Many style fixes per cargo-clippy (Dunja Lalic, Sven Neuman). ======================================== mutter ======================================== 3.37.91 ======= * Fix initial state of display mode OSD [Jian-Hong; #1362] * Fixed crashes [Jonas Å., Robert; !1407, !1411] * Misc. bug fixes and cleanups [Jonas Å., Christian; !1404, !1364, #1331] Contributors: Jonas Ådahl, Robert Mader, Jian-Hong Pan, Christian Rauch Translators: Fran Dieguez [gl], Daniel Mustieles [es], Florentina Mușat [ro], Kukuh Syafaat [id], Piotr Drąg [pl], Emin Tufan Çetin [tr], Марко Костић [sr], Akarshan Biswas [bn_IN], Matej Urbančič [sl], Boyuan Yang [zh_CN], Goran Vidović [hr], Rafael Fontenelle [pt_BR] ======================================== nautilus ======================================== Major changes in 3.37.91: * Fix batch renaming using metadata (Max) * Translation updates ======================================== pango ======================================== Overview of changes in 1.46.1 ============================= - Revert an unintentional PangoRenderer abi break in 1.46.0 - Various small fixes ======================================== tracker ======================================== NEW in 2.99.4 - 2020-08-24 ========================== * CLI modernization - integration with pager - bash completion for endpoints * Use curly quotes consistently in CLI options * SPARQL parsing fixes * Multiple fixes around 'VALUES' SPARQL syntax * Fix race conditions around graph creation * Better use of asserts in tests Translations: en_GB, es, eu, gl, pl, pt_BR, ro, sl, tr, uk ======================================== tracker-miners ======================================== NEW in 2.99.4 - 2020-08-24 ========================== * CLI modernization - Integration with pager - "tracker3 index" makes persistent configuration changes - "tracker3 info --eligible $file" tells whether a file would be indexed, or why not. - "tracker3 reset" resets better - "tracker3 daemon" terminates processes better - "tracker3 search" fixes - Erase ^C after monitoring subcommands - "tracker3 status" shows reports about files that failed indexing/metadata extraction * Fixes to removable mount handling * Use curly quotes consistently in setting description strings * Better use of asserts in tests * Update seccomp rules to work with modern glib Translations: en_GB, es, eu, fr, gl, ja, pl, pt_BR, ro, sl, tr, uk ======================================== vala ======================================== Vala 0.49.91 ============ * Various improvements and bug fixes: - codegen: Don't append unreachable clean-up section of Block [#169] [#838] - codegen: Always include base_struct declaration if available [#464] - vala: Additionally break on ObjectCreationExpression in "tainted" check - vala: Add ObjectCreationExpression.to_string() - manual: Update from wiki.gnome.org * Bindings: - gio-unix-2.0,glib-2.0: Updates for 2.66 - gtk4: Resolve a few conflicts of methods with virtual-methods Vala 0.49.90 ============