From 8697c1a53ccbbcde49596f2b4c043c67461c97a9 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 17 Mar 2022 15:01:31 +0000 Subject: [PATCH] 2.72.0 Signed-off-by: Philip Withnall --- NEWS | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e1f2c0c0f..5cb3ae4ab 100644 --- a/NEWS +++ b/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 ================================== diff --git a/meson.build b/meson.build index e0b14319f..7dc6ff874 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ 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 meson_version : '>= 0.52.0', default_options : [