From b4dc0f072aa438f699b029041171b41fbc96cbab Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 6 Sep 2012 15:47:58 -0400 Subject: [PATCH] Prepare 3.0.2 release --- ChangeLog | 2 ++ configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 30 ++++++++++++++++++++++++++++-- qpdf.spec | 2 +- 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce6018dc..fd15bda1 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 1be6400b..20a27a92 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 7756203f..efef3371 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 1e0bb4de..0bdc32cf 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -2381,6 +2381,32 @@ print "\n"; For a detailed list of changes, please see the file ChangeLog in the source distribution. + + + 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 86b1f54e..3f32939a 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