The following modules have been added in this release: dconf-editor, devhelp, gnome-builder, sysprof The following modules have a new version: - atkmm (2.28.0 => 2.28.1) - epiphany (3.38.1 => 3.38.2) - evolution-data-server (3.38.2 => 3.38.3) - gdm (3.38.2 => 3.38.2.1) - gjs (1.66.1 => 1.66.2) - glib (2.66.3 => 2.66.4) - glibmm (2.64.2 => 2.64.5) - gnome-calendar (3.38.1 => 3.38.2) - gnome-control-center (3.38.2 => 3.38.3) - gnome-desktop (3.38.2 => 3.38.3) - gnome-disk-utility (3.38.0 => 3.38.1) - gnome-initial-setup (3.38.2 => 3.38.3) - gnome-maps (3.38.2 => 3.38.3) - gnome-shell (3.38.1 => 3.38.2) - gnome-shell-extensions (3.38.1 => 3.38.2) - gnome-terminal (3.38.1 => 3.38.2) (*) - gtk (3.99.4 => 4.0.1) - gtk+ (3.24.23 => 3.24.24) - gtkmm (3.24.2 => 3.24.3) - gvfs (1.46.1 => 1.46.2) - libhandy (1.0.2 => 1.0.3) - libsigc++ (2.10.4 => 2.10.6) - mutter (3.38.1 => 3.38.2) - orca (3.38.0 => 3.38.2) - pangomm (2.42.1 => 2.42.2) - simple-scan (3.38.1 => 3.38.2) - tracker (3.0.1 => 3.0.3) - tracker-miners (3.0.1 => 3.0.4) - vala (0.50.2 => 0.50.3) (*) No summarized news available The following modules weren't upgraded in this release: adwaita-icon-theme, at-spi2-atk, at-spi2-core, atk, baobab, cantarell-fonts, cheese, clutter, clutter-gst, clutter-gtk, cogl, dconf, eog, evince, file-roller, folks, gcab, gcr, gdk-pixbuf, gedit, geocode-glib, gfbgraph, glib-networking, gmime, gnome-autoar, gnome-backgrounds, gnome-bluetooth, gnome-boxes, gnome-calculator, gnome-characters, gnome-clocks, gnome-color-manager, gnome-contacts, gnome-font-viewer, gnome-getting-started-docs, gnome-keyring, gnome-logs, gnome-menus, gnome-music, gnome-online-accounts, gnome-online-miners, gnome-photos, gnome-screenshot, gnome-session, gnome-settings-daemon, gnome-software, gnome-system-monitor, gnome-user-docs, gnome-user-share, gnome-video-effects, gnome-weather, gobject-introspection, gom, grilo, grilo-plugins, gsettings-desktop-schemas, gsound, gspell, gssdp, gtk-doc, gtk-vnc, gtksourceview, gupnp, gupnp-av, gupnp-dlna, json-glib, libchamplain, libdazzle, libgdata, libgee, libgnomekbd, libgsf, libgtop, libgweather, libgxps, libmediaart, libnma, libnotify, libpeas, librsvg, libsecret, libsoup, mm-common, nautilus, pango, phodav, pyatspi, pygobject, rest, rygel, sushi, totem, totem-pl-parser, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== atkmm ======================================== atkmm 2.28.1 (stable): The tarball for 2.28.1 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build: * Improve NMake support (Chun-wei Fan) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !3 * Add Meson support (Chun-wei Fan, Kjell Ahlstedt) Merge request !8 * doc/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) ======================================== epiphany ======================================== 3.38.2 - December 1, 2020 ========================= * Fix pinned tabs reordering themselves (#1341) * Avoid crash during Storage Access API permission requests (#1357) * Reduce size of Storage Access API permission request info bar (#1358) * Fix fullscreen reveal animation (!847) * Fix crash when Safe Browsing database is corrupted (!863) * History dialog title should be translatable (Piotr Drąg) ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.38.3 2021-01-08 --------------------------------------- Bug Fixes: I#277 - Reminders: Preselect a reminder in the notification window (Milan Crha) I#286 - Skip collection account refresh when parts disabled (Milan Crha) Miscellaneous: e-categories: Show migration runtime warning only if the file exists (Milan Crha) DataCalView: Created objects could be notified twice (Milan Crha) EReminderWatcher: Add detailed debug prints about the scheduled reminders (Milan Crha) EReminderWatcher: Catch a race condition when creating a calendar view (Milan Crha) alarm-notify: Provide application reference in canberra calls (Milan Crha) CamelMimeFilterToHTML: Change how empty
is recognized (Milan Crha) Addressbook:file backend: Prevent percent letter in photo filename (Milan Crha) Translations: Juliano de Souza Camargo (pt) Hugo Carvalho (pt) Jordi Mas (ca) ======================================== gdm ======================================== ================ Version 3.38.2.1 ================ - Address autologin unlock bug issue (CVE-2020-27837) - Translation updates ======================================== gjs ======================================== Version 1.66.2 -------------- - Performance improvements and crash fixes backported from the development branch. - Bug fixes enabling use of GTK 4. - Closed bugs and merge requests: * Error in function "_init()" in module "modules/overrides/GObject.js" [#238, !508, Nina Pypchenko] * Revert "arg-cache: Save space by not caching GType" [!512, Jonas Dreßler] * gi/wrapperutils: Move gjs_get_string_id() into resolve() implementations [!513, Jonas Dreßler] * overrides/Gtk: Set BuilderScope in class init [!527, Florian Müllner] * fix readline build on certain systems [!543, Jakub Kulík] ======================================== glib ======================================== Overview of changes in GLib 2.66.4 ================================== * Fix some issues in parsing floating point seconds in `GDateTime` (!1791, !1797) * Fix some issues in handling invalid UTF-8 when parsing for `GDate` (!1788) * Bugs fixed: - #2264 GPtrArray might call qsort() with NULL data - !1774 Backport !1771 “macos: fix frexpl checks in cross-compilation” to glib-2-66 - !1790 Backport !1788 “gdate: Validate input as UTF-8 before parsing” to glib-2-66 - !1793 Backport !1791 “gdatetime: Disallow NAN as a number of seconds in a GDateTime” to glib-2-66 - !1799 Backport !1794 “gio-tool-info: Prevent criticals if mount options are not available” to glib-2-66 - !1805 Backport !1797 “gdatetime: Improve ISO 8601 parsing to avoid floating point checks” to glib-2-66 ======================================== glibmm ======================================== 2.64.5: (stable): The tarball for 2.64.5 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. gmmproc: * Fix compatibility with gtkmm 3.24.2 (Kjell Ahlstedt) Issue #82 (Michael Catanzaro) Build: * Meson build: Fix Cocoa (macOS) detection (Tom Schoonjans) Merge request !43 2.64.4: (stable): The tarball for 2.64.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Glib: * PropertyProxyConnectionNode::connect_changed(): Fix using without property name (Daniel Boles) Issue #74 (wswfc), merge request !35 gmmproc: * Add optional decl_prefix parameter to _WRAP_GERROR and _WRAP_ENUM Used for adding GLIBMM_API or similar for MS Visual C++ (Chun-wei Fan) Merge request !31 * Allow decorating comparison operators (for Visual Studio builds) (Chun-wei Fan) Merge request !34 * _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignment (Kjell Ahlstedt) Issue #76 (misos1) * Decorate private generated classes with __declspec when building with Visual Studio (Chun-wei Fan) Merge request !40, !42 * generate_wrap_init.pl.in: Use g_type_ensure(SomeClass::get_type()) to ensure that get_type() is called (Kjell Ahlstedt) Build: * Use __declspec(dllexport) consistently when building glibmm with Visual Studio (Chun-wei Fan) Merge request !31 * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * Improve NMake support (Chun-wei Fan) * Improve Visual Studio support (Chun-wei Fan) Merge request !36 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) * Meson build: Fix versioning on macOS (Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans) Documentation: * Glib::BalancedTree docs: Recommend std::map or std::unordered_map (Kjell Ahlstedt) * Meson build: Add missing Glib::Value and Variant documentation (Kjell Ahlstedt) ======================================== gnome-calendar ======================================== Major changes in 3.38.2: * Never reset completed calendars !150 #567 * Updated translations ======================================== gnome-control-center ======================================== ================ Version 3.38.3 ================ - Updated translations Display: - Fix crash when unable to get display configuration. Network: - Fix smal leak getting WiFi secrets. Printers: - Fix small leaks in new printer dialog. User Accounts: - Fix crash showing error in fingerprint dialog. ======================================== gnome-desktop ======================================== ============== Version 3.38.3 ============== Translation updates ======================================== gnome-disk-utility ======================================== 3.38.1 - December 13, 2020 ========================== Kai Lüke: * Do not display zram devices Updated translations: * Boyuan Yang (zh_CN), Efstathios Iosifidis (el), Fabio Tomat (fur), Juliano Camargo (pt), Rūdolfs Mazurs (lv), Yosef Or Boczko (he) ======================================== gnome-initial-setup ======================================== 3.38.3 ------ * Translation updates: - Norwegian Bokmål - Romanian ======================================== gnome-maps ======================================== 3.38.3 - Jan 9, 2021 ========================= Changes since 3.38.2 - Fix a bug where place details gets lost after searching again for the same place Added/updated/fixed translations - Norwegian Bokmål All contributors to this release Kjartan Maraas Marcus Lundblad ======================================== gnome-shell ======================================== 3.38.2 ====== * Handle @content properties in ease() functions [Andre; !1461] * Fix screencast indicator on Xorg [Jonas Å.; !1466] * Fix inline-replies in chat notifications [Florian; #3226] * Improve do-not-disturb support [Florian; #2873, !1511] * Fix mobile broadband support [Popax21; #3203] * Improve app picker spacing on larger resolutions [Georges; !1510] * Plugged leaks [Ray; !1460, !1459] * Fixed crashes [Daniel, Florian; !1453, #3258, !1507] * Misc. bug fixes and cleanups [Florian, Ian, Jonas D., Carlos, Daniel M., Sebastian, Daniel, Georges; #3252, #3307, #3342, !1482, !1486, #3388, !1489, !1483, !1481, !1512, !1417, !1518] Contributors: Jonas Dreßler, Carlos Garnacho, Sebastian Keller, Andre Moreira Magalhaes, Daniel García Moreno, Florian Müllner, Popax21, Ian Douglas Scott, Ray Strode, Daniel van Vugt, Jonas Ådahl Translators: Juliano de Souza Camargo [pt], Fabio Tomat [fur], Akarshan Biswas [bn_IN], Daniel Mustieles [es], Boyuan Yang [zh_CN], Kjartan Maraas [nb] ======================================== gnome-shell-extensions ======================================== 3.38.2 ====== * window-list: Honor changes in skip-taskbar property [Sergio; !130] * window-list, workspace-indicator: Improve previews in workspace thumbs [Florian; #260, !142] * window-list, workspace-indicator: Adjust to 3.38 changes [Florian; !133] * auto-move: Improve behavior on multi-monitor setups [Florian; !135] * windowNavigator: Adjust to 3.38 changes [Thun; #259] * Misc. bug fixes [Ray; !145] Contributors: Sergio Costas, Florian Müllner, Thun Pin, Ray Strode ======================================== gtk ======================================== Overview of Changes in 4.0.1 ============================ * GtkPopover - Center titles - Fix menu item alignment with submenus * GtkVideo - Fix up autoplay semantics - Respect pixel aspect ratio - Get GL textures from gstreamer * GtkCenterLayout - Fix handling of expanding center child * GtkSettings - Change gtk-cursor-aspect-ratio to double - Fix the default value of gtk-print-backends * GtkGestureStylus - Convert motion history to surface coordinates * GL renderer - Various optimizations - Avoid leaking shader objects * Adwaita - Fine-tune flat buttons - Improve contrast of dim-label - Improve contrast of controls in headers * Docs - Add various missing types - Add DND examples - Correct css docs for several widgets - Improve GtkVideo docs - Update migration docs for GtkClipboard - Improve migration docs for event controllers - Add migration docs for GtkBuilder * gtk4-builder-tool - Remove GtkCheckButton::draw-indicator - Fix a buffer overrun - Remove GtkToolbar::toolbar-style * Demos - Don't put the search bar in the scroll area - Make the OpenGL demos work with OpenGL ES * X11 - Fix a possible crash * Build - Fix vulkan reference in pc file - Fix build with certain Vulkan versions * Windows: - Fix build with Visual Studio 2013 * OS X: - Fix build on OS X - Fix crash on Mojave - Fix a window sizing issue - Fix build on OS X 10.12 - Add a CI build * Translation updates: Basque Brazilian Portuguese Catalan Galician German Japanese Lithuanian Persian Punjabi Romanian Ukrainian Overview of Changes in GTK 4.0 ============================== * Fix problems with synthetic motion events affecting frame rates * Fix problems with implicit grabs affecting widget states * Fix problems with zoom mode on scales getting stuck * Fix submenu closing by outside clicks * Rename GtkWindow:fullscreen to :fullscreened to help language bindings * Bump the soname. Stable GTK 4 releases use libgtk-4.0.so.1.xxxx.y * Adwaita: - Reduce hover transition effects in lists - Special-case header buttons * Demos: - Remove NoDisplay from desktop files - Autoplay the video in widget-factory * Translation updates: Catalan Norwegian Bokmål Polish Spanish Swedish Romanian Ukrainian Overview of Changes in 3.99.5 ============================= * Accessibility: - Map presentation role according to Core-AAM - Use presentation role for spacers in list views - Set proper roles, relations and descriptions on more widgets - Expand the documentation - Use a single GTK_A11Y environment variable and document it - Serveral memory leak and crash fixes - Initialize AT contexts lazily - Improve the API for storing lists in relations - Implement more of the Component interface - Implement the Cache interface - Implement ScrollSubstringTo for GtkTextView * Introspection: - Add many missing annotations to APIs - In particular, nullability annotation fixes for rust * Touch support: - Fix issues with text handles - Fix interaction between touch scrolling and focus - Fix active state updates for touch events - Allow pressing buttons with multiple fingers * GtkScrolledWindow: - Accumulate velocity with kinetic scrolling * GtkSearchEntry: - Use a better clear icon * GtkTreeView: - Remove the deprecated GtkCellRendererClass.get_size vfunc * GtkBuilder: - Be stricter about - Make gtk-builder-tool simplify update * GtkFileChooser: - Remove GtkFileChooserButton * GtkWindow: - Replace gtk_window_get_size with gtk_window_get_default_size - Add maximized and fullscreen properties * Make the inspector available in non-debug builds * CSS: - Support conic gradients * Adwaita: - Round all window corners - Round submenus - Remove the 'chin' on menus - Industrial style menuitems - Improved tooltip styling - Unified sidebar styles - Dark prelight - Don't backdrop labels * GSK: - Rename render node apis from peek to get * Make GLES work in the absence of GL_ARB_timer_query * Rework the way size allocation is integrated in the frame cycle * Wayland: - Support gtk_shell1 version 3 (startup notification and activation) - Implmement minimization * OS X: - Mostly working GL renderer - Search engine updates - Fix rendering artifacts with hover transitions - Fix kinetic scrolling deceleration * Windows: - Fix key event generation, making text input work * Documentation: - Add missing enumerations, symbols and types - Lots of smaller fixes * Demos: - Make the constraints demo more useful - Make search more obvious - Add a suggestion entry demo - Consistency improvements - Use native file choosers - Drop 'devel' styling * Translation updates: Belarusian Catalan Polish Spanish Swedish Ukrainian ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.24.24 =================================== * GtkColorChooser: - Update the default color palette * GtkFontChooser: - Fix family-only mode to return regular style * GtkTreeView: - Don't set focus-on-click for header buttons * Accessibility: - Implement scrollSubstringTo - Add a11y support to GtkPlug/GtkSocket * Printing: - Allow the lpr backend to print pdf and ps files * Theme: - Update gesture graphics - Update HighContrast css * Wayland: - Support the primary-selection-unstable-v1 protocol * X11: - Fix a crash with parent-relative backgrounds * Broadway: - Set modifier state of scroll events * Build: - Fix pc file generation on NixOS * OS X: - Restore command-key bindings * Windows: - Fix meson build with epoxy subproject * Translation updates: Basque Brazilian Portuguese British English Catalan Croatian Czech French Galician German Greek Hebrew Hungarian Indonesian Italian Kazakh Latvian Lithuanian Persian Polish Portuguese Slovak Slovenian Spanish Swedish Turkish Ukrainian ======================================== gtkmm ======================================== 3.24.3 (stable): The tarball for 3.24.3 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gtk: * Actionable::get_action_target_value(): Fix ref count (Kjell Ahlstedt) Documentation: * Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() (Kjell Ahlstedt) Issue #56 (Daniel Boles) * Gtk::Button::set_image(): Fix the documentation (Daniel Boles) Issue #58, merge request !22 * Gtk::TreeView::append_column(): Add code example (Pavlo Solntsev) Merge request !21 * README: Add instructions for building gtkmm (Kjell Ahlstedt) * Explain key values (Kjell Ahlstedt) Issue #6 (Mark Vender) Demos: * Don't use C++14 auto deduction (Daniel Boles) * Update the GLArea demo (similar to updates in gtk+) (Kjell Ahlstedt) * GLArea demo: Fix a crash (Kjell Ahlstedt) Issue #63 (Gerlof Fokkema) Tests: * Builder test: Test derived props declared in C++ (Daniel Boles) Merge request !23 Build: * Improve NMake support (Chun-wei Fan) * Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) (Kjell Ahlstedt) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !25 * Add support for building gtkmm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) ======================================== gvfs ======================================== Major changes in 1.46.2 ======================= * ftp: Prevent source file removal in case of transfer failure * trash: Explicitly cancel file monitor to prevent deadlock * smb: Set fast content type independently of other attributes * smb: Report progress when move operation is done * google: Set the display name for the root folder also * Translation updates ======================================== libhandy ======================================== ============= Version 1.0.3 ============= - Fix build warnings with newer GCC. - HdyActionRow: - Clarify hdy_action_row_get_icon_name() documentation. - HdyCarousel: - Fix drawing cache invalidation on resize. - HdyComboRow: - Use the right checkmark icon. - HdyLeaflet and HdyDeck: - Increase the edge swipe area size. - HdyKeypad: - Fix typing the '+' symbol. - HdyPreferencesGroup: - Fix a memory leak when destroying the widget. - Don't show empty title and description when using gtk_widget_show_all(). - HdySwipeTracker: - Correctly transform widget coordinates for touchpad swipes. - Fix a memory leak. ======================================== libsigc++ ======================================== 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request #65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) ======================================== mutter ======================================== 3.38.2 ====== * Fix unwanted position changes on window resize [Jonas Å., Olivier, Robert; !1477, !1495] * Fix _NET_WM_FRAME_DRAWN timestamps [Jonas Å.; !1494] * Fix missed redraws of newly-mapped actors [Jonas D.; !1366, #1494] * (Temporarily) make Xwayland listen on abstract namespace socket again [James; !1508] * Fix tiling to the correct monitor [Florian; #1389] * Fix background artifacts in magnifier [Daniel; #1480] * Fix monitor tiling support on X11 [Jonas Å.; #1524] * Fix device configuration not being picked up on X11 [Carlos; !1553] * Improve compatibility with Qt's wayland support [Jonas Å.; !1559] * Support tagging devices as primary GPU via udev [Jonas Å.; !1562] * Fix size hints with CSD [Christian, Olivier; !1595] * Do not disable the X Security extension by default [Olivier; !1600] * Fix unresponsive input after screen blank [Simon; !1602] * Improve tablet-mode-switch support [Hans; !1610] * Plugged memory leaks [Ray; !1225] * Fixed crashes [Olivier, Robert, Jonas Å., Florian Z., Simon; !1529, !1534, #1521, !1563, !1606, !1608, !1609] * Misc. bug fixes and cleanups [Bastien, Jonas Å., Carlos, Olivier, Robert, Daniel; !1103, #1490, #1449, !1574, !1468, !1565, !1572, !983, !1597, !1596, !1613] Contributors: Jonas Dreßler, Olivier Fourdan, Carlos Garnacho, Hans de Goede, James Henstridge, Robert Mader, Simon McVittie, Florian Müllner, Bastien Nocera, Christian Rauch, Ray Strode, Daniel van Vugt, Florian Zwoch, Jonas Ådahl Translators: Juliano de Souza Camargo [pt] ======================================== orca ======================================== 3.38.2 - 22 December 2020 General: * Don't treat unknown coordinates as definitely off-screen. Should fix the problem seen with flat review resulting from a change in Gtk+ 3.24.24 ========= 3.38.1 - 3 December 2020 Web: * Fix crash when generating speech for childless math element General: * Fix bug causing the new radio button group to not be presented when the group was first entered New and updated translations (THANKS EVERYONE!!!): pt Portuguese Juliano de Souza Camargo pt_BR Brazilian Portuguese Henrique Machado Campos ========= ======================================== pangomm ======================================== 2.42.2 (stable): The tarball for 2.42.2 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build: * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !14, !17 * Meson build: Avoid some recompilations (Kjell Ahlstedt) * Meson build: Better error message if trying to build with maintainer-mode=false when true is necessary (Kjell Ahlstedt) Issue #6 (Rasmus Thomsen) * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * Improve NMake support (Chun-wei Fan) * Improve Visual Studio support (Chun-wei Fan) Merge request !14, !18 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) * Meson build: Fix versioning on macOS (Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans) ======================================== simple-scan ======================================== Overview of changes in simple-scan 3.38.2 ~~~~~~~~~~~~~~ Released: 2020-12-08 * Add new text resolution 200 dpi [#175]. * Fix crash when scanning on Lexmark MFP. * Display an error, when no documents found in the feeder during start scanning [#195]. * Do not use is_inhibited() as it is not reliable, check the cookie value instead. * Updated translations. ======================================== tracker ======================================== NEW in 3.0.3 - 2021-01-10 ========================= * Avoid FTS5 table inconsistency with SQLite >= 3.34.0 * Fix out parameter in VAPI/Vala files Translations: ro NEW in 3.0.2 - 2020-12-08 ========================= * Update some wording in website * Fix initialization issues in portal * Improve turtle parser * Improve checks for dates in the far past/future * Cleanup meson build options * Fix invalid reads * Make UPDATE parser tree processing iterative rather than recursive * Fix errors in tracker:uri-is-parent * Protect harder against invalid database state * Introspection annotation fixes * Improve thread safety of internal ontology objects * Add missing element to gir file ======================================== tracker-miners ======================================== NEW in 3.0.4 - 2021-01-10 ========================= * Improve time_t interpretation for negative timestamps * Fix "tracker3 search --folders" * Fix crasher after tracker-miner-fs SPARQL failures * CI fixes Translations: ro NEW in 3.0.3 - 2020-12-09 ========================= * Allow newstatat/statat64 syscalls * Brown paper bag release NEW in 3.0.2 - 2020-12-08 ========================= * Fix sched test under non glibc platforms * Refcount fixes * Avoid the fluiddec gstreamer plugin * Ensure to avoid non-native files in tracker-extract-3 * CI fixes Translations: pt ======================================== vala ======================================== Vala 0.50.3 =========== * Various improvements and bug fixes: - codegen: + Use CCodeInvalidExpression instead of place holders + Don't leak memory of already assigned out-parameter on error [#1123] + Don't leak memory on internal value comparison of property setter + Fix assignment of casted struct value to property [#1126] - vala: + Report an error if gio-2.0 is missing for DBus support + Add missing TraverseVisitor.visit_addressof_expression() + value_type of PointerIndirection expressions must not be owned [#1118] + SliceExpression need to return heap-allocated or unowned references [#1120] + Accept "unowned var" as type for foreach variable declaration [#152] + Ownership transfer of inline-allocated array is not allowed [#931] - tests: Use Automake’s parallel test driver to speed up running tests [#1094] - testrunner: A lot of simplifications * Bindings: - gio-2.0: Fix DBusSubtreeIntrospectFunc binding - gstreamer-1.0: Fix direction of GLib.Value typed parameters [#1014] - gstreamer: Update from 1.19.0+ git master - gtk4: Use correct cheader_include for wayland/x11 gdk backend [#1112] - gtk4: Don't rename binding for gtk_css_provider_load_from_data [#1117] - gtk4: Update to 4.0.1 - webkit2gtk-4.0: Update to 2.30.3