summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-04-14 20:39:59 +0200
committerJay Berkenbilt <ejb@ql.org>2013-04-14 21:03:51 +0200
commitf02c5f5e12b9e35974dfb4450264d7eb29c8f7b1 (patch)
tree655921ad66d02526763a92dc59e2f3abb93aabcb
parent403bb68d33b8bd5b0e8269bd1717f9d6fe6fea0b (diff)
downloadqpdf-f02c5f5e12b9e35974dfb4450264d7eb29c8f7b1.tar.zst
Final preparation for 4.1.0 releaserelease-qpdf-4.1.0
-rw-r--r--ChangeLog4
-rw-r--r--README.maintainer2
-rw-r--r--TODO6
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--libqpdf/build.mk2
6 files changed, 8 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 36f7f051..b0dda0de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-14 Jay Berkenbilt <ejb@ql.org>
+
+ * 4.1.0: release
+
2013-03-25 Jay Berkenbilt <ejb@ql.org>
* manual/qpdf-manual.xml: Document the casting policy that is
diff --git a/README.maintainer b/README.maintainer
index e61c91f0..dde9d319 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -104,7 +104,7 @@ Release Reminders
* Create a tag in the version control system, and make backups of the
actual releases. With git, use git tag -s to create a signed tag:
- git tag -s release-qpdf-$version HEAD -m'qpdf $version'
+ git tag -s release-qpdf-$version HEAD -m"qpdf $version"
* When releasing on sourceforge, external-libs distributions go in
external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv.
diff --git a/TODO b/TODO
index 89fdcc31..4b7c3134 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,3 @@
-4.1.0
-=====
-
- * New public interfaces have been added.
-
-
4.2.0
=====
diff --git a/configure.ac b/configure.ac
index 06a9e207..5a2483b0 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],[4.0.1])
+AC_INIT([qpdf],[4.1.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index d6f86625..3458d6cc 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-std::string QPDF::qpdf_version = "4.1.a0";
+std::string QPDF::qpdf_version = "4.1.0";
static char const* EMPTY_PDF =
"%PDF-1.3\n"
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 16342b9f..78153c4a 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -93,4 +93,4 @@ $(COBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.c
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),10,1,0)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),11,0,1)