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> 2000-07-12 Frank Warmerdam <warmerda@rommel.atlsci.com>
* tif_read.c: fix subtle bug with determining the number of * 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. * 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> 2000-04-04 Mike Welles <mike@onshore.com>
* tif_win32.c: Applied patch to fix overreads and ovverwrites * tif_win32.c: Applied patch to fix overreads and ovverwrites
caught by BoundsChecker. From Arvan Pritchard 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 #!/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 # Tag Image File Format (TIFF) Software
# #
@ -147,7 +147,7 @@ do
-target|--target) ac_prev=TARGET;; -target|--target) ac_prev=TARGET;;
-target=*|--target=*) TARGET="$ac_optarg" ;; -target=*|--target=*) TARGET="$ac_optarg" ;;
-version|--version) -version|--version)
echo "This is TIFF configure $Revision: 1.4 $" echo "This is TIFF configure $Revision: 1.5 $"
exit 0 exit 0
;; ;;
-help|--help) usage; exit 0;; -help|--help) usage; exit 0;;
@ -1156,6 +1156,7 @@ if [ "$DSO" = auto ]; then
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff' TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
;; ;;
*-linux*) *-linux*)
sh
if [ -r /lib/libc.so.6 ] || [ -r /lib/libc.so.5 ]; then if [ -r /lib/libc.so.6 ] || [ -r /lib/libc.so.5 ]; then
DSOSUF=so.${DIST_MAJOR} DSOSUF=so.${DIST_MAJOR}
DSOSUF_VERSION=${DSOSUF}.${DIST_MINOR}.${DIST_ALPHA} DSOSUF_VERSION=${DSOSUF}.${DIST_MINOR}.${DIST_ALPHA}

View File

@ -8,7 +8,7 @@ Bugs and the TIFF Mailing List
<FONT FACE="Arial, Helvetica, Sans"> <FONT FACE="Arial, Helvetica, Sans">
<H1> <H1>
<IMG SRC=images/cover.jpg WIDTH=110 HEIGHT=110 ALIGN=left BORDER=1 HSPACE=6> <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> </H1>
<P> <P>
@ -16,9 +16,18 @@ This software is free. Please let us know when you find a problem or
fix a bug. fix a bug.
<P> <P>
A mailing list for users of this software is located at olympiakos.com Thanks to <A HREF=http://www.remotesensing.org/>remotesensing.org</a>, libtiff now uses bugzilla to track bugs.
If you want to join this mailing list or have a list-related request <P>
such as getting your name removed from it, send a request to 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> <UL>
<A HREF="mailto:tiff-request@olympiakos.com">tiff-request@olympiakos.com</A> <A HREF="mailto:tiff-request@olympiakos.com">tiff-request@olympiakos.com</A>
</UL> </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. the commands understood by the mailing list management software.
<P> <P>
Submissions (including bug reports) should be directed to: Submissions should be directed to:
<UL> <UL>
<A HREF="mailto:tiff@olympiakos.com">tiff@olympiakos.com</A> <A HREF="mailto:tiff@olympiakos.com">tiff@olympiakos.com</A>
</UL> </UL>
@ -41,6 +50,6 @@ version you have and what system you are running on.
<HR> <HR>
Last updated: $Date: 1999-08-13 19:30:57 $ Last updated: $Date: 2000-07-13 14:58:16 $
</BODY> </BODY>
</HTML> </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="contrib.html">Contributed software</A>
<LI><A HREF="document.html">TIFF documentation</A> <LI><A HREF="document.html">TIFF documentation</A>
<LI><A HREF="build.html">Building the software distribution</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="images.html">Test images</A>
<LI><A HREF="misc.html">Acknowledgements and copyright issues</A> <LI><A HREF="misc.html">Acknowledgements and copyright issues</A>
<LI><A HREF="man/index.html">Man Pages</A> <LI><A HREF="man/index.html">Man Pages</A>
@ -84,7 +84,7 @@ The following sections are included in this documentation:
<P> <P>
<HR> <HR>
<em> <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> </em>
</BODY> </BODY>