From 6fe1e9de400cf3c86233958d5cef0d2e20b09938 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 4 Mar 2018 07:14:36 -0500 Subject: Prepare 8.0.1 release --- ChangeLog | 2 ++ configure.ac | 4 ++-- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 28 ++++++++++++++++++++++++++-- 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc6fd816..e7a32833 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2018-03-04 Jay Berkenbilt + * 8.0.1: release + * On the command line when specifying page ranges, support preceding a page number by "r" to indicate that it should be counted from the end. For example, the range r3-r1 would indicate diff --git a/configure.ac b/configure.ac index 48f269b5..65fecdb3 100644 --- a/configure.ac +++ b/configure.ac @@ -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. AC_PREREQ([2.68]) -AC_INIT([qpdf],[8.0.0]) +AC_INIT([qpdf],[8.0.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) @@ -31,7 +31,7 @@ LT_INIT([win32-dll]) # LT = libtool LT_CURRENT=21 LT_AGE=0 -LT_REVISION=0 +LT_REVISION=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index 5bea2f7a..9e30d6db 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -19,7 +19,7 @@ #include #include -std::string QPDF::qpdf_version = "8.0.0"; +std::string QPDF::qpdf_version = "8.0.1"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index d4c2b0b1..97c7d9e4 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -3062,6 +3062,30 @@ print "\n"; ChangeLog in the source distribution. + + 8.0.1: March 4, 2018 + + + + + Disregard data check errors when uncompressing + streams. This is consistent with + most other PDF readers and allows qpdf to recover data from + another class of malformed PDF files. + + + + + On the command line when specifying page ranges, support + preceding a page number by “r” to indicate that it + should be counted from the end. For example, the range + r3-r1 would indicate the last three pages + of a document. + + + + + 8.0.0: February 25, 2018 -- cgit v1.2.3-54-g00ecf