aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-07 19:46:00 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-07 19:46:45 +0200
commitf9cf79706d723c1bed6f8e8c8edfdfcfb5b99657 (patch)
tree1b90cf53d4740e3c1e2c12d23557f45865112218 /manual
parente5cdeff4bc704cd29f499f46d9bf0e5b0bf9c11c (diff)
downloadqpdf-f9cf79706d723c1bed6f8e8c8edfdfcfb5b99657.tar.zst
Bump version to 11.6.2 and update release notes
Diffstat (limited to 'manual')
-rw-r--r--manual/conf.py2
-rw-r--r--manual/release-notes.rst15
2 files changed, 16 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index ed9287d0..d6dd1f3f 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF'
copyright = '2005-2023, Jay Berkenbilt'
author = 'Jay Berkenbilt'
# make_dist and the CI build lexically find the release version from this file.
-release = '11.6.1'
+release = '11.6.2'
version = release
extensions = [
'sphinx_rtd_theme',
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index c07472e4..679e7f9c 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -35,6 +35,21 @@ Planned changes for future 12.x (subject to change):
.. x.y.z: not yet released
+11.6.2: not yet released
+ - Bug fixes:
+
+ - Fix a very old bug that could cause qpdf to call an internal
+ ``finish`` function twice on certain stream decoding errors.
+ With certain incorrect input files, this could cause qpdf to
+ call gnutls or openssl 1 in a way that could cause them to
+ crash.
+
+ - Development changes:
+
+ - Control some ``.idea`` files for JetBrains CLion. We will be
+ iterating on making it easier to work with qpdf in CLion in
+ coming releases.
+
11.6.1: September 5, 2023
- Bug fixes: