mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
update version numbers
git-svn-id: svn+q:///qpdf/trunk@1004 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
c9e5fe6f43
commit
1ff024fafc
@ -1,3 +1,7 @@
|
|||||||
|
2010-08-08 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 2.2.rc1: release
|
||||||
|
|
||||||
2010-08-05 Jay Berkenbilt <ejb@ql.org>
|
2010-08-05 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
* Add QPDFObjectHandle::addPageContents, a convenience routine for
|
* Add QPDFObjectHandle::addPageContents, a convenience routine for
|
||||||
|
5
TODO
5
TODO
@ -1,14 +1,11 @@
|
|||||||
2.2.0
|
2.2.0
|
||||||
=====
|
=====
|
||||||
|
|
||||||
* shared library version information already bumped for 2.2.0.rc1
|
* shared library version information already bumped for 2.2.rc1
|
||||||
|
|
||||||
* Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
|
* Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
|
||||||
mentioned in the docs.
|
mentioned in the docs.
|
||||||
|
|
||||||
* Finish maintainer checklist. Some release notes items have been
|
|
||||||
updated.
|
|
||||||
|
|
||||||
* Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
|
* Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
|
||||||
in August, 2009. He seems to like to send encrypted mail (key
|
in August, 2009. He seems to like to send encrypted mail (key
|
||||||
01FCC336). Tell him about newStream, replaceStreamData, and the
|
01FCC336). Tell him about newStream, replaceStreamData, and the
|
||||||
|
@ -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.1.5)
|
AC_INIT(qpdf,2.2.rc1)
|
||||||
|
|
||||||
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.1.5";
|
std::string QPDF::qpdf_version = "2.2.rc1";
|
||||||
|
|
||||||
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.1.5">
|
<!ENTITY swversion "2.2.rc1">
|
||||||
<!ENTITY lastreleased "April 25, 2010">
|
<!ENTITY lastreleased "August 8, 2010">
|
||||||
]>
|
]>
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
@ -2072,7 +2072,7 @@ print "\n";
|
|||||||
</para>
|
</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>2.2.0.rc1: XXX, 2010</term>
|
<term>2.2.rc1: August 8, 2010</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<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.1.5
|
Version: 2.2.rc1
|
||||||
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