mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
2.2.4
git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
37566259ee
commit
9de1f4826b
@ -1,5 +1,7 @@
|
||||
2011-06-25 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 2.2.4: release
|
||||
|
||||
* Update config.guess, config.sub, and libtool files
|
||||
|
||||
2011-06-23 Jay Berkenbilt <ejb@ql.org>
|
||||
|
13
TODO
13
TODO
@ -1,20 +1,11 @@
|
||||
Next
|
||||
====
|
||||
|
||||
* Consider adding an option to configure.ac to strip binaries and
|
||||
executables instead of just turning it off.
|
||||
|
||||
* Debian package: think about whether to make debug libraries and
|
||||
whether required DEB_BUILT_OPTIONS are supported.
|
||||
General
|
||||
=======
|
||||
|
||||
* Look for %PDF header somewhere within the first 1024 bytes of the
|
||||
file. Also accept headers of the form "%!PS−Adobe−N.n PDF−M.m".
|
||||
See Implementation notes 13 and 14 in appendix H of the PDF 1.7
|
||||
specification. This is bug 3267974.
|
||||
|
||||
General
|
||||
=======
|
||||
|
||||
* Update qpdf docs about non-ascii passwords. See thread from
|
||||
2010-12-07,08 for details.
|
||||
|
||||
|
@ -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.3)
|
||||
AC_INIT(qpdf,2.2.4)
|
||||
|
||||
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.3";
|
||||
std::string QPDF::qpdf_version = "2.2.4";
|
||||
|
||||
void
|
||||
QPDF::InputSource::setLastOffset(off_t offset)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "2.2.3">
|
||||
<!ENTITY lastreleased "April 30, 2011">
|
||||
<!ENTITY swversion "2.2.4">
|
||||
<!ENTITY lastreleased "June 25, 2011">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2074,6 +2074,19 @@ print "\n";
|
||||
<filename>ChangeLog</filename> in the source distribution.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>2.2.4: June 25, 2011</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Fix installation and compilation issues; no functionality
|
||||
changes.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>2.2.3: April 30, 2011</term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user