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'
14 ----------------------
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
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.
36 icctrans: CMYKcm support wrongly implemented, fixed.
37 icclink: linking 3 to 7 channels didn't work in some cases, fixed.