From 65bf77fa3537724b646880d7dacd34f4e4c8b67e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Sep 2009 16:55:24 +0000 Subject: more tests of C API git-svn-id: svn+q:///qpdf/trunk@728 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23354fb6..2d5adb70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-09-27 Jay Berkenbilt + + * 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 * Removed all references to QEXC; now using std::runtime_error and -- cgit v1.2.3-54-g00ecf