mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
2.78.0
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
parent
e1ea1c549a
commit
3c543ef69f
31
NEWS
31
NEWS
@ -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
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@ -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 : [
|
||||||
|
Loading…
Reference in New Issue
Block a user