The following modules have been added in this release:
gnome-connections
The following modules have a new version:
- adwaita-icon-theme (40.1.1 => 41.0)
- at-spi2-core (2.40.3 => 2.42.0)
- baobab (40.0 => 41.0)
- calls (41.rc => 41.0)
- cheese (3.38.0 => 41.0)
- devhelp (41.rc => 41.1)
- eog (41.rc => 41.0)
- epiphany (41.rc => 41.0)
- evolution-data-server (3.41.3 => 3.42.0)
- gdm (41.rc => 41.0)
- gjs (1.69.90 => 1.70.0)
- glib (2.69.3 => 2.70.0)
- glib-networking (2.70.rc => 2.70.0)
- gnome-backgrounds (40.1 => 41.0) (*)
- gnome-boxes (41.rc => 41.1)
- gnome-calculator (41.rc => 41.0)
- gnome-calendar (41.rc1 => 41.0)
- gnome-characters (40.0 => 41.0)
- gnome-control-center (41.rc1 => 41.0)
- gnome-desktop (41.rc => 41.0)
- gnome-disk-utility (41.rc => 41.0)
- gnome-font-viewer (40.0 => 41.0)
- gnome-initial-setup (41.rc => 41.0)
- gnome-maps (41.rc => 41.0)
- gnome-music (41.rc => 41.0)
- gnome-remote-desktop (41.rc => 41.0) (*)
- gnome-settings-daemon (41.rc => 41.0)
- gnome-shell (41.rc.1 => 41.0)
- gnome-shell-extensions (41.rc.1 => 41.0)
- gnome-software (41.rc => 41.0)
- gnome-system-monitor (41.rc => 41.0)
- gnome-user-docs (41.rc => 41.0)
- gnome-weather (40.1 => 41.0)
- gobject-introspection (1.69.0 => 1.70.0)
- gsettings-desktop-schemas (41.rc => 41.0)
- gssdp (1.3.1 => 1.4.0.1)
- gupnp (1.3.1 => 1.4.0)
- gupnp-av (0.13.1 => 0.14.0)
- gupnp-dlna (0.11.0 => 0.12.0)
- librsvg (2.51.4 => 2.52.0) (*)
- mutter (41.rc => 41.0)
- nautilus (41.rc => 41.0)
- orca (41.rc => 41.0)
- pango (1.48.9 => 1.48.10)
- pygobject (3.40.1 => 3.42.0)
- rygel (0.40.1 => 0.40.2)
- sushi (3.38.1 => 41.0)
- vala (0.53.2 => 0.54.1)
- yelp (41.beta2 => 41.0)
- yelp-tools (41.beta => 41.0)
- yelp-xsl (41.beta => 41.0)
(*) No summarized news available
The following modules weren't upgraded in this release:
at-spi2-atk, atk, atkmm, cantarell-fonts, clutter, clutter-gst,
clutter-gtk, cogl, dconf, evince, folks, gcab, gcr, gdk-pixbuf, gedit,
geocode-glib, gfbgraph, glibmm, gmime, gnome-autoar, gnome-bluetooth,
gnome-builder, gnome-clocks, gnome-color-manager, gnome-contacts,
gnome-keyring, gnome-logs, gnome-menus, gnome-online-accounts,
gnome-photos, gnome-screenshot, gnome-session, gnome-terminal, gnome-tour,
gnome-user-share, gnome-video-effects, gom, grilo, grilo-plugins, gsound,
gspell, gtk, gtk+, gtk-doc, gtk-vnc, gtkmm, gtksourceview, gvfs, json-glib,
libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop,
libgweather, libgxps, libhandy, libmediaart, libnma, libnotify, libpeas,
libsecret, libsigc++, libsoup, mm-common, pangomm, phodav, pyatspi, rest,
simple-scan, sysprof, totem, totem-pl-parser, tracker, tracker-miners, vte,
zenity
========================================
adwaita-icon-theme
========================================
41.0
- fullcolor network server and workgroup: #121
- symbolic: larger symbolics for headerbar
- symbolic: larger notification
- updated guidelines
- symbolic: ascend/descending sort
- symbolic: edit-clear-all new metaphor
- fullcolor: application-x-addon and application-x-firmware #124
========================================
at-spi2-core
========================================
What's new in at-spi2-core 2.42.0:
* Set X root property when Xwayland starts on demand.
* Several dbus introspection fixes.
========================================
baobab
========================================
41.0
=======
Disk Usage Analyzer 41 comes with support for building the GUI on windows,
contributed Gabriel Rauter.
* Translation updates:
- Bulgarian
- Chinese (Taiwan)
- Croatian
- Czech
- Danish
- Dutch
- English (United Kingdom)
- Greek, Modern (1453-)
- Hebrew
- Nepali
- Occitan (post 1500)
- Russian
- Slovak
- Western Frisian
========================================
calls
========================================
Calls 41.0
----------
Released: September
* Fixes for the multiple network interfaces case
* Translation updates:
- Croatian (Goran Vidović)
- Dutch (Nathan Follens)
========================================
cheese
========================================
version 41.0
- Allow headerbar to appear on all desktops
Removed gtk_dialogs_use_header() and accompanying code to allow the
headerbar to appear in GNOME as well as other desktops. Tested with
XFCE and it works as expected.
https://gitlab.gnome.org/GNOME/cheese/-/issues/62
- Update to runtime 40 and some meta-data fixes
- Reference of [GtkChild] fields is handled by GtkBuilder, type must
be unowned
- Change GLib.PtrArray into GLib.GenericArray
This is the vala-friendly way of handling GPtrArray.
Fix several memory leaks on the go and unnecessary reference increase.
- libcheese: Fix critical on failing to load cropping cursor
Loading a cursor can fail (`gdk_cursor_new_for_display()` can return
`NULL`); avoid a critical warning in that case.
Signed-off-by: Philip Withnall <
[email protected]>
- Allow device parameter to understand api.v4l2.path
https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/37
https://gitlab.gnome.org/GNOME/cheese/-/issues/4
- Update flatpak manifest and appdata
Make the minimal required changes to build against the current SDK.
- Remember last used camera
During setup_camera() in cheese-application.vala, we were not explicitly
assigning the camera from settings and only assigning the camera from
the command line.
This now checks for values from both the command line and from settings
and allows the command line to override settings.
Fixes:
https://gitlab.gnome.org/GNOME/cheese/-/issues/76
- Add documentation for new API
Add gtk-doc documentation for
cheese_camera_device_supported_format_caps().
- Enable cameras with only MJPEG output
This enables cameras like Sunplus Technology 1.3M Camera with vendor ID
04fc and device ID 2802, which only outputs through image/jpeg and
doesn't support raw output.
- Preserve video/x-raw over image/jpeg
gst_caps_simplify() doesn't preserve the original order of caps, so when
called on the full set of caps, collected from all supported_formats, it
may end up preferring image/jpeg caps even when video/x-raw with
identical resolution and framerate is available.
Simplify the caps coming from each of supported_formats separately, so
that video/x-raw always comes first in the result GstCaps.
We prefer raw camera output whenever possible in order to avoid decoding
MJPEG.
- Support camera video formats with MJPEG output
This enables higher resolutions and framerates with cameras like
Logitech C910, which can do e.g. 1920x1080 @ 30fps, but only through
image/jpeg output.
https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/17
https://gitlab.gnome.org/GNOME/cheese/-/issues/28
- Show better error when file info query fails
- Fix infinite loop if thumbnailer is not available
The code in cheese_thumb_view_idle_append_item() in
src/thumbview/cheese-thumb-view.c didn't pop the list of items to
thumbnail if thumbnailing failed.
Closes: #81
- ci: Add CI
- Added/Updated Translations
- ca, courtesy of Gil Forcada
- en_GB, courtesy of Zander Brown
- fa, courtesy of Danial Behzadi
- fur, courtesy of Fabio Tomat
- gl, courtesy of Fran Dieguez
- he, courtesy of Yosef Or Boczko
- lo, courtesy of Saikeo Kavhanxay
- ne, courtesy of Pawan Chitrakar
- oc, courtesy of Quentin PAGÈS
- pa, courtesy of A S Alam
- pt, courtesy of Hugo Carvalho
- ru, courtesy of Alexey Rubtsov
- tr, courtesy of Çağatay Yiğit Şahin
- vi, courtesy of Trần Ngọc Quân
- zh_TW, courtesy of Cheng-Chia Tseng
- Added/Updated Documentation
- ca, courtesy of Jordi Mas i Hernàndez
- es, courtesy of Daniel Mustieles
- eu, courtesy of Asier Sarasua Garmendia
- hu, courtesy of Balázs Meskó
- ru, courtesy of Alexey Rubtsov
- tr, courtesy of Emin Tufan Çetin
========================================
devhelp
========================================
News in 41.1, 2021-09-17
------------------------
* Appdata fixes
News in 41.0, 2021-09-17
------------------------
* Translation updates
========================================
eog
========================================
Version 41.0
------------
New and updated manual translations
- Tim Sabsch [de]
- Rodrigo Lledó, Daniel Mustieles [es]
- Asier Sarasua Garmendia [eu]
- Balázs Úr [hu]
- Seong-ho Cho [ko]
- Piotr Drąg [pl]
========================================
epiphany
========================================
41.0 - September 16, 2021
=========================
* Fix several icons broken after updating PDF.js (#1593)
========================================
evolution-data-server
========================================
Evolution-Data-Server 3.42.0 2021-09-17
---------------------------------------
Translations:
Alan Mortensen (da)
Balázs Úr (hu)
Boyuan Yang (zh_CN)
Changwoo Ryu (ko)
Charles Monzat (fr)
Daniel Șerbănescu (ro)
Goran Vidović (hr)
Luna Jernberg (sv)
Nathan Follens (nl)
Philipp Kiemle (de)
Piotr Drąg (pl)
Zander Brown (en_GB)
========================================
gdm
========================================
============
Version 41.0
============
- Translation updates
========================================
gjs
========================================
Version 1.70.0
--------------
- No changes from release candidate 1.69.90.
Version 1.68.4
--------------
- Build fix backported from the development branch. [#436, !667, Evan Welsh]
========================================
glib
========================================
Overview of changes in GLib 2.70.0
==================================
* Bugs fixed:
- !2248 ci: Replace FreeBSD 11 with FreeBSD 13
* Translation updates:
- Croatian
- Danish
- English (United Kingdom)
- French
- German
- Hungarian
- Polish
- Swedish
- Turkish
========================================
glib-networking
========================================
2.70.0 - September 16, 2021
===========================
- Updated translations
========================================
gnome-boxes
========================================
41.1 - 18 Sep, 2021
===================
Changes since 41.1
- Fix regression preventing onboarding dialog from loading
- Fix regression preventing VM clone operations from completing
All contributors to this release:
Felipe Borges <
[email protected]>
41.0 - 17 Sep, 2021
===================
Changes since 41.rc
- Added/updated/fixed translations:
- Croatian
- Danish
- Dutch
- Hungarian
- Polish
- Russian
- Spanish
- Swedish
All contributors to this release:
Alan Mortensen <
[email protected]>
Anders Jonsson <
[email protected]>
Balázs Úr <
[email protected]>
Felipe Borges <
[email protected]>
Goran Vidović <
[email protected]>
Konstantin Nezhbert <
[email protected]>
Nathan Follens <
[email protected]>
Piotr Drąg <
[email protected]>
Rodrigo Lledó <
[email protected]>
========================================
gnome-calculator
========================================
Overview of changes in gnome-calculator 41.0
* Updated Translations
* Use first translated symbol for conversion with button #219 (Robert Roth)
* Appdata includes hardware support information (Adrien Plazas)
========================================
gnome-calendar
========================================
Major changes in 41.0:
* Updated translations
========================================
gnome-characters
========================================
41.0
=======
* Bugs fixed:
- !57 window: Show the close button on the sidebar (Adrien Plazas)
* Translation updates:
- Belarusian
- Chinese (Taiwan)
- Danish
- English (United Kingdom)
- Greek, Modern (1453-)
- Hebrew
- Korean
- Nepali
- Occitan (post 1500)
- Russian
- Tamil
- Western Frisian
========================================
gnome-control-center
========================================
================
Version 41.0
================
- Cleanup the development Flatpak manifest
- Updated translations
User Accounts
- Add parental controls keywords
========================================
gnome-desktop
========================================
============
Version 41.0
============
- Translation updates
========================================
gnome-disk-utility
========================================
41.0 - September 18, 2021
=========================
Guido Günther:
* metainfo: Add minimum screen size requirement and input recommendations
* desktop-file: Add X-Purism-Form-Factor
Updated translations:
* Alan Mortensen (da), Alexander Shopov (bg), Anders Jonsson (sv),
Balázs Meskó (hu), Boyuan Yang (zh_CN), Dušan Kazik (sk),
Emin Tufan Çetin (tr), Goran Vidović (hr), Guillaume Bernard (fr),
Nathan Follens (nl), Philipp Kiemle (de), Piotr Drąg (pl)
========================================
gnome-font-viewer
========================================
GNOME Font Viewer - 41.0
-------------------------------------------------------------------------------
Fonts 41 comes with the following translation updates:
- Catalan
- Chinese (China)
- Friulian
- Hebrew
- Occitan
- Russian
========================================
gnome-initial-setup
========================================
41.0
----
* Bugs fixed:
- !124 software: call fedora-third-party properly
* Translation updates:
- Croatian
- Danish
- Hungarian
- Polish
- Turkish
========================================
gnome-maps
========================================
41.0 - Sep 18, 2021
=========================
Changes since 41.rc
- State hardware support in appdata
Added/updated/fixed translations
- Danish
- Polish
- Dutch
- Hungarian
- French
- Korean
- Croatian
All contributors to this release
Adrien Plazas <
[email protected]>
Alan Mortensen <
[email protected]>
Balázs Meskó <
[email protected]>
Goran Vidović <
[email protected]>
Guillaume Bernard <
[email protected]>
Jeeyong Um <
[email protected]>
Marcus Lundblad <
[email protected]>
Nathan Follens <
[email protected]>
Piotr Drąg <
[email protected]>
========================================
gnome-music
========================================
Overview of changes in 41.0
===========================
Updated translations:
Basque
Spanish
Croatian
German
Occitan
Danish
Polish
Hungarian
Hebrew
Dutch
Belarusian
Turkish
========================================
gnome-settings-daemon
========================================
============
Version 41.0
============
- Translation updates
USB protection:
- don't crash when screensaver service is unavailable
Power:
- Fix location of comments for translators
========================================
gnome-shell
========================================
41.0
====
Translators:
Goran Vidović [hr], Jordi Mas [ca], Aman Alam [pa], Balázs Úr [hu],
Piotr Drąg [pl], Nathan Follens [nl], Quentin PAGÈS [oc], Jiri Grönroos [fi],
Alexander Shopov [bg], Alan Mortensen [da], Efstathios Iosifidis [el]
========================================
gnome-shell-extensions
========================================
41.0
====
* Bump version
========================================
gnome-software
========================================
Version 41.0
~~~~~~~~~~~~
Released: 2021-09-17
This is a stable release with the following changes:
* Instead of showing all package-based apps as "potentially unsafe", only use that language for
3rd party ones
* Fix a bug where the "Show more" button on an app details page would flicker when the window is
resized
* Fix a bug where Software sometimes shows an Uninstall button after uninstalling something
* Add GNOME Circle apps to the featured carousel
* Fix a bug where Software would sometimes fail to execute an install/remove operation for
PackageKit software rather than showing a PolicyKit password prompt
* Fix a bug where Software would fail to upgrade the distribution via PackageKit
* Fix the hiding of rows on the Updates tab after they have been updated
This release also updates translations:
* Basque
* Catalan
* Chinese (China)
* Croatian
* Czech
* Danish
* Dutch
* Finnish
* French
* Galician
* German
* Hungarian
* Indonesian
* Korean
* Lithuanian
* Occitan (post 1500)
* Polish
* Portuguese
* Portuguese (Brazil)
* Romanian
* Russian
* Slovenian
* Spanish
* Swedish
* Ukrainian
========================================
gnome-system-monitor
========================================
New in 41.0 - 18 September 2021
* Updated translations
========================================
gnome-user-docs
========================================
41.0
====
* Added docs for emoji picker (Andre Klapper)
* Updated settings docs (Andre Klapper)
* Added Ethernet diagram (Andre Klapper)
* Updated translations:
ca (Jordi Mas)
cs (Marek Černocký)
es (Daniel Mustieles, Jorge Toledo)
es (Jorge Toledo)
fa (Danial Behzadi)
hr (Goran Vidović)
hu (Balázs Úr)
id (Andika Triwidada)
pl (Piotr Drąg)
pt (Hugo Carvalho)
pt_BR (Rafael Fontenelle)
sv (Anders Jonsson)
uk (Yuri Chornoivan)
========================================
gnome-weather
========================================
41.0
=======
* Translation updates:
- Belarusian
- Croatian
- Danish
- Western Frisian
========================================
gobject-introspection
========================================
1.70.0 - 2021-09-17
-------------------
* Update the GIR data for GLib, GObject, and GIO
========================================
gsettings-desktop-schemas
========================================
Major changes in 41.0
=====================
- Translation updates
========================================
gssdp
========================================
1.4.0 (stable)
==============
- Fix building the sniffer when built as subproject
- Do not build docs by default
All contributors to this release:
- Jens Georg <
[email protected]>
========================================
gupnp
========================================
1.4.0 (stable)
=====
- Fix fallback option for GSSDP dependency
- Linux CM: Fix address family filtering
- Linux CM: Fix a typo
All contributors to this release:
- Robert Tiemann <
[email protected]>
- Jens Georg <
[email protected]>
1.3.1 (development)
========================================
gupnp-av
========================================
0.14.0 (stable)
======
- Re-tag of 0.13.1 as stable version, no other changes
0.13.1 (development)
========================================
gupnp-dlna
========================================
0.12.0 (stable)
======
- Re-tag of 0.11 as 0.12. No functional change
0.11.0 (development)
========================================
mutter
========================================
41.0
====
* Avoid race in wl_seat capabilities [Olivier; !77]
* Expose option groups/entries to introspection [Corentin; !1976]
Contributors:
Olivier Fourdan, Corentin Noël
Translators:
Daniel Șerbănescu [ro], Goran Vidović [hr], Luna Jernberg [sv],
eshagh shahidani [fa], Gwan-gyeong Mun [ko], Emin Tufan Çetin [tr],
Philipp Kiemle [de], Balázs Úr [hu], Piotr Drąg [pl], Nathan Follens [nl],
Jordi Mas [ca], Ask Hjorth Larsen [da]
========================================
nautilus
========================================
Major changes in 41.0
=====================
* Translation updates
========================================
orca
========================================
41.0 - 16 September 2021
General:
* Fix compatibility with Python 3.10
New and updated translations (THANKS EVERYONE!!!):
da Danish Alan Mortensen
de German Tim Sabsch
es Spanish (markup fix) Andre Klapper
=========
========================================
pango
========================================
Overview of changes in 1.48.10
==============================
* Fix a crash in strikethrough drawing (#599)
* pango-view: Support antialiasing freetype
* pango-view: Use GraphicsMagick
========================================
pygobject
========================================
3.42.0 - 2021-09-19
-------------------
* meson: Bump minimum meson_version to 0.47.0
* Expose GObject.Object.run_dispose() :issue:`470`
* docs: document Gtk.Template. :issue:`396`
* dev: Add poetry support
* meson: use main branch for glib subproject
* Fix some small memory leaks :mr:`178`
========================================
rygel
========================================
0.40.2
======
- Disable tracker2 in default build options
- Updated translations
- Fixed potential race condition in meson build
All contributors to this release:
- Rico Tzschichholz <
[email protected]>
- Quentin PAGÈS <
[email protected]>
- Yaron Shahrabani <
[email protected]>
- Pawan Chitrakar <
[email protected]>
- Charles Monzat <
[email protected]>
- Fran Dieguez <
[email protected]>
Added/updated translations:
- fr.po, courtesy of Guillaume Bernard
- gl.po, courtesy of Fran Dieguez
- he.po, courtesy of Yaron Shahrabani
- ne.po, courtesy of Pawan Chitrakar
========================================
sushi
========================================
41.0
====
- Drop libmusicbrainz dependency (use libsoup directly)
- Account for scale-factor when estimating window size
- Build against webkit2gtk-4.1 (!23, Javier Jardón)
- Disable webkit sandboxing (!18, Joel Ong)
- Translation updates
========================================
vala
========================================
Vala 0.54.1
===========
* Regression and bug fixes:
- codegen:
+ Add type declaration for implicit temporary local variable
+ Sealed class in external package is not special [#1229]
* Bindings:
- gstreamer: Update from 1.19.0+ git master
- gtk4: Update to 4.5.0~3e20ecd6
Vala 0.54.0
===========
* Various improvements and bug fixes:
- vala: Warn about unsupported cast to void and drop it [#1070]
- vala: Don't restrict element type of GLib.Array [#1227]
- valadoc: Correctly format background of inline @link's [#1226]
* Bindings:
- gio-2.0: Unhide a few usable symbols which are marked not introspectable [#1222]
========================================
yelp
========================================
41.0
====
* No changes since beta2, stable release only
========================================
yelp-tools
========================================
41.beta
=======
* Updates documentation (Andre Klapper)
* Updates to build files (Jan Tojnar)
========================================
yelp-xsl
========================================
41.0
====
* No changes since beta, stable release only