summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2024-01-21 19:48:20 +0000
committerPhilip Withnall <pwithnall@gnome.org>2024-01-21 19:48:20 +0000
commit00edb7f7453a43cff343f9e99d49f2e421e4345c (patch)
treeb7b55066e75b87fac51cc99c850809b67e9c55c9
parente93fd4cfc39167cf0ceb9c531238d9800d3d9edb (diff)
downloadglib-upstream/2.78.4.tar.gz
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7dc7924a5..a6202af40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in GLib 2.78.4, 2024-01-21
+==============================================
+
+* Bugs fixed:
+ - !3754 Backport !3751 “Fix generated RST anchors for methods, signals and
+ properties” to glib-2-78
+ - !3756 docs/reference: depend on a native gtk-doc
+ - !3759 Backport !3753 “gobject_gdb.py: Do not break bt on optimized build” to
+ glib-2-78
+ - !3766 Backport !3750 “gregex: clean up usage of _GRegex.jit_status” to
+ glib-2-78
+
+
Overview of changes in GLib 2.78.3, 2023-12-06
==============================================
diff --git a/meson.build b/meson.build
index f7e936e94..813c9b77c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c',
- version : '2.78.3',
+ version : '2.78.4',
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
meson_version : '>= 0.60.0',
default_options : [