Bugzilla info

This commit is contained in:
Mike Welles 2000-07-13 14:58:15 +00:00
parent bbfb710c80
commit 4b79457a0e
5 changed files with 28 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2000-07-13 Mike Welles <mike@onshore.com>
* index.html, bugs.html: added bugzilla info.
2000-07-12 Frank Warmerdam <warmerda@rommel.atlsci.com>
* tif_read.c: fix subtle bug with determining the number of
@ -36,6 +40,9 @@ Tue Apr 18 16:18:08 2000 Frank Warmerdam <warmerda@esabot.atlsci.com>
* tools/Makefile.in: Modified to install properly on SGI.
2000-04-12 Mike Welles <mike@onshore.com>
* configure: Fixed stupid mistake in libc6 test on Linux
2000-04-04 Mike Welles <mike@onshore.com>
* tif_win32.c: Applied patch to fix overreads and ovverwrites
caught by BoundsChecker. From Arvan Pritchard

View File

@ -1 +1 @@
03/28/2000
04/12/2000

5
configure vendored
View File

@ -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}

View File

@ -8,7 +8,7 @@ Bugs and the TIFF Mailing List
<FONT FACE="Arial, Helvetica, Sans">
<H1>
<IMG SRC=images/cover.jpg WIDTH=110 HEIGHT=110 ALIGN=left BORDER=1 HSPACE=6>
Bugs and the TIFF Mailing List
Bugs, Bugzilla, and the TIFF Mailing List
</H1>
<P>
@ -16,9 +16,18 @@ This software is free. Please let us know when you find a problem or
fix a bug.
<P>
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 <A HREF=http://www.remotesensing.org/>remotesensing.org</a>, libtiff now uses bugzilla to track bugs.
<P>
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 <A HREF=http://bugzilla.remotesensing.org/buglist.cgi?product=libtiff>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</A>.
<p>
If you'd like to enter a new bug, you can do so at <A HREF=http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</A>.
<P>
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
<UL>
<A HREF="mailto:tiff-request@olympiakos.com">tiff-request@olympiakos.com</A>
</UL>
@ -30,7 +39,7 @@ in the body of your message. The line <TT>help</TT> will return a list of
the commands understood by the mailing list management software.
<P>
Submissions (including bug reports) should be directed to:
Submissions should be directed to:
<UL>
<A HREF="mailto:tiff@olympiakos.com">tiff@olympiakos.com</A>
</UL>
@ -41,6 +50,6 @@ version you have and what system you are running on.
<HR>
Last updated: $Date: 1999-08-13 19:30:57 $
Last updated: $Date: 2000-07-13 14:58:16 $
</BODY>
</HTML>

View File

@ -75,7 +75,7 @@ The following sections are included in this documentation:
<LI><A HREF="contrib.html">Contributed software</A>
<LI><A HREF="document.html">TIFF documentation</A>
<LI><A HREF="build.html">Building the software distribution</A>
<LI><A HREF="bugs.html">Bugs and the TIFF mailing list</A>
<LI><A HREF="bugs.html">Bugs, Bugzilla, and the TIFF mailing list</A>
<LI><A HREF="images.html">Test images</A>
<LI><A HREF="misc.html">Acknowledgements and copyright issues</A>
<LI><A HREF="man/index.html">Man Pages</A>
@ -84,7 +84,7 @@ The following sections are included in this documentation:
<P>
<HR>
<em>
$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 $
</em>
</BODY>