mirror of
https://github.com/qpdf/qpdf.git
synced 2024-10-31 19:02:30 +00:00
Prepare 6.0.0 release
This commit is contained in:
parent
1f4a67912c
commit
b7302a9b72
@ -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
|
||||||
|
@ -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])
|
||||||
|
@ -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"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
<!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>
|
||||||
|
Loading…
Reference in New Issue
Block a user