Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
Philip Withnall 2023-08-12 23:38:03 +01:00
parent 400a335fe2
commit 1e8d310e6e
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@ -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: Dont 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
==============================================

View File

@ -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 : [