The following modules have a new version:
 - cheese (41.0 => 41.1)
 - eog (41.0 => 41.1)
 - evince (41.2 => 41.3)
 - evolution-data-server (3.42.1 => 3.42.2)
 - glib (2.70.1 => 2.70.2)
 - glib-networking (2.70.0 => 2.70.1)
 - gnome-boxes (41.1 => 41.2)
 - gnome-builder (41.1 => 41.3)
 - gnome-calculator (41.0 => 41.1)
 - gnome-calendar (41.0 => 41.1)
 - gnome-connections (41.1 => 41.2)
 - gnome-control-center (41.1 => 41.2)
 - gnome-desktop (41.1 => 41.2)
 - gnome-initial-setup (41.0 => 41.2)
 - gnome-maps (41.1 => 41.2)
 - gnome-screenshot (40.0 => 41.0)
 - gnome-software (41.1 => 41.2)
 - gnome-terminal (3.42.1 => 3.42.2) (*)
 - gnome-user-docs (41.0 => 41.1)
 - gtk-vnc (1.2.0 => 1.3.0)
 - gupnp (1.4.0 => 1.4.1)
 - librsvg (2.52.3 => 2.52.4)
 - libsoup (2.74.1 => 2.74.2)
 - orca (41.0 => 41.1)
 - pangomm (2.46.1 => 2.46.2)
 - vala (0.54.3 => 0.54.4)
 - yelp (41.1 => 41.2)
 - yelp-xsl (41.0 => 41.1)
(*) 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, calls,
   cantarell-fonts, clutter, clutter-gst, clutter-gtk, cogl, dconf, devhelp,
   epiphany, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, gfbgraph,
   gjs, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth,
   gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts,
   gnome-disk-utility, gnome-font-viewer, gnome-keyring, gnome-logs,
   gnome-menus, gnome-music, gnome-online-accounts, gnome-photos,
   gnome-remote-desktop, gnome-session, gnome-settings-daemon, gnome-shell,
   gnome-shell-extensions, gnome-system-monitor, gnome-tour, 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-av, gupnp-dlna, gvfs, json-glib,
   libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop,
   libgweather, libgxps, libhandy, libmediaart, libnma, libnotify, libpeas,
   libsecret, libsigc++, mm-common, mutter, nautilus, pango, phodav, pyatspi,
   pygobject, rest, rygel, simple-scan, sushi, sysprof, totem,
   totem-pl-parser, tracker, tracker-miners, vte, yelp-tools, zenity

========================================
  cheese
========================================


version 41.1
  - meson: avoid positional arguments in merge_file
    https://gitlab.gnome.org/GNOME/cheese/-/issues/124
  - tests: Compile gsettings schemas for use in build tests
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=731009
  - Update DOAP with Gitlab account information
    https://gitlab.gnome.org/GNOME/cheese/-/issues/117
  - introspection: Pin the API version for now
  - Added/Updated Translations
    - bg, courtesy of Alexander Shopov

========================================
  eog
========================================

Version 41.1
------------

Bug fixes:

 !110, Accessibility: add proper mnemonic relations and labelling
       (Valentin Villenave)
 !113, Remove incorrect arg for i18n.merge_file (rvalue)
 #209, Saving image fails with GVFS SFTP backend (wvengen)

New and updated translations:

- rofiquzzaki rofiquzzaki, Kukuh Syafaat [id]
- Sveinn í Felli [is]


========================================
  evince
========================================

==============
Evince    41.3
==============

data:
  * Fix metadata (Germán Poo-Caamaño)

shell:
  * Remove "Quit" from shortcuts page (Marek Kasik)

Developers:
  * Germán Poo-Caamaño, Marek Kasik

Translations:
  * Sveinn í Felli (Icelandic)
  * Rūdolfs Mazurs (Latvian)


========================================
  evolution-data-server
========================================

Evolution-Data-Server 3.42.2 2021-12-03
---------------------------------------

Bug Fixes:
	I#364 - Camel: Add a missing header include into camel-hostname-utils.c (Milan Crha)
	I#365 - Calendar: Crash on local calandar file change (Milan Crha)
	I#366 - Calendar: Correct 'occur-in-time-range?' for zero-length events (Milan Crha)

Translations:
	Christian Kirbach (de)
	Quentin PAGÈS (oc)


========================================
  glib
========================================

Overview of changes in GLib 2.70.2
==================================

* Fix use of the default log writer with journald namespaces (diagnosis by Ilya Basin) (#2530)

* Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set (work by Marco Trevisan) (#2537)

* Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2541)

* Fix URI for pcre subproject as it’s moved upstream (work by Albert Astals Cid) (!2324)

* Fix storing GSettings dictionaries on macOS (work by Maurice) (#2527)

* Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2526)

* Fix infinite loops in D-Bus message parsing for truncated inputs (work by Sebastian Wilhelmi) (#2528)

* Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ (work by Chun-wei Fan) (#2443)

* Bugs fixed:
 - #2400 Use-after-free in invoke_set_property_in_idle_cb()
 - #2426 GSettings delayed apply generates runtime warnings
 - #2528 g_dbus_message_new_from_blob goes into infinite loop for certain inputs
 - #2530 g_log_writer_is_journald fails if a Journal Namespace is used
 - #2537 GTestDBus dbus daemon causes child process to hang when using verbose output
 - #2541 g_canonicalize_filename should work in linear time complexity
 - !2312 Backport !2265 “gdbusconnection: Fix race between method calls and object unregistration” to glib-2-70
 - !2313 Backport !2260 “GWin32AppInfo: Remove assertion on the opened registry key” to glib-2-70
 - !2314 Backport !2308 “gthread-win32: Remove an unnecessary volatile qualifier” to glib-2-70
 - !2316 Backport !2309 “Rename libpcre.wrap to pcre.wrap” to glib-2-70
 - !2320 Backport !2161 “gdelayedsettingsbackend: Fix applying after calling g_settings_reset()” to glib-2-70
 - !2335 Backport !2324 “Fix link to pcre-8.37.tar.bz2” to glib-2-70
 - !2337 Backport !2325 “Fix GSettings dict error macOS” to glib-2-70
 - !2340 Backport !2338 “gmessages: Support namespaced journals” to glib-2-70
 - !2344 Backport !2327 “guri: Improve performance of remove_dot_segments() algorithm” to glib-2-70
 - !2356 Backport !2355 “gdbusmessage: Add more bounds checking when parsing D-Bus messages” to glib-2-70
 - !2359 gutils.c: Improve g_get_os_info() for Windows 10/Server 2019+
 - !2361 Backport !2354 “gtestdbus: Print the dbus address on a specific FD intead of stdout” to glib-2-70
 - !2363 Backport !2360 “meson: specify when commands need to succeed in run_command” to glib-2-70
 - !2366 Backport !2364 “tests: Allow `objcopy --help` to fail, because it fails on FreeBSD” to glib-2-70
 - !2375 Backport !2374 “gfileutils: Improve performance of g_canonicalize_filename()” to glib-2-70
 - !2383 Backport !2382 “gfileutils: Correctly reset start value when canonicalising paths” to glib-2-70

* Translation updates:
 - Croatian
 - Italian
 - Occitan (post 1500)
 - Polish
 - Portuguese
 - Portuguese (Brazil)
 - Russian
 - Swedish
 - Ukrainian



========================================
  glib-networking
========================================

2.70.1 - December 6, 2021
=========================

 - Fix crashes when handshake is cancelled (#97, #176)
 - OpenSSL: fix spurious certificate expired verification errors (#179)
 - GnuTLS: Fix tests on 32-bit systems (!188, Simon McVittie)
 - GnuTLS: Fix crash when invalid priority string is forced (!189)


========================================
  gnome-boxes
========================================

41.2 - 03 Dec, 2021
===================

Changes since 41.1

  - Update to the list of downloadable operating systems
  - Fix an issue causing VMs to have no sound
  - Fix an issue preventing users from configuring 3D acceleration
  - Added/updated/fixed translations:
    - Basque
    - Catalan
    - Latvian
    - Occitan
    - Russian
    - Serbian
    - Slovak
    - Vietnamese

All contributors to this release:

Aleksandr Melman <Alexmelman88@gmail.com>
Asier Sarasua Garmendia <asiersarasua@ni.eus>
Dušan Kazik <prescott66@gmail.com>
Felipe Borges <felipeborges@gnome.org>
Jordi Mas <jmas@softcatala.org>
Ngọc Quân Trần <vnwildman@gmail.com>
Quentin PAGÈS <pages_quentin@hotmail.com>
Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
Марко Костић <marko.m.kostic@gmail.com>


========================================
  gnome-builder
========================================

============
Version 41.3
============

 • Improvements to Flatpak runtime resolution on new system installations.
 • Improvements to overview map syling.
 • The Glade designer will no longer try to open UI files it knows are
   GTK 4 based to avoid confusion. This requires GTK 4 templates to be
   using appropriate <requires lib="gtk" version="4.0"/> elements.
 • The GTK 4 template has been updated.
 • Application id's are more restrictive in the project wizard.
 • Build pipelines are no properly unloaded when destroyed.
 • Auxillary font loading was fixed on Nix.
 • The editor can now insert matching single quotes (').
 • Work arounds for breakage in IBus with regards to stealing the search
   accelerator (ctrl+.).
 • Improvements to the CMake plugin.
 • Ensure diagnostics are properly formatted.
 • Improve diagnostic styling.

============
Version 41.2
============

 • Fix an issue with comparing global search results
 • Use multiple Flatpak transactions if runtimes are found on different installations
 • Fix running applications when Flatpak private installation is needed
 • Improve language detection with meson
 • Improve styling of overview map
 • Improve search results
 • Updated project templates
 • GVls updates
 • Translation updates


========================================
  gnome-calculator
========================================

Overview of changes in gnome-calculator 41.1
    * Updated Translations
    * Do not force width for basic mode #42 (Robert Roth)


========================================
  gnome-calendar
========================================

Major changes in 41.1:
* Fix Google Meet URL detection
* Updated translations


========================================
  gnome-connections
========================================

41.2 - Dec 03, 2021
===================

 - rdp-connection: Call show () when opening an already established connection
 - preferences: Remove activatable_widget property for the host address
 - build: Don't use internet for appstream validation test
 - vnc-connection: Only paste clipboard content that is text
 - Added/updated/fixed translations:
   - French
   - Friulian
   - German
   - Russian

All contributors to this release:

Aleksandr Melman <Alexmelman88@gmail.com>
Charles Monzat <charles.monzat@free.fr>
Christian Kirbach <Christian.Kirbach@gmail.com>
Fabio Tomat <f.t.public@gmail.com>
Felipe Borges <felipeborges@gnome.org>
Jeremy Bicha <jbicha@ubuntu.com>
Manuel Wassermann <manuel.wassermann97@gmail.com>


========================================
  gnome-control-center
========================================

================
Version 41.2
================

- Updated translations


========================================
  gnome-desktop
========================================

============
Version 41.2
============

- No changes


========================================
  gnome-initial-setup
========================================

41.2
----

* Translation updates:
 - Bulgarian
 - Croatian
 - Friulian
 - Japanese
 - Latvian
 - Portuguese
 - Portuguese (Brazil)
 - Serbian
 - Slovak
 - Vietnamese


========================================
  gnome-maps
========================================

41.2 - Dec 4, 2021
=========================

Changes since 41.1
 - Translation updates

Added/updated/fixed translations
 - Occitan
 - Latvian

All contributors to this release
Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
Quentin PAGÈS <pages_quentin@hotmail.com>


========================================
  gnome-screenshot
========================================

==========================================
GNOME Screenshot 41.0 - 13th November 2021
==========================================

- Drop support for non-unique mode in headless instance [Sebastian Keller]
- metainfo: Align app name with .desktop name [Sophie Herold]
- Translation updates: British English, Bulgarian, Catalan, Croatian, Friulian,
  Hebrew, Icelandic, Nepali, Occitan, Persian, Portuguese, Russian, Swedish,
  Ukrainian, Vietnamese,


========================================
  gnome-software
========================================

Version 41.2
~~~~~~~~~~~~
Released: 2021-12-03

This is a stable release with the following changes:
 * Fix a crash when processing age ratings
 * Reload application details only when not installing/removing the application
 * Do not follow symlinks when calculating disk size usage
 * Fix addons section, which could show addons for different application

This release also updates translations:
 * Bulgarian
 * Catalan
 * Croatian
 * English (United Kingdom)
 * German
 * Latvian
 * Occitan (post 1500)


========================================
  gnome-user-docs
========================================

41.1
====
* Various updates (Philip Withnall, Andre Klapper, Rafael Fontenelle)
* Updated translations:
  ca    (Jordi Mas)
  cs    (Marek Černocký)
  de    (Tim Sabsch)
  es    (Daniel Mustieles, Jorge Toledo)
  fa    (Danial Behzadi)
  gl    (Fran Dieguez)
  ko    (Seong-ho Cho)
  pl    (Piotr Drąg)
  pt_BR (Rafael Fontenelle, Enrico Nicoletto)
  sr    (Мирослав Николић)
  sv    (Anders Jonsson)
  uk    (Yuri Chornoivan)


========================================
  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

========================================
  gupnp
========================================

1.4.1 (stable)
=====

- Fix regression in async deprecated API
- Fix context creation not failing if the HTTP server fails to bind

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gupnp/issues/58

All contributors to this release:
 - Jens Georg <mail@jensge.org>


========================================
  librsvg
========================================

==============
Version 2.52.4
==============

New features:

- #816 - Support the isolation property from the Compositing and
  Blending Level 1 specification.

- Support Visual Studio 2022 (Chun-wei Fan).

Fixes:

- #818 - The opacity and mix-blend-mode properties were not being
  applied when an element has a mask.

- Fix panic when an empty group has a pattern fill and filters.

- Fix the tests on Windows; the still only work when Fontconfig is
  present (Chun-wei Fan).

- Work around a bug in the cairo-rs bindings in the test suite, that
  only manifests itself in s/390x due to its calling convention.  See
  https://github.com/gtk-rs/gtk-rs-core/issues/335


========================================
  libsoup
========================================

Changes in libsoup from 2.74.1 to 2.74.2:

    * Error when libsoup3 is already loaded before libsoup2 [Patrick Griffis]


========================================
  orca
========================================

41.1 - 1 December 2021

Web:

* Fix presentation of selected items in datalist

* Fix issue causing non-rendered headings being combined with
  other, rendered elements when presenting line contents

* Improve behavior when focused back/forward button is pressed

* Improve presentation of subscript and superscript elements
  (requires implementations exposing the associated AT-SPI2
  roles)

* Attempt to identify and present custom-element images

* Fix SayAll for rich-text editors

* Treat all list items inside listboxes as focus mode widgets
  regardless of authoring

* Clear cached objects when not dumping full cache for child change
  to prevent skipping over newly-added content

* Fix speech generator for browser alerts

* Fix issues causing certain spin buttons to not be presented correctly

General:

* Modify collections module import for Python3.10 compatibility

* Event Manager: Handle name/description change floods

* Adjust string for repeats when presenting text changes

* Clear flat review context when page tab lists emit selection-changed
  to eliminate stale context (e.g. in a wizard)

* Improve presentation of indeterminate progress bars (busy indicators)

New and updated translations (THANKS EVERYONE!!!):

  es              Spanish                   Daniel Mustieles
  he              Hebrew                    Yaron Shahrabani
  lv              Latvian                   Rūdolfs Mazurs
  ru              Russian                   Aleksandr Melman

=========


========================================
  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.54.4
===========
 * Various improvements and bug fixes:
  - codegen:
    + Use CCodeConstant for member access of constant symbol
    + Emit constants without initializer list in defines section [#440]
    + 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
  - build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected
  - 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]
  - gtk4: Update to 4.5.0~cd9b7307
  - pango: Cherry-pick bindings fixes from 0.56


========================================
  yelp
========================================

41.2
====
* Fixed regression when opening documents with ghelp URIs
* Updated translations:
  bg    (Alexander Shopov)


========================================
  yelp-xsl
========================================

41.1
====
* Updated translations:
  hr    (Goran Vidović)
  is    (Sveinn í Felli)