Commit f31e526d67aa0399ae8d03ce5a7d5b325fce6f47

Authored by Jay Berkenbilt
1 parent 8bbefaf9

Prepare 4.2.0 release

ChangeLog
1 2013-07-07 Jay Berkenbilt <ejb@ql.org> 1 2013-07-07 Jay Berkenbilt <ejb@ql.org>
2 2
  3 + * 4.2.0: release
  4 +
3 * Ignore error case of a stream's decode parameters having invalid 5 * Ignore error case of a stream's decode parameters having invalid
4 length when there are no stream filters. 6 length when there are no stream filters.
5 7
1 -4.2.0  
2 -=====  
3 -  
4 - * New interfaces have been added.  
5 -  
6 -  
7 4.3.0 1 4.3.0
8 ===== 2 =====
9 3
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ([2.68]) 4 AC_PREREQ([2.68])
5 -AC_INIT([qpdf],[4.1.0]) 5 +AC_INIT([qpdf],[4.2.0])
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
libqpdf/QPDF.cc
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 #include <qpdf/QPDF_Null.hh> 19 #include <qpdf/QPDF_Null.hh>
20 #include <qpdf/QPDF_Dictionary.hh> 20 #include <qpdf/QPDF_Dictionary.hh>
21 21
22 -std::string QPDF::qpdf_version = "4.1.0"; 22 +std::string QPDF::qpdf_version = "4.2.0";
23 23
24 static char const* EMPTY_PDF = 24 static char const* EMPTY_PDF =
25 "%PDF-1.3\n" 25 "%PDF-1.3\n"
libqpdf/build.mk
@@ -94,4 +94,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c @@ -94,4 +94,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
94 # * Otherwise, increment REVISION 94 # * Otherwise, increment REVISION
95 95
96 $(TARGETS_libqpdf): $(OBJS_libqpdf) 96 $(TARGETS_libqpdf): $(OBJS_libqpdf)
97 - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),11,0,1) 97 + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),12,0,2)