summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-09-06 21:47:58 +0200
committerJay Berkenbilt <ejb@ql.org>2012-09-06 21:47:58 +0200
commitb4dc0f072aa438f699b029041171b41fbc96cbab (patch)
tree76d6970b9d0f09c526753ce5ab5200aabea1addc
parent7e4a079674b91d273d15cdbaa10b0fce65916368 (diff)
downloadqpdf-b4dc0f072aa438f699b029041171b41fbc96cbab.tar.zst
Prepare 3.0.2 releaserelease-qpdf-3.0.2
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--manual/qpdf-manual.xml30
-rw-r--r--qpdf.spec2
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 <ejb@ql.org>
+ * 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 <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-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 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "3.0.1">
-<!ENTITY lastreleased "August 11, 2012">
+<!ENTITY swversion "3.0.2">
+<!ENTITY lastreleased "September 6, 2012">
]>
<book>
<bookinfo>
@@ -2383,6 +2383,32 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>3.0.2: September 6, 2012</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug fix: <function>QPDFWriter::setOutputMemory</function> did
+ not work when not used with
+ <function>QPDFWriter::setStaticID</function>, which made it
+ pretty much useless. This has been fixed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New API call
+ <function>QPDFWriter::setExtraHeaderText</function> 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.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist>
+ <varlistentry>
<term>3.0.1: August 11, 2012</term>
<listitem>
<itemizedlist>
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