libtiff 4.1.0 released

This commit is contained in:
Bob Friesenhahn 2019-11-03 14:15:37 -06:00
parent 9700cdfa77
commit e0d707dc15
7 changed files with 15 additions and 12 deletions

View File

@ -1,5 +1,7 @@
2019-11-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us> 2019-11-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
libtiff 4.1.0 released.
Added a step for updating the legacy ChangeLog file. Added a step for updating the legacy ChangeLog file.
Ignore emacs temporary files (ending with tilde character). Ignore emacs temporary files (ending with tilde character).

View File

@ -1 +1 @@
20181110 20191103

View File

@ -1 +1 @@
4.0.10 4.1.0

View File

@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64) AC_PREREQ(2.64)
AC_INIT([LibTIFF Software],[4.0.10],[tiff@lists.maptools.org],[tiff]) AC_INIT([LibTIFF Software],[4.1.0],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C) AC_LANG(C)
@ -40,8 +40,8 @@ AM_MAINTAINER_MODE
dnl Versioning. dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable. dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4 LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0 LIBTIFF_MINOR_VERSION=1
LIBTIFF_MICRO_VERSION=10 LIBTIFF_MICRO_VERSION=0
LIBTIFF_ALPHA_VERSION= LIBTIFF_ALPHA_VERSION=
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target dnl This will be used with the 'make release' target
@ -76,9 +76,9 @@ dnl 5. If any interfaces have been added since the last public release, then
dnl increment age. dnl increment age.
dnl 6. If any interfaces have been removed since the last public release, dnl 6. If any interfaces have been removed since the last public release,
dnl then set age to 0. dnl then set age to 0.
LIBTIFF_CURRENT=9 LIBTIFF_CURRENT=10
LIBTIFF_REVISION=0 LIBTIFF_REVISION=0
LIBTIFF_AGE=4 LIBTIFF_AGE=5
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
# This is a special hack for OpenBSD and MirOS systems. The dynamic linker # This is a special hack for OpenBSD and MirOS systems. The dynamic linker

View File

@ -87,7 +87,8 @@ docfiles = \
v4.0.7.html \ v4.0.7.html \
v4.0.8.html \ v4.0.8.html \
v4.0.9.html \ v4.0.9.html \
v4.0.10.html v4.0.10.html \
v4.1.0.html
dist_doc_DATA = $(docfiles) dist_doc_DATA = $(docfiles)

View File

@ -28,7 +28,7 @@
</tr> </tr>
<tr> <tr>
<th>Latest Stable Release</th> <th>Latest Stable Release</th>
<td><a href="v4.0.10.html">v4.0.10</a></td> <td><a href="v4.1.0.html">v4.1.0</a></td>
</tr> </tr>
<tr> <tr>
<th>Master Download Site</th> <th>Master Download Site</th>
@ -114,7 +114,7 @@
</ul> </ul>
<hr> <hr>
<p> <p>
Last updated 2019-09-29 Last updated 2019-11-03
</p> </p>
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.10\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." #define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.1.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
/* /*
* This define can be used in code that requires * This define can be used in code that requires
* compilation-related definitions specific to a * compilation-related definitions specific to a
@ -6,4 +6,4 @@
* version checking should be done based on the * version checking should be done based on the
* string returned by TIFFGetVersion. * string returned by TIFFGetVersion.
*/ */
#define TIFFLIB_VERSION 20181110 #define TIFFLIB_VERSION 20191103