summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Changelog: latest updates for 4.5.0rc2Even Rouault2022-12-131-0/+4
* Prepare libtiff v4.5.0rc2Even Rouault2022-12-131-1/+85
* Prepare v4.5.0 releaseEven Rouault2022-12-091-0/+1373
* Convert HTML documentation to Sphinx RSTRoger Leigh2022-06-041-1/+1
* Prepare for release 4.4.0v4.4.0rc1v4.4.0Even Rouault2022-05-201-0/+1342
* Prepare for v4.3.0 releasev4.3.0rc1v4.3.0Even Rouault2021-04-161-0/+896
* ChangeLog: Remove extraneous character from prior commit - 00fe7828Kurt Schwehr2021-01-021-1/+1
* Fix spelling mistakes.Kurt Schwehr2020-12-311-47/+47
* Changes for 4.2.0 releasev4.2.0Bob Friesenhahn2020-12-191-0/+1442
* libtiff 4.1.0 releasedv4.1.0Bob Friesenhahn2019-11-031-0/+2
* ChangeLog updated with latest git commits.Bob Friesenhahn2019-11-031-0/+882
* libtiff 4.0.10 released.v4.0.10Bob Friesenhahn2018-11-101-0/+695
* Fix some typosStefan Weil2018-02-241-10/+10
* * configure.ac: libtiff 4.0.9 released.v4.0.9Release-v4-0-9Bob Friesenhahn2017-11-181-0/+2
* * html/v4.0.9.html: Add HTML file to document changes in libtiffBob Friesenhahn2017-11-181-1/+6
* * libtiff/tif_aux.c, tif_getimage.c, tif_read.c: typo fixes inEven Rouault2017-11-171-0/+5
* * test/Makefile.am: Add some tests for tiff2bw.Bob Friesenhahn2017-11-021-0/+4
* * tools/tiff2bw.c (main): Free memory allocated in the tiff2bwBob Friesenhahn2017-11-011-0/+7
* tiff2pdf.c: Fix possible overflow in bounds check computation and eliminate s...Bob Friesenhahn2017-10-291-0/+4
* fax2tiff: Pass the FAX_Client_Data struct as client dataBob Friesenhahn2017-10-291-0/+8
* * libtiff/tif_getimage.c: avoid floating point division by zero inEven Rouault2017-10-231-0/+7
* * libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 thatEven Rouault2017-10-171-0/+6
* * nmake.opt: support a DEBUG=1 option, so as to adjust OPTFLAGS and useEven Rouault2017-10-101-0/+5
* * tools/tiffset.c: fix setting a single value for the ExtraSamples tagEven Rouault2017-10-011-0/+7
* * libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExtEven Rouault2017-09-291-0/+5
* dummy commit to check CVS is workingEven Rouault2017-09-221-1/+1
* * libtiff/tif_dirread.c: add NULL check to avoid likely false positiveEven Rouault2017-09-091-1/+6
* * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK()Even Rouault2017-09-071-0/+9
* * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressedEven Rouault2017-08-291-0/+11
* * libtiff/tif_dirwrite.c: replace assertion to tag value not fittingEven Rouault2017-08-231-1/+9
* * libtiff/tif_dirwrite.c: replace assertion related to not finding theEven Rouault2017-08-231-0/+7
* * libtiff/tif_luv.c: further reduce memory requirements for temporaryEven Rouault2017-07-241-0/+8
* * libtiff/tif_getimage.c: fix fromskew computation when to-be-skippedEven Rouault2017-07-241-0/+12
* * libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate():Even Rouault2017-07-241-0/+6
* * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memoryEven Rouault2017-07-181-0/+7
* * libtiff/tif_read.c: add protection against excessive memoryEven Rouault2017-07-151-0/+8
* * libtiff/tif_read.c: in TIFFFetchStripThing(), only grow theEven Rouault2017-07-151-0/+12
* * libtiff/tif_read.c: TIFFFillStrip() / TIFFFillTile().Even Rouault2017-07-151-0/+7
* * tools/tiff2pdf.c: prevent heap buffer overflow write in "Raw"Even Rouault2017-07-151-0/+7
* * libtiff/tif_dir.c: avoid potential null pointer dereference inEven Rouault2017-07-111-0/+6
* * libtiff/tif_lzw.c: fix potential out-of-buffer read on 1-byte LZWEven Rouault2017-07-111-0/+8
* * test/tiffcp-lzw-compat.sh, test/images/quad-lzw-compat.tiff: new filesEven Rouault2017-07-111-0/+6
* * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor changes)Even Rouault2017-07-111-0/+4
* * libtiff/tif_lzw.c: fix 4.0.8 regression in the decoding of old-style LZWEven Rouault2017-07-111-0/+5
* * libtiff/tif_pixarlog.c: avoid excessive memory allocation on decodingEven Rouault2017-07-101-0/+7
* * libtiff/tif_read.c, tiffiop.h: add a _TIFFReadEncodedTileAndAllocBuffer()Even Rouault2017-07-041-0/+11
* * libtiff/tif_error.c, tif_warning.c: correctly use va_list when bothEven Rouault2017-07-041-0/+6
* * libtiff/tif_read.c: TIFFStartTile(): set tif_rawcc toEven Rouault2017-07-021-0/+10
* * man: update documentation regarding SubIFD tag andEven Rouault2017-06-301-0/+7
* * libtiff/tif_dirwrite.c: in TIFFWriteDirectoryTagCheckedXXXX()Even Rouault2017-06-301-0/+8