summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--TODO8
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--libqpdf/build.mk2
-rw-r--r--manual/qpdf-manual.xml35
-rw-r--r--qpdf.spec2
7 files changed, 39 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 71beec36..5afb6871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-08-11 Jay Berkenbilt <ejb@ql.org>
+ * 3.0.1: release
+
* Bug fix: let EOF terminate a literal token as well as
whitespace or comments.
diff --git a/TODO b/TODO
index 53f00a0e..ff3ecc83 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,3 @@
-Next
-====
-
- * Update release notes for 3.0.0 to mention pkg-config support. Also
- mention in latest release notes including that it was inadvertently
- left out of the release notes for 3.0.0.
-
-
General
=======
diff --git a/configure.ac b/configure.ac
index 71daedff..1be6400b 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.0])
+AC_INIT([qpdf],[3.0.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index ded256bf..7756203f 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.0";
+std::string QPDF::qpdf_version = "3.0.1";
static char const* EMPTY_PDF =
"%PDF-1.3\n"
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 93b6d17d..7f828d41 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -80,4 +80,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,1,0)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),8,2,0)
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index ba2ba787..1e0bb4de 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.0">
-<!ENTITY lastreleased "August 2, 2012">
+<!ENTITY swversion "3.0.1">
+<!ENTITY lastreleased "August 11, 2012">
]>
<book>
<bookinfo>
@@ -2383,6 +2383,31 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>3.0.1: August 11, 2012</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Version 3.0.0 included addition of files for
+ <command>pkg-config</command>, but this was not mentioned in
+ the release notes. The release notes for 3.0.0 were updated
+ to mention this.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: if an object stream ended with a scalar object not
+ followed by space, qpdf would incorrectly report that it
+ encountered a premature EOF. This bug has been in qpdf since
+ version&nbsp;2.0.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <variablelist>
+ <varlistentry>
<term>3.0.0: August 2, 2012</term>
<listitem>
<itemizedlist>
@@ -2501,6 +2526,12 @@ print "\n";
</listitem>
<listitem>
<para>
+ The file <filename>libqpdf.pc</filename> is now installed to
+ support <command>pkg-config</command>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Image comparison tests are off by default now since they are
not needed to verify a correct build or port of qpdf. They
are needed only when changing the actual PDF output generated
diff --git a/qpdf.spec b/qpdf.spec
index 5e093962..86b1f54e 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.0
+Version: 3.0.1
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries