The following modules have been added in this release:
   dconf-editor, libgit2-glib, template-glib

The following modules have a new version:
 - atkmm (2.28.2 => 2.28.3)
 - epiphany (41.4 => 41.5)
 - gcr (3.41.0 => 3.41.1)
 - gdk-pixbuf (2.42.8 => 2.42.9)
 - gedit (41.0 => 41.1)
 - geocode-glib (3.26.2 => 3.26.4)
 - gnome-desktop (41.6 => 41.8)
 - gnome-shell (41.7 => 41.8.1)
 - gtk-vnc (1.3.0 => 1.3.1)
 - gupnp-av (0.14.0 => 0.14.1)
 - libgsf (1.14.49 => 1.14.50)
 - libnma (1.8.38 => 1.8.40)
 - mutter (41.7 => 41.8)
 - orca (41.2 => 41.3)
 - pygobject (3.42.1 => 3.42.2)
 - rygel (0.40.3 => 0.40.4)

The following modules weren't upgraded in this release:
   adwaita-icon-theme, at-spi2-atk, at-spi2-core, atk, baobab, calls,
   cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf,
   devhelp, eog, evince, evolution-data-server, folks, gcab, gdm, gfbgraph,
   gjs, glib, glib-networking, glibmm, gmime, gnome-autoar, gnome-backgrounds,
   gnome-bluetooth, gnome-boxes, gnome-builder, gnome-calculator,
   gnome-calendar, gnome-characters, gnome-clocks, gnome-color-manager,
   gnome-connections, gnome-contacts, gnome-control-center,
   gnome-disk-utility, gnome-font-viewer, gnome-initial-setup, gnome-keyring,
   gnome-logs, gnome-maps, gnome-menus, gnome-music, gnome-online-accounts,
   gnome-photos, gnome-remote-desktop, gnome-screenshot, gnome-session,
   gnome-settings-daemon, gnome-shell-extensions, gnome-software,
   gnome-system-monitor, gnome-terminal, gnome-tour, 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,
   gtkmm, gtksourceview, gupnp, gupnp-dlna, gvfs, json-glib, jsonrpc-glib,
   libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgtop,
   libgweather, libgxps, libhandy, libmediaart, libnotify, libpeas, librsvg,
   libsecret, libsigc++, libsoup, mm-common, nautilus, pango, pangomm, phodav,
   pyatspi, rest, simple-scan, sushi, sysprof, totem, totem-pl-parser,
   tracker, tracker-miners, vala, vte, xdg-desktop-portal-gnome, yelp,
   yelp-tools, yelp-xsl, zenity

========================================
  atkmm
========================================

atkmm 2.28.3 (stable):

Build:
* Support building with Visual Studio 2022
  (Chun-wei Fan)
* Meson build: Specify 'check' option in run_command()
  Will be necessary with future versions of Meson.
* Meson build: Perl is not required by new versions of mm-common
* Meson build: Avoid unnecessary configuration warnings
* Meson build: Require meson >= 0.55.0
  (Kjell Ahlstedt)
* Require atk >= 2.12.0
  Not a new requirement, but previously it was not specified in
  configure.ac and meson.build.
  (Kjell Ahlstedt)



========================================
  epiphany
========================================

41.5 - August 5, 2022
=====================

 * Fix crash when deleting all passwords (#1773)
 * Fix memory corruption caused by sync failure (!1115)
 * Fix build with Meson 0.60 (!1031, rvalue)
 * Fix desktop notification priority (!1179)


========================================
  gcr
========================================

gcr 3.41.1:
- meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68]
- gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands
- docs: Port from gtk-doc to gi-docgen [GNOME/gcr!76]
- Unbreak build without systemd [GNOME/gcr!75]
- Several CI fixes
- Updated translations


========================================
  gdk-pixbuf
========================================

2.42.9 (stable)
===

- Fix the check for maximum value of LZW initial code size [#136, Robert Ancell]
- Use CMake for dependencies on Windows/MSVC [!131, Chun-Wei Fan]
- Add option for building tests [!132]
- Move man pages to reStructuredText [!134]
- Disable relocation when built as a static libary on Windows [!136, Hesham Essam]
- Update wrap file for libjpeg-turbo [!138, Georges Basile Stavracas Neto]
- Limit the memory size when loading image data [#205, Sam Ezeh]


========================================
  gedit
========================================

News in 41.1, 2022-08-02
------------------------
* Fix text-cut-off bug.
* Other bug fix.
* Translation updates.


========================================
  geocode-glib
========================================

3.26.4
------

This release includes a fix to a test data file not being installed, and a
bug fix for a bug in the libsoup3 port.

3.26.3
------

This release adds support for libsoup 3.x. To use the libsoup 3.x build,
applications will need to be adapted to look for the "-2.0" version of the API.
This allows both native and interpreted applications to select which version
of libsoup they want geocode-glib to use as the backend, and for both versions
to be installed in distributions.


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

============
Version 41.8
============

- No changes


========================================
  gnome-shell
========================================

41.8.1
======
* Fix regression in ibus support [Florian; !2359]
* Misc. bug fixes and cleanups [Florian; !2293]

Contributors:
  Florian Müllner

41.8
====
* Fix feedback when turning on a11y features by keyboard [Olivier; !2334]
* Only close messages via delete key if they can be closed [PhilProg; !2323]
* Do not create systemd scope for D-Bus activated apps [msizanoen1; !2305]
* Hide overview after 'Show Details' from app context menu [PhilProg; !2329]
* Respect IM hint for candidates list in on-screen keyboard [Carlos; !2347]
* Fix edge case where windows stay dimmed after a modal is closed [Jonas; !2349]
* Improve Belgian on-screen keyboard layout [Evert; !2336]
* Misc. bug fixes and cleanups [Florian, Sebastian; !2078, !2319, !2355]

Contributors:
  Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, Sebastian Keller,
  Florian Müllner, PhilProg, Evert Provoost, msizanoen1


========================================
  gtk-vnc
========================================


Jul 14, 2022: Release 1.3.1
===========================

 o Fix invalid use of subprojects with meson
 o Support ZRLE encoding for zero size alpha cursors
 o Add 'check' arg to meson run_command()

========================================
  gupnp-av
========================================

0.14.1 (stable)
===============
- Add utility function to format GDateTime to the iso variant
  DIDL expects

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


========================================
  libgsf
========================================

libgsf 1.14.50

Morten:
	* Fix error handling problem when writing ole files.  [#27]

--------------------------------------------------------------------------

========================================
  libnma
========================================

=======================================
libnma-1.8.40
Overview of changes since libnma-1.8.38
=======================================

* Ad-Hoc networks now default to using WPA2 instead of WEP.
* WEP is no longer provided as an option for connecting to hidden networks
  due to its deprecated status.


========================================
  mutter
========================================

41.8
====
* Fix night light without GAMMA_LUT property [Jonas; !2435]
* wayland: Fix rotation transform [Robert; !1055]
* Fixed crash [Jonas; !2364]
* Misc. bug fixes [Olivier; !2463]

Contributors:
  Olivier Fourdan, Robert Mader, Jonas Ã…dahl


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

41.3 - 1 July 2022

Web:

* Fix presentation of the FluentUI react dialog (and any other
  dialog which has an ARIA document-role descendant

WebKitGtk:

* Fail gracefully when structural navigation commands are used in
  WebKitGtk 2.36.x (the collection interface won't be supported
  until 2.26.4)

=========


========================================
  pygobject
========================================

3.42.2 - 2022-07-16
-------------------

* Error out instead of crashing when marshaling unsupported fundamental types in some cases :mr:`180`
* Add a workaround for a PyPy 3.9+ bug when threads are used :mr:`200`
* Fix crashes when marshaling zero terminated arrays for certain item types :mr:`191`
* Fix a crash/refcounting error in case marshaling a hash table fails :mr:`191`
* Make the test suite pass again with PyPy :mr:`191`
* tests: support running tests with (MSVC) CPython 3.8+ on Windows :mr:`206`
* interface: Fix leak when overriding GInterfaceInfo :mr:`204`
* setup.py: look up pycairo headers without importing the module
  (helps with building on Windows and MSVC CPython 3.8+) :mr:`205`



========================================
  rygel
========================================

0.40.4 (stable)
===============

 - Do not install UI file if preferences are not built

Renderer:
 - Fix critical if mime_type is missing

Tracker3:
 - Do not exit if service is missing

MediaExport:
 - Fix running without media indexing

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/rygel/issues/160
 - https://gitlab.gnome.org/GNOME/rygel/issues/196
 - https://gitlab.gnome.org/GNOME/rygel/issues/208

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Pawan Chitrakar <chautari@gmail.com>
 - Aleksandr Melman <Alexmelman88@gmail.com>

Added/updated translations:
 - ne.po, courtesy of Pawan Chitrakar
 - ru.po, courtesy of Aleksandr Melman