summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-02-14 17:28:07 +0000
committerSimon McVittie <smcv@debian.org>2021-02-14 17:28:07 +0000
commit6d038ae414fde8a55f9b9ce965bb7ced7e4a80a9 (patch)
treece6f5aa96a35f31f963ee354f758f370c702b541
parent112e2bcfbb29c9e6af204190c68697f5a9e45cce (diff)
Release to experimentaldebian/2.67.3+git20210214-1
-rw-r--r--debian/changelog23
1 files changed, 19 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ef3926486..55a5bc465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,24 @@
-glib2.0 (2.67.3+git20210214-1) UNRELEASED; urgency=medium
+glib2.0 (2.67.3+git20210214-1) experimental; urgency=medium
* d/changelog: Add bug reference for GHSL-2021-045 to previous entry
- * New upstream git snapshot
-
- -- Simon McVittie <smcv@debian.org> Sun, 14 Feb 2021 13:10:47 +0000
+ * New upstream git snapshot; among other changes:
+ - Fix regressions caused by the GHSL-2021-045 fixes in 2.67.3
+ - Warn and fail on integer overflow in g_byte_array_new_take()
+ for arrays larger than G_MAXUINT
+ (Closes: #982779; similar to GHSL-2021-045)
+ * d/libglib2.0-0.symbols: Add g_string_replace()
+ * Refresh patch series
+ * d/rules, d/tests: Generate various locales mentioned in the tests
+ * Mark dbus as <!nocheck> <!noinsttest>.
+ Several of the installed-tests won't be built unless dbus-daemon is
+ available, so <!nocheck> is insufficient.
+ * Move test-dependencies to Build-Depends-Arch.
+ We don't run the majority of the tests when we're only building the
+ documentation.
+ * Remove an unused Lintian override
+ * Add more Lintian overrides for test data
+
+ -- Simon McVittie <smcv@debian.org> Sun, 14 Feb 2021 17:27:54 +0000
glib2.0 (2.67.3-1) experimental; urgency=medium