On x86 compilers without fastcall, simulate it when invoking traces and un-simulate...
[wine-gecko.git] / modules / lcms / NEWS
blob0848f326abe43f1cb4bf60fac9eeab1e29531e79
1  New in Mozilla patchset
2  =======================
3  -A precaching framework has been added, currently with support for precaching
4  linear interpolations of various formats
5  -inline assembly for linear interpolation has been removed on the grounds
6  that it is actually much slower than generated code as a result of 'div'
7  instructions
8  
10  New in ver 1.17
11  ===============
12   
13 Changes in API
14 ----------------------
16 WIN64 support
17 _vsnprintf wrap
18 BOOL replaced by LCMSBOOL
19 cmsSetLanguage parameters changed to match ICC spec
20 removed support for extended gamut descriptor (was never fully implemented)
21 cmsFLAGS_NODEFAULTRESOURCEDEF moved to 0x01000000
22 _cmsMalloc wrapper for malloc
23 _cmsFree wrapper for free
26 Implementation
27 ----------------------
28 All errors moved to fatal, since there is no easy recovery strategy
29 Vulnerability fixes on cmsio1.c 
30 Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles.
31 _cmsSaveProfile didn't copy tags from a file based profile, fixed.
34 Utilities
35 ----------
36 icctrans: CMYKcm support wrongly implemented, fixed.
37 icclink: linking 3 to 7 channels didn't work in some cases, fixed.
38