From 1d1d21d3fee33b7e82da11c6e352c8d84ed4b2db Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 11 Aug 2011 15:34:41 -0400 Subject: [PATCH] ready for 2.3.0 release --- ChangeLog | 6 ++++++ configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- libqpdf/build.mk | 2 +- manual/qpdf-manual.xml | 4 ++-- qpdf.spec | 2 +- 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 + * 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 #include -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 @@ - - + + ]> 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