mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
2.72.0
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
bc88032651
commit
8697c1a53c
26
NEWS
26
NEWS
@ -1,3 +1,29 @@
|
|||||||
|
Overview of changes in GLib 2.72.0
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #2620 g_time_zone_new_offset() assertion failure if offset >= 25 hours
|
||||||
|
- !2538 Various unit test fixes
|
||||||
|
- !2542 fuzzing: Fix test failure with G_DISABLE_ASSERT
|
||||||
|
- !2547 gprintf: Fix a memory leak with an invalid format in g_vasprintf()
|
||||||
|
- !2548 tests: Various fixes to gdbus-auth, gdbus-non-socket, gdbus-connection-flush, spawn-multithreaded tests
|
||||||
|
- !2551 tests: More flaky test fixes to converter-stream and test-printf
|
||||||
|
- !2552 gtlsconnection: fix typo in docs
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Czech
|
||||||
|
- French
|
||||||
|
- Friulian
|
||||||
|
- Hebrew
|
||||||
|
- Hungarian
|
||||||
|
- Italian
|
||||||
|
- Kazakh
|
||||||
|
- Polish
|
||||||
|
- Romanian
|
||||||
|
- Serbian
|
||||||
|
- Swedish
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.71.3
|
Overview of changes in GLib 2.71.3
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c', 'cpp',
|
project('glib', 'c', 'cpp',
|
||||||
version : '2.71.3',
|
version : '2.72.0',
|
||||||
# NOTE: We keep this pinned at 0.52 because that's what Debian Stable ships
|
# NOTE: We keep this pinned at 0.52 because that's what Debian Stable ships
|
||||||
meson_version : '>= 0.52.0',
|
meson_version : '>= 0.52.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Loading…
Reference in New Issue
Block a user