Prepare 4.2.0 release

This commit is contained in:
Jay Berkenbilt 2013-07-07 18:57:56 -04:00
parent 8bbefaf982
commit f31e526d67
5 changed files with 5 additions and 9 deletions

View File

@ -1,5 +1,7 @@
2013-07-07 Jay Berkenbilt <ejb@ql.org>
* 4.2.0: release
* Ignore error case of a stream's decode parameters having invalid
length when there are no stream filters.

6
TODO
View File

@ -1,9 +1,3 @@
4.2.0
=====
* New interfaces have been added.
4.3.0
=====

View File

@ -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],[4.1.0])
AC_INIT([qpdf],[4.2.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "4.1.0";
std::string QPDF::qpdf_version = "4.2.0";
static char const* EMPTY_PDF =
"%PDF-1.3\n"

View File

@ -94,4 +94,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),11,0,1)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),12,0,2)