summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2013-03-14 10:07:38 +0100
committerMarti Maria <info@littlecms.com>2013-03-14 10:07:38 +0100
commita4847b0b3a782230f3ace3f55ca10590b40da39a (patch)
treef78351ac505a144122d4292c1a91bd0b4708c543 /ChangeLog
parentceef4d3cf7c575a01dc0a84e08d6b91204522b99 (diff)
downloadlcms2-a4847b0b3a782230f3ace3f55ca10590b40da39a.tar.gz
Several fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cb9fa0..22b84b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,4 +94,5 @@ Fixed some 64 bit warnings on size_t to uint32 conversions
update black point detection algorithm to reflect ICC changes
Added new cmsPlugInTHR() and fixed some race conditions (thanks to Artifex)
Added error descriptions on cmsSmoothToneCurve
-
+Fixed a bug on big endian platforms not supporting uint64 or long long.
+Fixed some bugs on floating point curves.