Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
Philip Withnall 2023-09-08 14:42:18 +01:00
parent e1ea1c549a
commit 3c543ef69f
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 32 additions and 1 deletions

31
NEWS
View File

@ -1,3 +1,34 @@
Overview of changes in GLib 2.78.0, 2023-09-08
==============================================
* Bugs fixed:
- #3095 Error handling of invalid GKeyFile string escape sequences changed in
GLib 2.77.3 (Philip Withnall)
- !3559 gdb: Workaround optimized out quark_seq_id
- !3561 meson: fix `gnetworking.h` install tag
- !3562 gthread: Annotate g_thread_exit() with G_NORETURN
- !3564 Fix gutils-user-database unit test
* Translation updates:
- Basque (Asier Sarasua Garmendia)
- Czech (Vojtěch Perník)
- Danish (Alan Mortensen)
- English (United Kingdom) (Bruce Cowan)
- Galician (Fran Dieguez)
- Georgian (Ekaterine Papava)
- German (Philipp Kiemle, Jürgen Benvenuti)
- Hebrew (Yosef Or Boczko)
- Hungarian (Balázs Úr)
- Indonesian (Andika Triwidada)
- Korean (Changwoo Ryu)
- Lithuanian (Aurimas Černius)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Swedish (Anders Jonsson)
- Turkish (Emin Tufan Çetin)
- Ukrainian (Yuri Chornoivan)
Overview of changes in GLib 2.77.3, 2023-08-31 Overview of changes in GLib 2.77.3, 2023-08-31
============================================== ==============================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', project('glib', 'c',
version : '2.77.3', version : '2.78.0',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0', meson_version : '>= 0.60.0',
default_options : [ default_options : [