summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2001-09-25 02:26:29 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2001-09-25 02:26:29 +0000
commit2c26534c4b1d5ebf9c8711fa23c168dc7736792a (patch)
treed9ffe6463701f814eaaed34cf034a2750f1984c3
parent972f16c818a147836b6085008654652820c1db52 (diff)
downloadlibtiff-git-2c26534c4b1d5ebf9c8711fa23c168dc7736792a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog14
-rw-r--r--man/.cvsignore1
-rw-r--r--tools/.cvsignore20
3 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b902a183..9c8dad7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2001-09-24 Frank Warmerdam <warmerdam@pobox.com>
+ * libtiff/tif_lzw.c: Avoid MS VC++ 5.0 optimization bug.
+
+ http://bugzilla.remotesensing.org/show_bug.cgi?id=78
+
+ * libtiff/tif_lzw.c: added dummy LZWSetupEncode() to report an
+ error about LZW not being available.
+
+ * libtiff/tif_dir.c: propagate failure to initialize compression
+ back from TIFFSetField() as an error status, so applications can
+ detect failure.
+
+ * libtiff/tif_dir.c: removed the auto replacement of
+ COMPRESSION_LZW with COMPRESSION_NONE in _TIFFVSetField().
+
* Removed Makefile, tools/Makefile, port/install.sh, man/Makefile
from CVS as they are all supposed to be auto-generated by configure.
diff --git a/man/.cvsignore b/man/.cvsignore
index 7ec4bbf3..300ae571 100644
--- a/man/.cvsignore
+++ b/man/.cvsignore
@@ -1,2 +1,3 @@
apps
lib
+Makefile
diff --git a/tools/.cvsignore b/tools/.cvsignore
new file mode 100644
index 00000000..98e1355f
--- /dev/null
+++ b/tools/.cvsignore
@@ -0,0 +1,20 @@
+Makefile
+fax2ps
+fax2tiff
+gif2tiff
+pal2rgb
+ppm2tiff
+ras2tiff
+rgb2ycbcr
+thumbnail
+tiff2bw
+tiff2ps
+tiff2rgba
+tiffcp
+tiffcmp
+tiffdither
+tiffdump
+tiffinfo
+tiffmedian
+tiffset
+tiffsplit