summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Welles <mike@bangstate.com>2000-03-29 04:35:28 +0000
committerMike Welles <mike@bangstate.com>2000-03-29 04:35:28 +0000
commit9770233888e30770a99404e7a33b19692c9c8d50 (patch)
treeac880e3890c4ad1ba03b8a92690b01f173e3540a
parent2df86f1500adb8b635d1965b2484a054ccbfa4ae (diff)
downloadlibtiff-git-9770233888e30770a99404e7a33b19692c9c8d50.tar.gz
Updated docs, changelog -- modified Makefile.in to make release target in parent directory
-rw-r--r--ChangeLog8
-rw-r--r--Makefile6
-rw-r--r--Makefile.in6
-rw-r--r--RELEASE-DATE2
-rw-r--r--html/v3.5.5.html5
-rw-r--r--libtiff/Makefile4
-rw-r--r--libtiff/port.h2
-rw-r--r--man/Makefile4
-rw-r--r--port/install.sh4
-rw-r--r--tools/Makefile4
10 files changed, 24 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 81dbfa6a..59f4a239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2000-03-28 Frank Warmerdam <warmerda@cs46980-c>
+2000-03-28 Frank Warmerdam <warmerda@cs46980-c> *** 3.5.5 release ***
* fax2ps: Fixed mixup of width and height in bounding box statement
as per submission by Nalin Dahyabhai <nalin@redhat.com>.
@@ -97,7 +97,7 @@ Tue Dec 21 14:01:51 1999 Frank Warmerdam <warmerda@gdal.velocet.ca>
* Added fax3sm_winnt.c to distribution list in Makefile.in.
-Tue Dec 21 11:04:45 EST 1999 Mike Welles <mike@onshore.com> ***3.5.4 release***
+Tue Dec 21 11:04:45 EST 1999 Mike Welles <mike@onshore.com> *** 3.5.4 release ***
* Aadded Pixar tag support. Contributed by Phil Beffery <phil@pixar.com>
@@ -125,7 +125,7 @@ Sat Dec 4 15:47:11 1999 Frank Warmerdam <warmerda@gdal.velocet.ca>
* Made Packbits the default compression in tools/tiff2rgba.c instead
of LZW.
-Tue Nov 30 14:41:43 1999 Frank Warmerdam <warmerda@gdal.velocet.ca> ***3.5.3. release***
+Tue Nov 30 14:41:43 1999 Frank Warmerdam <warmerda@gdal.velocet.ca> *** 3.5.3. release ***
* Added tif_luv to contrib/djgpp/Makefile.lib.
@@ -185,7 +185,7 @@ Wed Nov 24 12:08:16 1999 Frank Warmerdam <warmerda@gdal.velocet.ca>
* Added patch from Ivo Penzar to have TiffAdvanceDirectory handle
memory mapped files. <ivo.penzar@infolink-software.com>
-1999-09-26 Mike Welles <mike@onshore.com> ****3.5.2 release***
+1999-09-26 Mike Welles <mike@onshore.com> *** 3.5.2 release ***
* Corrected alpha versioning.
* Removed distinction between alpha and release targets in Makefile.in.
diff --git a/Makefile b/Makefile
index b7f8f691..cce2b5ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#! smake
-# $Header: /cvs/maptools/cvsroot/libtiff/Attic/Makefile,v 1.6 2000-03-27 17:05:55 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/Attic/Makefile,v 1.7 2000-03-29 04:35:28 mwelles Exp $
#
# Warning, this file was automatically created by the TIFF configure script
#
@@ -32,7 +32,7 @@ SRCDIR = .
#
# VERSION: v3.5.5
-# DATE: Mon Mar 27 11:15:15 EST 2000
+# DATE: Tue Mar 28 23:28:13 EST 2000
# TARGET: i586-unknown-linux
# CCOMPILER: /usr/bin/gcc
#
@@ -495,7 +495,7 @@ release:
# stamp relevant files according to current alpha
release.stamp:
VERSION=`echo v3.5.5 | tr "." "-"`; \
- cvs tag -R Release-$$VERSION ;
+# cvs tag -R Release-$$VERSION ;
date "+%m/%d/%Y" > RELEASE-DATE
#diffs since last release
diff --git a/Makefile.in b/Makefile.in
index a4b0c2df..dad454ec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
#! smake
-# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.13 2000-03-27 18:32:23 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.14 2000-03-29 04:35:28 mwelles Exp $
#
# @WARNING@
#
@@ -513,9 +513,9 @@ release.tar.zip:
echo $$i; \
done) | sed "s;.*;tiff-$$VERSION/&;" >$$VERSION; \
tar cvf $$VERSION-tar `cat $$VERSION`; \
- zip tiff-$$VERSION.zip `cat $$VERSION`; \
+ zip ../tiff-$$VERSION.zip `cat $$VERSION`; \
rm -f tiff-$$VERSION-tar.${ZIPSUF}; \
- cat $$VERSION-tar | ${COMPRESS} >tiff-$$VERSION.tar.${ZIPSUF}; \
+ cat $$VERSION-tar | ${COMPRESS} >../tiff-$$VERSION.tar.${ZIPSUF}; \
rm -f tiff-$$VERSION $$VERSION $$VERSION-tar;
#
diff --git a/RELEASE-DATE b/RELEASE-DATE
index b1b70783..51f11fe6 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-03/23/2000
+03/28/2000
diff --git a/html/v3.5.5.html b/html/v3.5.5.html
index bad6f627..ebbad1b9 100644
--- a/html/v3.5.5.html
+++ b/html/v3.5.5.html
@@ -115,6 +115,9 @@ The following information is located here:
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
<UL>
+ <LI> fax2ps: Fixed mixup of width and height in bounding box statement
+ as per submission by Nalin Dahyabhai <nalin@redhat.com>.
+
<LI> fax2ps: Modified printruns to take uint32 instead of uint16.
Patch courtesy of Bernt Herd <herd@herdsoft.com>
@@ -146,7 +149,7 @@ The following information is located here:
<HR>
-Last updated $Date: 2000-03-27 17:05:55 $.
+Last updated $Date: 2000-03-29 04:35:28 $.
</BODY>
</HTML>
diff --git a/libtiff/Makefile b/libtiff/Makefile
index 6800a814..a509a36e 100644
--- a/libtiff/Makefile
+++ b/libtiff/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/Makefile,v 1.5 2000-03-27 17:05:55 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Attic/Makefile,v 1.6 2000-03-29 04:35:28 mwelles Exp $
#
# Tag Image File Format Library
#
@@ -29,7 +29,7 @@ SRCDIR = ../libtiff
#
# VERSION: v3.5.5
-# DATE: Mon Mar 27 11:15:15 EST 2000
+# DATE: Tue Mar 28 23:28:13 EST 2000
# TARGET: i586-unknown-linux
# CCOMPILER: /usr/bin/gcc
#
diff --git a/libtiff/port.h b/libtiff/port.h
index 100e1ac4..81d0af06 100644
--- a/libtiff/port.h
+++ b/libtiff/port.h
@@ -1,7 +1,7 @@
/*
* Warning, this file was automatically created by the TIFF configure script
* VERSION: v3.5.5
- * DATE: Mon Mar 27 11:15:15 EST 2000
+ * DATE: Tue Mar 28 23:28:13 EST 2000
* TARGET: i586-unknown-linux
* CCOMPILER: /usr/bin/gcc-2.95.2 20000220 (Debian GNU/Linux)
*/
diff --git a/man/Makefile b/man/Makefile
index da8cf419..95adab5d 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,5 +1,5 @@
#! smake
-# $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/Makefile,v 1.4 2000-03-27 17:05:55 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/Makefile,v 1.5 2000-03-29 04:35:28 mwelles Exp $
#
# Warning, this file was automatically created by the TIFF configure script
#
@@ -31,7 +31,7 @@ SRCDIR = ../man
#
# VERSION: v3.5.5
-# DATE: Mon Mar 27 11:15:15 EST 2000
+# DATE: Tue Mar 28 23:28:13 EST 2000
# TARGET: i586-unknown-linux
# CCOMPILER: /usr/bin/gcc
#
diff --git a/port/install.sh b/port/install.sh
index 230e32bf..078460ef 100644
--- a/port/install.sh
+++ b/port/install.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Header: /cvs/maptools/cvsroot/libtiff/port/Attic/install.sh,v 1.4 2000-03-27 17:05:55 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/port/Attic/install.sh,v 1.5 2000-03-29 04:35:28 mwelles Exp $
#
# Warning, this file was automatically created by the TIFF configure script
#
@@ -33,7 +33,7 @@
# Warning, this file was automatically created by the HylaFAX configure script
#
# VERSION: v3.5.5
-# DATE: Mon Mar 27 11:15:15 EST 2000
+# DATE: Tue Mar 28 23:28:13 EST 2000
# TARGET: i586-unknown-linux
#
diff --git a/tools/Makefile b/tools/Makefile
index 1e2af827..bd27d3d7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/Makefile,v 1.5 2000-03-27 17:05:55 mwelles Exp $
+# $Header: /cvs/maptools/cvsroot/libtiff/tools/Attic/Makefile,v 1.6 2000-03-29 04:35:28 mwelles Exp $
#
# Warning, this file was automatically created by the TIFF configure script
#
@@ -33,7 +33,7 @@ LIBDIR = ../libtiff
#
# VERSION: v3.5.5
-# DATE: Mon Mar 27 11:15:15 EST 2000
+# DATE: Tue Mar 28 23:28:13 EST 2000
# TARGET: i586-unknown-linux
# CCOMPILER: /usr/bin/gcc
#