mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +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>
|
2011-06-25 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 2.2.4: release
|
||||||
|
|
||||||
* Update config.guess, config.sub, and libtool files
|
* Update config.guess, config.sub, and libtool files
|
||||||
|
|
||||||
2011-06-23 Jay Berkenbilt <ejb@ql.org>
|
2011-06-23 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
13
TODO
13
TODO
@ -1,20 +1,11 @@
|
|||||||
Next
|
General
|
||||||
====
|
=======
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
* Look for %PDF header somewhere within the first 1024 bytes of the
|
* 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".
|
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
|
See Implementation notes 13 and 14 in appendix H of the PDF 1.7
|
||||||
specification. This is bug 3267974.
|
specification. This is bug 3267974.
|
||||||
|
|
||||||
General
|
|
||||||
=======
|
|
||||||
|
|
||||||
* Update qpdf docs about non-ascii passwords. See thread from
|
* Update qpdf docs about non-ascii passwords. See thread from
|
||||||
2010-12-07,08 for details.
|
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.
|
dnl This config.in requires autoconf 2.5 or greater.
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(qpdf,2.2.3)
|
AC_INIT(qpdf,2.2.4)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <qpdf/QPDF_Null.hh>
|
#include <qpdf/QPDF_Null.hh>
|
||||||
#include <qpdf/QPDF_Dictionary.hh>
|
#include <qpdf/QPDF_Dictionary.hh>
|
||||||
|
|
||||||
std::string QPDF::qpdf_version = "2.2.3";
|
std::string QPDF::qpdf_version = "2.2.4";
|
||||||
|
|
||||||
void
|
void
|
||||||
QPDF::InputSource::setLastOffset(off_t offset)
|
QPDF::InputSource::setLastOffset(off_t offset)
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
<!ENTITY swversion "2.2.3">
|
<!ENTITY swversion "2.2.4">
|
||||||
<!ENTITY lastreleased "April 30, 2011">
|
<!ENTITY lastreleased "June 25, 2011">
|
||||||
]>
|
]>
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
@ -2074,6 +2074,19 @@ print "\n";
|
|||||||
<filename>ChangeLog</filename> in the source distribution.
|
<filename>ChangeLog</filename> in the source distribution.
|
||||||
</para>
|
</para>
|
||||||
<variablelist>
|
<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>
|
<varlistentry>
|
||||||
<term>2.2.3: April 30, 2011</term>
|
<term>2.2.3: April 30, 2011</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Command-line tools and library for transforming PDF files
|
Summary: Command-line tools and library for transforming PDF files
|
||||||
Name: qpdf
|
Name: qpdf
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user