summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-08-12 23:38:03 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2023-08-12 23:38:03 +0100
commit1e8d310e6eeeb68d71b19617459ea173dd7dd99a (patch)
treebf2d4c585a99b2ec98426b91326c343b11ef4625
parent400a335fe2759499eee2c026686997e82f865205 (diff)
2.77.22.77.2
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
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 : [