diff --git a/ChangeLog b/ChangeLog index ce6018d..fd15bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-09-06 Jay Berkenbilt + * 3.0.2: release + * Add new method QPDFWriter::setExtraHeaderText to add extra text, such as application-specific comments, to near the beginning of a PDF file. For linearized files, this appears after the diff --git a/configure.ac b/configure.ac index 1be6400..20a27a9 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],[3.0.1]) +AC_INIT([qpdf],[3.0.2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index 7756203..efef337 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -18,7 +18,7 @@ #include #include -std::string QPDF::qpdf_version = "3.0.1"; +std::string QPDF::qpdf_version = "3.0.2"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 1e0bb4d..0bdc32c 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -2383,6 +2383,32 @@ print "\n"; + 3.0.2: September 6, 2012 + + + + + Bug fix: QPDFWriter::setOutputMemory did + not work when not used with + QPDFWriter::setStaticID, which made it + pretty much useless. This has been fixed. + + + + + New API call + QPDFWriter::setExtraHeaderText inserts + additional text near the header of the PDF file. The intended + use case is to insert comments that may be consumed by a + downstream application, though other use cases may exist. + + + + + + + + 3.0.1: August 11, 2012 diff --git a/qpdf.spec b/qpdf.spec index 86b1f54..3f32939 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,6 +1,6 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries