Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2023-03-10 14:33:15 +00:00
parent d9a01931c3
commit 8a9ada6639
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 26 additions and 1 deletions

25
NEWS
View File

@ -1,3 +1,28 @@
Overview of changes in GLib 2.76.0, 2023-03-10
==============================================
* Fix several regressions in handling `GFileInfo` attributes (#2932, #2934,
work by Ondrej Holy and Philip Withnall)
* Bugs fixed:
- #2932 ETAG_VALUE not set in GFileInfo when requested (Philip Withnall)
- #2934 File attributes are not set when their value is FALSE/NULL (Philip
Withnall)
- !3309 gfile: Fix file size detection when copying on btrfs
- !3310 glocalfileinfo: Mark the lost+found dir as hidden again
- !3311 glocalfileinfo: Ensure that is-backup is always set
* Translation updates:
- Bulgarian (Alexander Shopov)
- Catalan (Jordi Mas i Hernandez)
- Czech (Marek Černocký)
- German (Tim Sabsch)
- Korean (Changwoo Ryu)
- Polish (Piotr Drąg)
- Russian (Aleksandr Melman)
- Turkish (Sabri Ünal)
Overview of changes in GLib 2.75.4, 2023-03-03
==============================================

View File

@ -1,5 +1,5 @@
project('glib', 'c',
version : '2.75.4',
version : '2.76.0',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [