The following modules have a new version: - glib (2.64.5 => 2.64.6) - gnome-bluetooth (3.34.1 => 3.34.3) - gnome-desktop (3.36.6 => 3.36.7) - gnome-maps (3.36.4 => 3.36.4.1) - gnome-music (3.36.5 => 3.36.6) - gnome-shell (3.36.6 => 3.36.7) - gnome-shell-extensions (3.36.3 => 3.36.7) (*) - gtk (3.99.1 => 3.99.2) - gtk-doc (1.32 => 1.33.0) - libgudev (233 => 234) - libsigc++ (3.0.3 => 3.0.4) - mm-common (1.0.1 => 1.0.2) - mutter (3.36.6 => 3.36.7) - vala (0.48.10 => 0.48.11) - yelp (3.36.0 => 3.36.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, cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf, eog, epiphany, evince, evolution-data-server, file-roller, folks, gcab, gcr, gdk-pixbuf, gdm, gedit, geocode-glib, gfbgraph, gjs, glib-networking, glibmm, gmime, gnome-autoar, gnome-backgrounds, gnome-boxes, gnome-calculator, gnome-calendar, gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts, gnome-control-center, gnome-disk-utility, gnome-font-viewer, gnome-getting-started-docs, gnome-initial-setup, gnome-keyring, gnome-logs, gnome-menus, gnome-online-accounts, gnome-online-miners, gnome-photos, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-software, gnome-system-monitor, gnome-terminal, gnome-themes-extra, 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-vnc, gtkmm, gtksourceview, gupnp, gupnp-av, gupnp-dlna, gvfs, json-glib, libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libmediaart, libnma, libnotify, libpeas, librsvg, libsecret, libsoup, libzapojit, nautilus, orca, pango, pangomm, phodav, pyatspi, pygobject, rest, rygel, simple-scan, sushi, tepl, totem, totem-pl-parser, tracker, tracker-miners, vte, yelp-tools, yelp-xsl, zenity ======================================== glib ======================================== Overview of changes in GLib 2.64.6 ================================== * This is expected to be the last release in the 2.64 series; the new stable series is 2.66, and maintenance efforts will shift to that * Bugs fixed: - #2194 gtk3/glib crash on gimp - #2209 gthreadedresolver: faulty logic in parse_res_txt - !1633 Backport !1632 Fix large writes in gfileutils to glib-2-64 - !1634 Backport !1631 “Fix splice behavior on cancellation” to glib-2-64 - !1656 Backport !1187 “Define G_MSVC_SYMBOL_PREFIX correctly for ARM32” to glib-2-64 - !1659 Backport !1652 “trash portal: Handle portal failures” to glib-2-64 - !1666 Backport !1665 “Fix g_module_symbol() under Windows sometimes not succeeding” to glib-2-64 - !1672 Backport !1671 “gdatetime: Avoid integer overflow creating dates too far in the past” to glib-2-64 * Translation updates: - Croatian - Portuguese ======================================== gnome-bluetooth ======================================== ver 3.34.3: - Fix problem with intermittent connection work-around when using the switch in the device properties - Updated translations ver 3.34.2: - Work-around intermittent connection problems by disabling discovery when connecting to devices - Hide pairing dialogue when pairing fails - Allow $HOME to be the Downloads dir - Better handling of the 8bitdo Zero gamepad - Updated translations ======================================== gnome-desktop ======================================== =============== Version 3.36.7 =============== - No changes ======================================== gnome-maps ======================================== 3.36.4.1 - Oct 7, 2020 ========================= Changes since 3.36.4 - Fix a race-condition bug in search-as-you-type resulting in out-of-sync search results in some circumstances All contributors to this release Marcus Lundblad ======================================== gnome-music ======================================== Overview of changes in 3.36.6 ============================= Bugs fixed: Crash because it can't find some files (#401) Thanks to our contributors this release: Marinus Schraal ======================================== gnome-shell ======================================== 3.36.7 ====== * Fix potential stack overflow in libcroco [Michael; !1404] * Fix system action search regressions [Florian; #3169] * Fix week number alignment when using font-scaling [Joonas; !1415] * Misc. bug fixes and cleanups [Bastien, Carlos, Florian, Daniel; !1444, !1451, #2230, !1423] Contributors: Michael Catanzaro, Carlos Garnacho, Joonas Henriksson, Florian Müllner, Bastien Nocera, Daniel van Vugt Translators: Marek Černocký [cs] ======================================== gtk ======================================== Overview of Changes in GTK 3.99.2 ================================= * GtkButton: - Check coordinates for button releases * GtkColorChooser: - Update the default palette * GtkEntry: - Fix issues with Emoji insertion - Fix issues with dnd - Set correct hotspot for dnd icon * GtkFileChooser: - Fix a crash - Fix setting unlisted filters * GtkFontChooser: - Determine sample text based on font coverage (requires fontconfig) - Allow filtering by language (requires fontconfig) - Don't center the list * GtkMenuButton: - Always use the direction property for the arrow * GtkPasswordEntry: - Use non-pageable memory - Add an ::activate signal * GtkRevealer: - Fix clipping issues in the swing transitions * GtkScrolledWindow: - Fix kinetic scrolling in X11 * GtkSearchEntry: - Don't handle forwarded events twice * GtkStack: - Add gtk_stack_add_child * GtkTextView: - Fix dnd - Improve undo state tracking - Speed rendering in the presence of selections - Make clickable links work again - Fix handling of anchored children * GtkVideo: - Make autoplay work * CSS: - Allow more than 64 selectors per rule - Avoid some allocation overhead * Adwaita: - Improve gesture graphics - Tweak DND highlight color - Add spacing to .navigation-sidebar * GDK: - Add gdk_frame_clock_get_fps - GLES: Fix color channel mixup in textures - GL: Reduce image copying for texture uploads * GSK: - Add radial gradient nodes - Add GskGLShader and shader nodes * GL renderer: - Fix clipping with projective transforms - Use linear interpolation for offscreen rendering with non-axis-aligned transforms - Fix texture caching to avoid size mismatches - Avoid downloading GL textures when possible, improving GtkGLArea performance * Vulkan renderer: - Fix swapchain creation * Windows: - Fix display of CSD windows * Wayland - Always ack configure to avoid jumping windows - Use the primary-selection-unstable-v1 protocol * API cleanups: - Make filter and sorter constructors return exact types - Rename GdkSurfaceState to GdkToplevelState - Remove GdkWaylandSurface::committed - Make Wayland backend api take GdkToplevel - Drop gtk_widget_new - Drop cairo_surface_upload_to_gl - Drop gtk_scrolled_window_set_capture_button_press - Drop gtk_column_view_column_new_with_factory - Rename gtk_buildable_set_name to gtk_buildable_set_buildable_id - Drop other GtkBuildable api * Demos: - Bug and crash fixes - Cosmetic improvements for several demos - Improve search in the sidebar - Add a Shadertoy demo - Add a OpenGL transitions demo - Add an Emblem demo - Add a demo for input validation and error states - Add a demo for context menus - Make gtk-demo demo itself * Build: - Fix Vulkan dependency checking - Make sysprof truly optional * Translation updates: Basque British English Catalan Croatian Czech Danish French Galician German Hebrew Hungarian Indonesian Italian Kazakh Latvian Lithuanian Persian Polish Slovak Slovenian Spanish Turkish Ukrainian ======================================== gtk-doc ======================================== GTK-Doc 1.33 (Oct 1 2020) ============= Support documenting GTK actions Recognize GDK_DECLARE_ macros Better table styling in html output Use plain C types for basic types Make builds more reproducible Translation updates GTK-Doc 1.32.1 (Aug 15 2019) =============== Dev version This version does not generate object_index.sgml if the library contains no gobjects. ======================================== libgudev ======================================== CHANGES WITH 234: * Clarify that _get_sysfs_attr() functions are cached * Add functions to get uncached sysfs attributes ======================================== libsigc++ ======================================== 3.0.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request #57 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue #59 (Denis Washington) The tarball for 3.0.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README.md. ======================================== mm-common ======================================== mm-common 1.0.2 (2020-09-25) * util/doc-install.pl: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) * doc-reference.py: Don't include DESTDIR in the DevHelp base path (Kjell Ahlstedt) Issue #2 (Mart Raudsepp) * dist-build-scripts.py: Remove files from distribution, if requested (Kjell Ahlstedt) ======================================== mutter ======================================== 3.36.7 ====== * Fix Night Light updates after DPMS [Jonas, Benjamin; #1392] * Fix IM handling on X11 [Carlos; #1413] * Fix resizing of attached modal dialogs on wayland [Jonas; !1446] * Fix jumps when resizing windows using discrete steps [Jonas; #1447] * Fixed crashes [Marco; !1371, #1345] * Plugged Memory leaks [Ray; !1449, !1451] * Misc. bug fixes and cleanups [Jonas, Carlos, Robert; !1218, !1460, !1463] Contributors: Marco Trevisan (Treviño), Benjamin Berg, Carlos Garnacho, Robert Mader, Ray Strode, Jonas Ådahl Translators: Juliano de Souza Camargo [pt] ======================================== vala ======================================== Vala 0.48.11 ============ * Various improvements and bug fixes: - codegen: + The actual struct size is required for calloc (POSIX) [#1068] + Don't pass CCodeFunctionCall to NULL-aware free macro - g-i: Fix a couple of C compiler warnings - libvaladoc: Fix a couple of C compiler warnings - testrunner: Pass --enable-checking to increase coverage, Filter external -0X flags to preserve current default -O0 * Bindings: - gstreamer: Update from 1.18.0+ git master - gtk4: Don't skip LayoutManager.create_layout_child() [#1071] - gtk4: Update to 3.99.1+15b635d7 - poppler-glib: Update to 20.09.0 - vapi: Update GIR-based bindings - webkit2gtk-4.0: Update to 2.30.1 ======================================== yelp ======================================== 3.36.1 ====== * Fix issue when opening local HTML files (#158) * Updated translations: ckb (Jwtiyar Nariman) es (Daniel Mustieles) he (Yosef Or Boczko) id (Kukuh Syafaat) ja (Yuki Okushi) kk (Baurzhan Muftakhidinov) pt (Juliano Camargo) sk (Peter Mráz) uk (Daniel Korostil)