diff options
author | Philip Withnall <withnall@endlessm.com> | 2020-09-02 16:48:52 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2020-09-02 16:48:52 +0100 |
commit | 47488cc1a0e43f6b16c13bc449fa8bd33a74c9d9 (patch) | |
tree | e4f392f6538b3e68d67a0190463e33f36da02eb3 /NEWS | |
parent | 054ef4ddf71a8435501c0daff3c293d896a73841 (diff) | |
download | glib-47488cc1a0e43f6b16c13bc449fa8bd33a74c9d9.tar.gz |
2.65.32.65.3
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -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 ================================== |