summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-03-20 15:36:37 +0000
committerSimon McVittie <smcv@debian.org>2021-03-20 15:36:37 +0000
commit1d1ba110b2bd1e46218528c33be244b82cabbe32 (patch)
tree7211874f2901343b5f2c00835b733f6cf127d16d
parent20bb8634299bb7a4253300f12fe97786091ad003 (diff)
Release to unstabledebian/2.66.8-1
-rw-r--r--debian/changelog15
1 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0817ac05d..80c0657ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-glib2.0 (2.66.8-1) UNRELEASED; urgency=medium
+glib2.0 (2.66.8-1) unstable; urgency=medium
* d/watch: Only watch for 2.66.x versions.
2.68.0 has been released but will not be in bullseye.
@@ -6,8 +6,17 @@ glib2.0 (2.66.8-1) UNRELEASED; urgency=medium
- Functionally equivalent to 2.66.7-2, except for the version number
and a change to Windows-specific code that is not used in Debian
* Drop patches that were included in the new upstream release
-
- -- Simon McVittie <smcv@debian.org> Sat, 20 Mar 2021 15:27:01 +0000
+ * d/p/glocalfileoutputstream-Tidy-up-error-handling.patch:
+ Add patch from upstream to clean up error handling.
+ After the fix for #984969, this function could end up calling close(-1),
+ which is harmless but gets flagged as an error by static analysis and
+ by error-checking instrumentation. Fixing this will prevent it from
+ obscuring real errors.
+ * Add CVE references in recent changelog entries.
+ CVE IDs for the vulnerabilities were not available at the time they were
+ fixed, but now they are.
+
+ -- Simon McVittie <smcv@debian.org> Sat, 20 Mar 2021 15:35:19 +0000
glib2.0 (2.66.7-2) unstable; urgency=medium