From 47488cc1a0e43f6b16c13bc449fa8bd33a74c9d9 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 2 Sep 2020 16:48:52 +0100 Subject: [PATCH] 2.65.3 Signed-off-by: Philip Withnall --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 58a794589..c5a4a331d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Overview of changes in GLib 2.65.3 +================================== + +* Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()` + (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall + sandboxing for third party applications might need to be updated + +* Bugs fixed: + - #2189 g_file_query_info on ro file system: Numerical result out of range + - #2191 Calling nice(20) can lead to thread related warnings + - #2197 Segfaulting Integer Overflow in g_option_group_add_entries + - !1025 Big o notations + - !1626 gio: Document g_settings_new() missing schema behaviour + - !1627 gthread: Add a sysprof mark for thread creation + - !1628 Replace a bunch of fallthrough comments with an attribute + - !1631 Fix splice behavior on cancellation + - !1632 Fixing signedness warning in glib/gfileutils.c + - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT + +* Translation updates: + - Basque + - Catalan + - Chinese (China) + - Czech + - English (United Kingdom) + - Friulian + - German + - Japanese + - Kazakh + - Korean + - Lithuanian + - Polish + - Portuguese (Brazil) + - Slovenian + + Overview of changes in GLib 2.65.2 ================================== diff --git a/meson.build b/meson.build index 947a4058c..6f9ae6c83 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', 'cpp', - version : '2.65.2', + version : '2.65.3', # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships meson_version : '>= 0.49.2', default_options : [