From f9cf79706d723c1bed6f8e8c8edfdfcfb5b99657 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 7 Oct 2023 13:46:00 -0400 Subject: Bump version to 11.6.2 and update release notes --- manual/conf.py | 2 +- manual/release-notes.rst | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'manual') 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: -- cgit v1.2.3-54-g00ecf