aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b18283cd..8ccb689c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-12-22 Jay Berkenbilt <ejb@ql.org>
+ * Allow the syntax "--encrypt --user-password=user-password
+ --owner-password=owner-password --bits={40,128,256}" when
+ encrypting PDF files. This is an alternative to the syntax
+ "--encrypt user-password owner-password {40,128,256}", which will
+ continue to be supported. The new syntax works better with shell
+ completion and allows creation of passwords that start with "-".
+ Fixes #874.
+
* When setting a check box value, allow any value other than /Off
to mean checked. This is permitted by the spec. Previously, any
value other than /Yes or /Off was rejected. Fixes #1056.