summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-09-02 16:48:52 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-09-02 16:48:52 +0100
commit47488cc1a0e43f6b16c13bc449fa8bd33a74c9d9 (patch)
treee4f392f6538b3e68d67a0190463e33f36da02eb3
parent054ef4ddf71a8435501c0daff3c293d896a73841 (diff)
downloadglib-47488cc1a0e43f6b16c13bc449fa8bd33a74c9d9.tar.gz
2.65.32.65.3
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS36
-rw-r--r--meson.build2
2 files changed, 37 insertions, 1 deletions
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 : [