Commit 94e55394ed388162c323115df3c9120ed8ce8c86

Authored by Jay Berkenbilt
1 parent 2d0cc34f

Prepare 5.1.3 release

ChangeLog
1 2015-05-24 Jay Berkenbilt <ejb@ql.org> 1 2015-05-24 Jay Berkenbilt <ejb@ql.org>
2 2
  3 + * 5.1.3: release
  4 +
3 * Bug fix: fix-qdf was not handling object streams with more than 5 * Bug fix: fix-qdf was not handling object streams with more than
4 255 objects in them. 6 255 objects in them.
5 7
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],[5.1.2]) 5 +AC_INIT([qpdf],[5.1.3])
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
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 #include <qpdf/QPDF_Null.hh> 20 #include <qpdf/QPDF_Null.hh>
21 #include <qpdf/QPDF_Dictionary.hh> 21 #include <qpdf/QPDF_Dictionary.hh>
22 22
23 -std::string QPDF::qpdf_version = "5.1.2"; 23 +std::string QPDF::qpdf_version = "5.1.3";
24 24
25 static char const* EMPTY_PDF = 25 static char const* EMPTY_PDF =
26 "%PDF-1.3\n" 26 "%PDF-1.3\n"
libqpdf/build.mk
@@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c @@ -96,4 +96,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
96 # * Otherwise, increment REVISION 96 # * Otherwise, increment REVISION
97 97
98 $(TARGETS_libqpdf): $(OBJS_libqpdf) 98 $(TARGETS_libqpdf): $(OBJS_libqpdf)
99 - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),14,2,1) 99 + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),15,0,2)