mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
2.76.0
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
d9a01931c3
commit
8a9ada6639
25
NEWS
25
NEWS
@ -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
|
Overview of changes in GLib 2.75.4, 2023-03-03
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
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
|
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
|
||||||
meson_version : '>= 0.60.0',
|
meson_version : '>= 0.60.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Loading…
Reference in New Issue
Block a user