aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 18:55:24 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 18:55:24 +0200
commit65bf77fa3537724b646880d7dacd34f4e4c8b67e (patch)
tree0c04f289e20aff95da59c6cb07444195e51c3f7a /ChangeLog
parentfe6771e0e520cd2ec55aee4071356542a4ab8cd2 (diff)
downloadqpdf-65bf77fa3537724b646880d7dacd34f4e4c8b67e.tar.zst
more tests of C API
git-svn-id: svn+q:///qpdf/trunk@728 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23354fb6..2d5adb70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-09-27 Jay Berkenbilt <ejb@ql.org>
+
+ * The function QPDF::getUserPassword returned the user password
+ with the required padding as specified by the PDF specification.
+ This is seldom useful to users. This function has been replaced
+ by QPDF::getPaddedUserPassword. Call the new
+ QPDF::getTrimmedUserPassword to retreive the user password in a
+ human-readable format.
+
+ * qpdf/qpdf.cc (main): qpdf --check now prints the PDF version
+ number in addition to its other output.
+
2009-09-26 Jay Berkenbilt <ejb@ql.org>
* Removed all references to QEXC; now using std::runtime_error and