Opened 10 years ago
Closed 10 years ago
#6928 closed enhancement (fixed)
tiff-4.0.6 (LibTIFF-4.0.6)
Reported by: | Fernando de Oliveira | Owned by: | Igor Živković |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz
http://fossies.org/linux/misc/tiff-4.0.6.tar.gz/index_o.html
MD5 (tiff-4.0.6.tar.gz): d1d2e940dea0b5ad435f21f03d96dd72
Detailed ChangeLog
http://fossies.org/linux/misc/tiff-4.0.6.tar.gz/tiff-4.0.6/ChangeLog?m=t
TIFF CHANGE INFORMATION
http://www.remotesensing.org/libtiff/v4.0.6.html
Current Version: v4.0.6 ... MAJOR CHANGES: • Now builds with CMake 2.8.9 and newer (previously required 3.0.0) CHANGES IN THE SOFTWARE CONFIGURATION: • CMakeLists.txt / CMake ◦ Supports CMake 2.8.9 and later. ◦ Add missing file which wasn't being distributed, causing unit tests to fail. ◦ Make shared/static library building configurable. ◦ CMake reads all version information directly from configure.ac to avoid duplication of values. ◦ CMake builds are now included in 'distcheck' target. • Makefile.am ◦ Autotools 'make distcheck' now tests the CMake-based build if CMake is available. CHANGES IN LIBTIFF: • Fixes to avoid undefined behaviour of signed types (C standard compliance). • Fixes to avoid possible isses when casting to unsigned char. • Fixes to avoid undefined behaviour with shifts. • Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). • Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. • Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. • Eliminate requirement for and use of 64-bit constant values. CHANGES IN THE TOOLS: • tiffgt ◦ Silence glut API deprecation warnings on MacOS X. • fax2ps ◦ Detect failure to write to temporary file. CHANGES IN THE CONTRIB AREA: • None Last updated $Date: 2015-09-12 19:29:47 $.
Change History (2)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16505