summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 380fb503c..7dc7924a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in GLib 2.78.3, 2023-12-06
+==============================================
+
+* Fix a crash-causing regression in xdgmime (#3191, work by Philip Withnall)
+
+* Bugs fixed:
+ - #3191 Crash in __gio_xdg_cache_mime_type_subclass (Philip Withnall)
+ - !3747 Backport !3742 “xdgmime: Update to upstream commit c2c814d4051f232” to
+ glib-2-78
+
+
Overview of changes in GLib 2.78.2, 2023-12-05
==============================================
diff --git a/meson.build b/meson.build
index 9878d2d72..f7e936e94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.78.2',
+ version : '2.78.3',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [