ready for 2.3.0 release

This commit is contained in:
Jay Berkenbilt 2011-08-11 15:34:41 -04:00
parent 788f6f7769
commit 1d1d21d3fe
6 changed files with 12 additions and 6 deletions

View File

@ -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.

View File

@ -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])

View File

@ -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)

View File

@ -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)

View File

@ -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>

View File

@ -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