The following modules have a new version: - eog (43.0 => 43.1) - evolution-data-server (3.46.0 => 3.46.1) - gcr (3.92.0 => 4.0.0) - gjs (1.73.2 => 1.74.0) - gnome-builder (43.rc => 43.2) - gnome-calendar (43.0 => 43.1) - gnome-console (43.rc => 43.0) - gnome-contacts (43.rc => 43.0) (*) - gnome-control-center (43.0 => 43.1) - gnome-initial-setup (43.0 => 43.1) - gnome-logs (43.beta => 43.0) - gnome-maps (43.0 => 43.1) - gnome-remote-desktop (43.0 => 43.1) (*) - gnome-software (43.0 => 43.1) - gnome-text-editor (43.0 => 43.1) - gspell (1.11.1 => 1.12.0) - gtk (4.8.1 => 4.8.2) - gtksourceview (5.6.0 => 5.6.1) - libpanel (1.0.0 => 1.0.1) - libshumate (1.0.1 => 1.0.2) - libsoup (3.2.0 => 3.2.1) - orca (43.beta => 43.0) - pango (1.50.10 => 1.50.11) - pangomm (2.46.2 => 2.46.3) - pyatspi (2.45.90 => 2.46.0) (*) - simple-scan (42.1 => 42.5) - xdg-desktop-portal-gnome (43.0 => 43.1) (*) No summarized news available The following modules weren't upgraded in this release: adwaita-icon-theme, at-spi2-core, atkmm, baobab, calls, cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf, dconf-editor, devhelp, epiphany, evince, folks, gcab, gdk-pixbuf, gdm, geocode-glib, gexiv2, glib, glib-networking, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-calculator, gnome-characters, gnome-clocks, gnome-color-manager, gnome-connections, gnome-desktop, gnome-disk-utility, gnome-font-viewer, gnome-keyring, gnome-menus, gnome-music, gnome-online-accounts, gnome-photos, gnome-session, gnome-settings-daemon, gnome-shell, gnome-shell-extensions, gnome-system-monitor, gnome-tour, gnome-user-docs, gnome-user-share, gnome-video-effects, gnome-weather, gobject-introspection, gom, grilo, grilo-plugins, gsettings-desktop-schemas, gsound, gssdp, gtk+, gtk-doc, gtk-vnc, gtkmm, gupnp, gupnp-av, gupnp-dlna, gvfs, json-glib, jsonrpc-glib, libadwaita, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libhandy, libmediaart, libnma, libnotify, libpeas, librsvg, libsecret, libsigc++, mm-common, mutter, nautilus, phodav, pygobject, rest, rygel, sushi, sysprof, template-glib, totem, totem-pl-parser, tracker, tracker-miners, vala, vte, yelp, yelp-tools, yelp-xsl ======================================== eog ======================================== Version 43.1 ------------ Bug fixes and improvements: !140, desktop: Remove obsolete Bugzilla entries (Jake Dane) !141, Add Swedish help images (Anders Jonsson) New and updated translations: - Нанба Наала [ab] - Emin Tufan Çetin, Sabri Ünal [tr] ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.46.1 2022-10-21 --------------------------------------- Bug Fixes: I#416 - LDAP: Possible memory leak in build_mods_from_contacts() I#417 - Serialize OAuth2 token refresh for an account I#419 - IMAP: Does not forget renamed folders on the server I#420 - LDAP: Use valid values for error paths of contact create/remove I#427 - Tautology in e_named_parameters_equal() M!104 - camel-db.c: Rearrange transaction handling (Дилян Палаузов) Miscellaneous: po: Merge .source files back to the POTFILES.in IMAPX: Hide complete requests in debug logs for some sensitive commands Handle negative value for GUri's port CamelDB: Fix an uninitialized variable warning Translations: Aleksandr Melman (ru) Asier Sarasua Garmendia (eu) Aurimas Černius (lt) emintufan (tr) Fabio Tomat (fur) Goran Vidović (hr) Guillaume Bernard (fr) Hugo Carvalho (pt) Jürgen Benvenuti (de) Martin (sl) Rafael Fontenelle (pt_BR) Yuri Chornoivan (uk) Zurab Kargareteli (ka) ======================================== gcr ======================================== gcr 4.0.0: - This the first stable release of gcr4 and gck2 - Updated translations ======================================== gjs ======================================== Version 1.74.0 -------------- - Many improvements to the examples and documentation. - Build fixes for Windows. - Overrides to certain non-introspectable functions that will now gracefully throw an exception instead of crashing. - Closed bugs and merge requests: * Various maintenance [!786, Philip Chimento] * http example not reliable, relies on server provided content-length. [#498, !787, Andy Holmes] * Gio set_attribute SIGSEGV (Address boundary error) [#496, !788, Philip Chimento] * Fix Visual Studio builds after migration to SpiderMonkey 102.x [!789, Chun-wei Fan] * Update Visual Studio build instructions [!791, Chun-wei Fan] * doc: reformat for better scraping with DevDocs [!792, Andy Holmes] * doc: Update Home [!793, Sonny Piers] * GLib: override GThread functions [!795, Andy Holmes] Version 1.73.90 --------------- - Skipped. Version 1.72.3 -------------- - Fix for crash after build against libffi 3.4.2 ported from the development branch. ======================================== gnome-builder ======================================== # GNOME Builder 43.2 I'm trying harder to get minor releases out to users this cycle so that papercuts are resolved quickly with the GTK 4 port. This release continues on that effort. * Use preferred $SHELL for $PATH discovery on host to ensure we pick up various $PATH modificiations. * Disable support for Fish when crossing container boundaries, it caused too many runtime compat issues. A default shell fallback will be used. * The meson plugin gained support for extracting run commands for executables installed to $prefix/bin. * Remove <> from insert-matching-braces. * gdbwire amalgamation updated for bugfixes. * Silence stderr when using gdb to avoid merging of stderr/stdout. This fixes various issues with using GDB across containers. * Various workspace UI fixes. * Path resolution fixes when resolving paths across container boundaries. * Build flag extraction fixes, particularly around -isystem use and C++ build flags with libclang. * Fixes for display of C/C++ parameters in code completion. * Fixes to spellcheck invalidation. * Performance fixes for repeated lookups of programs in runtime paths. * GTK 4 project template improvements. * Translation updates Thanks to everyone who filed bugs! # GNOME Builder 43.1 Thanks to all of the prompt testing by users, we have a new release with may bug fixes for you this week. * Raise debug panel when debug session begins. * Fix how file-descriptors are passed through flatpak-spawn to the host> * Improve Meson run command provider to support CLI applications. * Fix support for using deviced to run Flatpak application on remote device. * Fix icon for LSP search results in global search. * Use -Wno-unused-function for headers for Clang diagnostics to avoid reporting errors for static inlines. This removes a workaround from previous releases of Builder which causes errors with some C++ code. * Fix style-preview height in preferences window. * Fix TTY integration with podman containers so color terminals work with the build panel. * Include a backend-specific error message when version control cloning files in the greeter workspace. * Fix invalid property value in URL bar for webkit pages. * Port meson and cargo plugins to use run commands. This fixes an issue where run contexts don't know they need TTY support until too late. This affected podman usage. * Port git plugin to use run commands for submodule initialization. This also helps ensure we have TTY access. * Fix "hold" counts on document buffers so they cannot be reclaimed immediately after loading of the buffer completes. * When renaming files in the project-tree, the old file will be closed and the new file re-opened in it's place. Previously we only closed the file and did not re-open. * gnome-builder-git daemon gained some optimizations and improvements around monitoring .git indexes. * Git file changes are now properly reloaded after commits are detected to the underlying index. * Life-cycle tracking of highlighter/completion providers for Ctags has been improved. * The empty-state for page frames has been updated to fit better with adwaita styling. * Layered settings for syntax languages has been fixed. * Translation updates ======================================== gnome-calendar ======================================== Major changes in 43.1: * Various fixes to recurrent events * Updated translations ======================================== gnome-console ======================================== Version 43.0 ~~~~~~~~~~~~ Updated Translations: * Brazilian Portuguese (Leônidas Araújo) * Bulgarian (Alexander Shopov) * Chinese (Taiwan) (Cheng-Chia Tseng) * Czech (Marek Černocký) * Georgian (Zurab Kargareteli) * German (Christian Kirbach) * Greek (Efstathios Iosifidis) * Kazakh (Baurzhan Muftakhidinov) * Korean (DaeHyun Sung) * Latvian (Rūdolfs Mazurs) * Lithuanian (Aurimas Černius) * Nepali (Pawan Chitrakar) * Russian (Aleksandr Melman) * Slovenian (Matej Urbančič) * Swedish (Luna Jernberg) * Turkish (Sabri Ünal) ======================================== gnome-control-center ======================================== ================ Version 43.1 ================ - Updated translations Network - Fix crashes editing networks Power - Don't assert if we can't find the widget for a profile Printers - Small visual improvements ======================================== gnome-initial-setup ======================================== 43.1 ---- * Several bugs in the enterprise login flow have been fixed (#154, !160, !161). * Translation updates: - Abkhazian - Chinese (Taiwan) - Czech - Friulian - Kazakh - Nepali - Occitan (post 1500) - Spanish - Turkish ======================================== gnome-logs ======================================== GNOME Logs 43.0 =============== * Port to AdwAboutWindow from Christopher Davis * Updated screenshots from Sophie Herold * Updates to Croatian, Abkhazian, Persian, Turkish, Kabyle, Nepali translations ======================================== gnome-maps ======================================== 43.1 - Oct 22. 2022 ========================= Changes since 43.0 - Fixing various issues left after the GTK 4 port - Fix setting adaptive narrow (phone) mode on first launch on portrait displays - Fix dragging-and-dropping route entris in the sidebar - Fix opening shapelayer files when dragged-and-dropped onto the main window - Fix selecting turnpoint instructions showing the position of the instruction on the map - Fix local tiles (using the --local command-line option) - Fix location service dialog - Fix send-to dialog Added/updated/fixed translations - Italian - Icelandic - Slovak - Abkhazian - Friulian - Nepali - Kazakh All contributors to this release Baurzhan Muftakhidinov Dušan Kazik Fabio Tomat Gianvito Cavasoli Marcus Lundblad Nart Tlisha Pawan Chitrakar Sveinn í Felli ======================================== gnome-software ======================================== Version 43.1 ~~~~~~~~~~~~ Released: 2022-10-21 This is a stable release with the following changes: * Fix searches not completing if installing or uninstalling an app at the same time * Notify of errors when running a flatpak app whose runtime is missing * Fix installing local RPM packages * Fix distribution upgrades when package conflicts are present * Fix opening web apps from their details page * Improve appearance of app ratings if ratings data cannot be downloaded * Fix crash when showing offline update errors on startup * Highlight priority of firmware updates, making security fixes more obvious * Fix installation of pending apps in some situations * Fix downloading of rpm-ostree app updates from the Updates page This release also updates translations: * Abkhazian (Nart Tlisha) * Catalan (Jordi Mas) * Chinese (Taiwan) (Cheng-Chia Tseng) * Croatian (Goran Vidović) * French (Claude Paroz) * Friulian (Fabio Tomat) * Georgian (Zurab Kargareteli) * German (Philipp Kiemle, Jürgen Benvenuti) * Icelandic (Sveinn í Felli) * Italian (Gianvito Cavasoli) * Kazakh (Baurzhan Muftakhidinov) * Panjabi (A S Alam) * Slovenian (Matej Urbančič) ======================================== gnome-text-editor ======================================== # Text Editor 43.1 This is a bug-fix release intended for end-users. • Don't toggle editability during (auto)save operations as they can break input methods and cause input stalls. • Fix ctrl+home/end keyboard shortcut usage • Spellcheck improvements • Provide full document paths in tab tooltips • Fix bugreport_url in about dialog • Use stdout for --version output • Documentation updates • Translation updates Thanks to everyone that reported issues and patches! ======================================== gspell ======================================== News in 1.12.0, 2022-09-27 -------------------------- * Use G_MODULE_EXPORT instead of the custom _GSPELL_EXTERN macro. * Small maintenance tasks, some minor simplifications. * Translation updates. ======================================== gtk ======================================== Overview of Changes in 4.8.2, 24-10-2022 ======================================== * Input: - Give input methods more control over resets and allow them to preserve state - Align interpretation of modifiers in key events in X11 and Wayland * GtkColumnView: - Fixes to focus handling * GtkPopover: - Fix problems with focus when dismissing popovers - Fix problems with focusing editable labels in popovers * Build: - Fix build problems with resources and non-gnu linkers - Fix gi-docgen detection in cross builds - Require meson 0.60 * Debugging: - Make more debug options available in no-debug builds - Improve consistency of debug logging - Give names to all sources * Accessibility: - Introduce GtkAccessibleRange * Wayland: - Make monitor bounds handling more robust - Prevent shrinking clients due to wrong toplevel bounds * Broadway: - Return correct pointer coordinates from device queries * Windows: - Use native API to translate key events * Translation updates: Brazilian Portuguese British English Bulgarian Catalan Croatian Czech Friulian Galician Georgian German Indonesian Lithuanian Polish Portuguese Russian Serbian Slovenian Swedish Turkish Ukrainian ======================================== gtksourceview ======================================== News in 5.6.1, 2022-09-22 ------------------------- This release contains a number of fixes found early after release of 5.6.0 that warrant distributing to users. * Improve resilience of GtkSourceHover assistants to prevent unbreakable grabs by application added widgets. * Hide all assistants when unmapping GtkSourceViews. * Don't dismiss hover delay timeout from pointer clicks, allow them to click through to display hover information. * Don't show new assistants unless parent GtkSourceView is mapped. This can improve situations with tabbed editors and asynchronous operations to load completion, hover data, etc. * Additional Vim commands. * Updated languages: go.lang * Updated translations: Turkish and Nepali ======================================== libpanel ======================================== libpanel 1.0.1 ============== * Drag-n-Drop fixes * Remove use of g_autofree to fix builds for MSVC * Translation updates ======================================== libshumate ======================================== ===================== Version 1.0.2 ===================== - Avoid flickering when panning the map - Fix warnings about min/max zoom levels for the viewport - Fix documentation comments - Fix cross-compilation for gi-docgen ======================================== libsoup ======================================== Changes in libsoup from 3.2.0 to 3.2.1: * When built against nghttp2 1.50.0+ be relaxed about header whitespace [Carlos Garcia Campos] * Fix possible crash when cancelling an HTTP/2 message [Carlos Garcia Campos] * Fix regresion where soup_server_message_get_socket() could return NULL [Carlos Garcia Campos] * Fix minor memory leak [Milan Crha] ======================================== orca ======================================== 43.0 - 23 September 2022 General: * Prevent double-presentation of notifications * Fix presentation of Nautilus items for Gtk 4 * Fix bug causing the wrong voice to be used New and updated translations (THANKS EVERYONE!!!): bg Bulgarian Alexander Shopov ca Catalan Jordi Mas da Danish Alan Mortensen fr French Charles Monzat kk Kazakh Baurzhan Muftakhidinov lv Latvian Rūdolfs Mazurs ne Nepali Pawan Chitrakar pt_BR Brazilian Portuguese Leônidas Araújo sl Slovenian Matej Urbančič sv Swedish Anders Jonsson tr Turkish Sabri Ünal zh_CN Chinese (China) Boyuan Yang ========= ======================================== pango ======================================== Overview of changes in 1.50.11, 03-10-2022 ========================================== - Don't crash for lack of fonts - Avoid a crash in shaping Overview of changes in 1.50.10, 16-09-2022 ======================================== pangomm ======================================== 2.46.3 (stable): * Context::get_font_map(): Fix reference count (Kjell Ahlstedt) Build: * Meson build: Specify 'check' option in run_command() Will be necessary with future versions of Meson. Require Meson >= 0.55.0 * Meson build: Check if Perl is required for building documentation * Meson build: Avoid unnecessary configuration warnings (Kjell Ahlstedt) * Meson build: Re-organize warning-related compiler flags for MSVC (Chun-wei Fan) ======================================== simple-scan ======================================== Overview of changes in simple-scan 42.5 ~~~~~~~~~~~~~~ Released: 2022-09-19 * Updated translations. ======================================== xdg-desktop-portal-gnome ======================================== Changes in 43.1 ================= - Close dialogs with the Escape key - Translation updates