summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2023-12-06 18:03:55 +0000
committerPhilip Withnall <pwithnall@gnome.org>2023-12-06 18:03:55 +0000
commit03f7c1fbf3a3784cb4c3604f83ca3645e9225577 (patch)
tree4fa9a4512b8824307bad1c2d4c798ac964d7b648
parent171d65dffab19610c6eeadd66bdb228cd13da309 (diff)
downloadglib-upstream/2.78.3.tar.gz
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-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 : [