summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-10 19:55:29 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-10 19:55:29 +0100
commit8249f624ed0095db008ee74afb7665afd25613be (patch)
treec9bbfdf62c0276e4189270fa023f964c4338085d
parentb2c7013fbc4b2d9421216e28f9c1b7b4657faa6f (diff)
2.68.32.68.3
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a448a73f..e439899b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in GLib 2.68.3
+==================================
+
+* Bugs fixed:
+ - #2311 testfilemonitor test leaks ip_watched_file_t struct
+ - #2417 GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink
+ - !2133 Backport !2128 “inotify: Fix a memory leak” to glib-2-68
+ - !2137 Backport !2136 “tlscertificate: Avoid possible invalid read” to glib-2-68
+ - !2141 Backport !2138 “glocalfileoutputstream: Fix ETag check when replacing through a symlink” to glib-2-68
+
+
Overview of changes in GLib 2.68.2
==================================
diff --git a/meson.build b/meson.build
index 522dadf40..e2eba1871 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.68.2',
+ version : '2.68.3',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [