summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-09-08 14:42:18 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2023-09-08 14:42:18 +0100
commit3c543ef69ffab7c78e29eaf383e7fe2c7df6cd49 (patch)
tree7f1dd5e621165dba3cc791f54d1622290a57d48b
parente1ea1c549ac07b7c274f0b3f6289340c1424b584 (diff)
2.78.02.78.0
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--NEWS31
-rw-r--r--meson.build2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b23f19c3e..9c3795ddd 100644
--- a/NEWS
+++ b/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
==============================================
diff --git a/meson.build b/meson.build
index 470e7d9e8..25ae10fc2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
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
meson_version : '>= 0.60.0',
default_options : [