mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Update version numbers for 7.1.0
This commit is contained in:
parent
b65e8562ac
commit
2e4ca7ecf4
@ -1,5 +1,7 @@
|
|||||||
2018-01-14 Jay Berkenbilt <ejb@ql.org>
|
2018-01-14 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 7.1.0: release
|
||||||
|
|
||||||
* Allow raw encryption key to be specified in libary and command
|
* Allow raw encryption key to be specified in libary and command
|
||||||
line with the QPDF::setPasswordIsHexKey method and
|
line with the QPDF::setPasswordIsHexKey method and
|
||||||
--password-is-hex-key option. Allow encryption key to be displayed
|
--password-is-hex-key option. Allow encryption key to be displayed
|
||||||
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl This config.in requires autoconf 2.5 or greater.
|
dnl This config.in requires autoconf 2.5 or greater.
|
||||||
|
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([qpdf],[7.0.0])
|
AC_INIT([qpdf],[7.1.0])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <qpdf/QPDF_Null.hh>
|
#include <qpdf/QPDF_Null.hh>
|
||||||
#include <qpdf/QPDF_Dictionary.hh>
|
#include <qpdf/QPDF_Dictionary.hh>
|
||||||
|
|
||||||
std::string QPDF::qpdf_version = "7.0.0";
|
std::string QPDF::qpdf_version = "7.1.0";
|
||||||
|
|
||||||
static char const* EMPTY_PDF =
|
static char const* EMPTY_PDF =
|
||||||
"%PDF-1.3\n"
|
"%PDF-1.3\n"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
<!ENTITY swversion "7.0.0">
|
<!ENTITY swversion "7.1.0">
|
||||||
<!ENTITY lastreleased "September 15, 2017">
|
<!ENTITY lastreleased "January 14, 2018">
|
||||||
]>
|
]>
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
Loading…
Reference in New Issue
Block a user