aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-06 17:18:56 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-06 18:45:12 +0200
commit94c79bb8f65e2a13c7bbe03437d2c8354068acb6 (patch)
tree37c0f320bab812ae292899fc1556f9f292b8ecef /manual
parent7e07897106e0b0bb4d723d4fb5660a24fcc7a148 (diff)
downloadqpdf-94c79bb8f65e2a13c7bbe03437d2c8354068acb6.tar.zst
Support --show-encryption without a valid password (fixes #598)
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 8a783a87..60e90e12 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -85,6 +85,11 @@ For a detailed list of changes, please see the file
- CLI: breaking changes
+ - The :qpdf:ref:`--show-encryption` flag now provides encryption
+ information even if a correct password is not supplied. If you
+ were relying on its not working in this case, see
+ :qpdf:ref:`--requires-password` for a reliable test.
+
- The default json output version when :qpdf:ref:`--json` is
specified has been changed from ``1`` to ``latest``, which is
now ``2``.