summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 21:34:41 +0200
commit1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db (patch)
tree79b1be8b24c4874dc3f12bbf0863269b415f9d2e
parent788f6f7769c9f0b4b439079d87bbc180860fa14c (diff)
downloadqpdf-1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db.tar.zst
ready for 2.3.0 release
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--libqpdf/build.mk2
-rw-r--r--manual/qpdf-manual.xml4
-rw-r--r--qpdf.spec2
6 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 77447a38..4108cf8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-08-11 Jay Berkenbilt <ejb@ql.org>
+ * 2.3.0: release
+
+ * include/qpdf/qpdf-c.h ("C"): add new methods
+ qpdf_init_write_memory, qpdf_get_buffer_length, and
+ qpdf_get_buffer to support writing to memory from the C API.
+
* include/qpdf/qpdf-c.h ("C"): add new methods qpdf_get_info_key
and qpdf_set_info_key for manipulating text fields of the /Info
dictionary.
diff --git a/configure.ac b/configure.ac
index 4a483a08..c6a22430 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.60)
-AC_INIT(qpdf,2.3.a1)
+AC_INIT(qpdf,2.3.0)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index d161aebc..ccbbdd17 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -15,7 +15,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
-std::string QPDF::qpdf_version = "2.3.a1";
+std::string QPDF::qpdf_version = "2.3.0";
void
QPDF::InputSource::setLastOffset(off_t offset)
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index fad3691d..2fa2cc26 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
- $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),6,1,3)
+ $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),7,0,4)
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 72e98f5c..c083b7b4 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "2.3.a1">
-<!ENTITY lastreleased "August 10, 2011">
+<!ENTITY swversion "2.3.0">
+<!ENTITY lastreleased "August 11, 2011">
]>
<book>
<bookinfo>
diff --git a/qpdf.spec b/qpdf.spec
index 983c6770..2aa1b3e4 100644
--- a/qpdf.spec
+++ b/qpdf.spec
@@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files
Name: qpdf
-Version: 2.3.a1
+Version: 2.3.0
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries