2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

Prepare 6.0.0 release

This commit is contained in:
Jay Berkenbilt 2015-11-10 12:48:52 -05:00
parent 1f4a67912c
commit b7302a9b72
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2015-11-10 Jay Berkenbilt <ejb@ql.org>
* 6.0.0: release
* No changes from 5.2.0. The 5.2.0 release broke binary
compatibility and was withdrawn.
2015-10-31 Jay Berkenbilt <ejb@ql.org> 2015-10-31 Jay Berkenbilt <ejb@ql.org>
* 5.2.0: release * 5.2.0: release

View File

@ -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.68]) AC_PREREQ([2.68])
AC_INIT([qpdf],[5.2.0]) AC_INIT([qpdf],[6.0.0])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])

View File

@ -20,7 +20,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 = "5.2.0"; std::string QPDF::qpdf_version = "6.0.0";
static char const* EMPTY_PDF = static char const* EMPTY_PDF =
"%PDF-1.3\n" "%PDF-1.3\n"

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;"> <!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "5.2.0"> <!ENTITY swversion "6.0.0">
<!ENTITY lastreleased "October 31, 2015"> <!ENTITY lastreleased "November 10, 2015">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
@ -2685,7 +2685,7 @@ print "\n";
</para> </para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>5.2.0: October 31, 2015</term> <term>6.0.0: November 10, 2015</term>
<listitem> <listitem>
<itemizedlist> <itemizedlist>
<listitem> <listitem>