diff --git a/ChangeLog b/ChangeLog index 70b7680e..86145a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-13 Mike Welles + + * index.html, bugs.html: added bugzilla info. + 2000-07-12 Frank Warmerdam * tif_read.c: fix subtle bug with determining the number of @@ -36,6 +40,9 @@ Tue Apr 18 16:18:08 2000 Frank Warmerdam * tools/Makefile.in: Modified to install properly on SGI. +2000-04-12 Mike Welles + * configure: Fixed stupid mistake in libc6 test on Linux + 2000-04-04 Mike Welles * tif_win32.c: Applied patch to fix overreads and ovverwrites caught by BoundsChecker. From Arvan Pritchard diff --git a/RELEASE-DATE b/RELEASE-DATE index 51f11fe6..ece99fcc 100644 --- a/RELEASE-DATE +++ b/RELEASE-DATE @@ -1 +1 @@ -03/28/2000 +04/12/2000 diff --git a/configure b/configure index 96af8b8d..5e376139 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.4 2000-05-11 12:00:07 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.5 2000-07-13 14:58:16 mwelles Exp $ # # Tag Image File Format (TIFF) Software # @@ -147,7 +147,7 @@ do -target|--target) ac_prev=TARGET;; -target=*|--target=*) TARGET="$ac_optarg" ;; -version|--version) - echo "This is TIFF configure $Revision: 1.4 $" + echo "This is TIFF configure $Revision: 1.5 $" exit 0 ;; -help|--help) usage; exit 0;; @@ -1156,6 +1156,7 @@ if [ "$DSO" = auto ]; then TIFFLIBREF='-L${DEPTH}/libtiff -ltiff' ;; *-linux*) +sh if [ -r /lib/libc.so.6 ] || [ -r /lib/libc.so.5 ]; then DSOSUF=so.${DIST_MAJOR} DSOSUF_VERSION=${DSOSUF}.${DIST_MINOR}.${DIST_ALPHA} diff --git a/html/bugs.html b/html/bugs.html index 48c582cf..fe490657 100644 --- a/html/bugs.html +++ b/html/bugs.html @@ -8,7 +8,7 @@ Bugs and the TIFF Mailing List

-Bugs and the TIFF Mailing List +Bugs, Bugzilla, and the TIFF Mailing List

@@ -16,9 +16,18 @@ This software is free. Please let us know when you find a problem or fix a bug.

-A mailing list for users of this software is located at olympiakos.com -If you want to join this mailing list or have a list-related request -such as getting your name removed from it, send a request to +Thanks to remotesensing.org, libtiff now uses bugzilla to track bugs. +

+If you think you've discovered a bug, please first check to see if it is already known by looking at the list of already reported bugs. You can do so by visiting the buglist at http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff. +

+If you'd like to enter a new bug, you can do so at http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff. +

+ +Of course, reporting bugs is no substitute for discussion. A mailing +list for users of this software is located at olympiakos.com If you +want to join this mailing list or have a list-related request such as +getting your name removed from it, send a request to +

@@ -30,7 +39,7 @@ in the body of your message. The line help will return a list of the commands understood by the mailing list management software.

-Submissions (including bug reports) should be directed to: +Submissions should be directed to:

@@ -41,6 +50,6 @@ version you have and what system you are running on.
-Last updated: $Date: 1999-08-13 19:30:57 $ +Last updated: $Date: 2000-07-13 14:58:16 $ diff --git a/html/index.html b/html/index.html index db65e3ec..79109606 100644 --- a/html/index.html +++ b/html/index.html @@ -75,7 +75,7 @@ The following sections are included in this documentation:
  • Contributed software
  • TIFF documentation
  • Building the software distribution -
  • Bugs and the TIFF mailing list +
  • Bugs, Bugzilla, and the TIFF mailing list
  • Test images
  • Acknowledgements and copyright issues
  • Man Pages @@ -84,7 +84,7 @@ The following sections are included in this documentation:


    -$Id: index.html,v 1.27 2000-03-29 04:50:47 mwelles Exp $ +$Id: index.html,v 1.28 2000-07-13 14:58:16 mwelles Exp $