From 1e8d310e6eeeb68d71b19617459ea173dd7dd99a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 12 Aug 2023 23:38:03 +0100 Subject: [PATCH] 2.77.2 Signed-off-by: Philip Withnall --- NEWS | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 50cb1b94a..672f8e335 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Overview of changes in GLib 2.77.2, 2023-08-12 +============================================== + +* Bugs fixed: + - #3071 g_test_trap_subprocess and g_test_subprocess broken in 2.77.1 (Jonas + Ådahl) + - !3432 ci: Don’t run pipeline after merging a MR + - !3520 Fix typos + - !3521 GTree: Handle node counter overflow and return it as an unsigned value + - !3523 gspawn, gdataset: Restore nullable callback functions + +* Translation updates: + - Chinese (China) (Luming Zh) + - Galician (Fran Dieguez) + - Indonesian (Kukuh Syafaat) + - Polish (Piotr Drąg) + - Portuguese (Hugo Carvalho) + - Russian (Artur So) + - Spanish (Daniel Mustieles) + - Turkish (Sabri Ünal) + + Overview of changes in GLib 2.77.1, 2023-07-30 ============================================== diff --git a/meson.build b/meson.build index 3773ce9bc..99faf5af4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.77.1', + version : '2.77.2', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 0.60.0', default_options : [