Commit f02c5f5e12b9e35974dfb4450264d7eb29c8f7b1

Authored by Jay Berkenbilt
1 parent 403bb68d

Final preparation for 4.1.0 release

ChangeLog
  1 +2013-04-14 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 4.1.0: release
  4 +
1 2013-03-25 Jay Berkenbilt <ejb@ql.org> 5 2013-03-25 Jay Berkenbilt <ejb@ql.org>
2 6
3 * manual/qpdf-manual.xml: Document the casting policy that is 7 * manual/qpdf-manual.xml: Document the casting policy that is
README.maintainer
@@ -104,7 +104,7 @@ Release Reminders @@ -104,7 +104,7 @@ Release Reminders
104 * Create a tag in the version control system, and make backups of the 104 * Create a tag in the version control system, and make backups of the
105 actual releases. With git, use git tag -s to create a signed tag: 105 actual releases. With git, use git tag -s to create a signed tag:
106 106
107 - git tag -s release-qpdf-$version HEAD -m'qpdf $version' 107 + git tag -s release-qpdf-$version HEAD -m"qpdf $version"
108 108
109 * When releasing on sourceforge, external-libs distributions go in 109 * When releasing on sourceforge, external-libs distributions go in
110 external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv. 110 external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv.
1 -4.1.0  
2 -=====  
3 -  
4 - * New public interfaces have been added.  
5 -  
6 -  
7 4.2.0 1 4.2.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.0.1]) 5 +AC_INIT([qpdf],[4.1.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.a0"; 22 +std::string QPDF::qpdf_version = "4.1.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
@@ -93,4 +93,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c @@ -93,4 +93,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
93 # * Otherwise, increment REVISION 93 # * Otherwise, increment REVISION
94 94
95 $(TARGETS_libqpdf): $(OBJS_libqpdf) 95 $(TARGETS_libqpdf): $(OBJS_libqpdf)
96 - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),10,1,0) 96 + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),11,0,1)