mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-30 18:38:52 +00:00
2.2.1
git-svn-id: svn+q:///qpdf/trunk@1037 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
48b2b57257
commit
df1fa5291c
@ -1,5 +1,7 @@
|
||||
2010-10-01 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 2.2.1: release
|
||||
|
||||
* include/qpdf/QPDF.hh: Add setOutputStreams method to allow
|
||||
redirection of library-generated output/error to alternative
|
||||
streams.
|
||||
|
@ -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.2.0)
|
||||
AC_INIT(qpdf,2.2.1)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "2.2.0";
|
||||
std::string QPDF::qpdf_version = "2.2.1";
|
||||
|
||||
void
|
||||
QPDF::InputSource::setLastOffset(off_t offset)
|
||||
|
@ -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),4,0,1)
|
||||
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),5,0,2)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "2.2.0">
|
||||
<!ENTITY lastreleased "August 14, 2010">
|
||||
<!ENTITY swversion "2.2.1">
|
||||
<!ENTITY lastreleased "October 1, 2010">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2075,7 +2075,7 @@ print "\n";
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>2.2.1: XXX</term>
|
||||
<term>2.2.1: October 1, 2010</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user