aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-24 13:12:32 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-24 13:36:07 +0100
commit4ca185fd96dfd3c7a8d89d3afd8093a26acf178b (patch)
treea50f15d2e151cd9f5b18bae2dc5405f650795186 /ChangeLog
parent2f37633b923e0294acd894454a95d2a9ee1d36a9 (diff)
downloadqpdf-4ca185fd96dfd3c7a8d89d3afd8093a26acf178b.tar.zst
Remove --disable-signatures; incorporate into --remove-restrictions
Rather than adding yet another flag that is almost never useful on its own, just have --remove-restrictions disable digital signatures. The operations are still separate in the API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ba73dd..1b11bf87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,10 @@
official installers will offer to modify PATH when installing
qpdf. Fixes #1054.
- * Add QPDFAcroFormDocumentHelper::disableDigitalSignatures and the
- --disable-signatures command-line argument. This disables any
- digital signature fields, leaving their visual representations
- intact.
+ * Add QPDFAcroFormDocumentHelper::disableDigitalSignatures, which
+ disables any digital signature fields, leaving their visual
+ representations intact. The --remove-restrictions command-line
+ argument now calls this. Fixes #1015.
2023-12-22 Jay Berkenbilt <ejb@ql.org>