mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
2.2.0
git-svn-id: svn+q:///qpdf/trunk@1016 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
8635f6302c
commit
6b4d231245
@ -1,5 +1,7 @@
|
||||
2010-08-14 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 2.2.0: release
|
||||
|
||||
* Rename README.windows to README-windows.txt and convert its line
|
||||
endings to Windows-style line endings. Also mention Jian Ma's VC6
|
||||
port in the manual and README-windows.txt.
|
||||
|
@ -20,6 +20,9 @@ Release Reminders
|
||||
|
||||
* Update release date in manual/qpdf-manual.xml
|
||||
|
||||
* Check TODO file to make sure all planned items for the release are
|
||||
done or retargeted.
|
||||
|
||||
* Each year, update copyright notices. Just search for Copyright.
|
||||
Last updated: 2010.
|
||||
|
||||
|
11
TODO
11
TODO
@ -1,14 +1,3 @@
|
||||
2.2.0
|
||||
=====
|
||||
|
||||
* shared library version information already bumped for 2.2.rc1;
|
||||
replace 2.2.rc1 with 2.2.0 in manual and update in other places for
|
||||
2.2.0.
|
||||
|
||||
* Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
|
||||
mentioned in the docs.
|
||||
|
||||
|
||||
General
|
||||
=======
|
||||
|
||||
|
@ -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.rc1)
|
||||
AC_INIT(qpdf,2.2.0)
|
||||
|
||||
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.rc1";
|
||||
std::string QPDF::qpdf_version = "2.2.0";
|
||||
|
||||
void
|
||||
QPDF::InputSource::setLastOffset(off_t offset)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "2.2.rc1">
|
||||
<!ENTITY lastreleased "August 8, 2010">
|
||||
<!ENTITY swversion "2.2.0">
|
||||
<!ENTITY lastreleased "August 14, 2010">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2075,7 +2075,7 @@ print "\n";
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>2.2.rc1: August 8, 2010</term>
|
||||
<term>2.2.0: August 14, 2010</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user