ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. -----------------------
  2. 2.15 Maintenance release
  3. -----------------------
  4. New MESON build system, many thanks to amispark and Lovell Fuller for bringing this.
  5. Fixed a bug that caused memory corruption on colord
  6. cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles
  7. Added more checks based of fuzzer discoveries.
  8. MSYS2 can now compile lcms2
  9. Checked on Apple Silicon M1 and M2
  10. Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector
  11. -----------------------
  12. 2.14 Featured release
  13. -----------------------
  14. lcms2 now implements ICC specification 4.4
  15. New multi-threaded plug-in
  16. several fixes to keep fuzzers happy
  17. Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used
  18. Added more validation against broken profiles
  19. Add more help to several tools
  20. -----------------------
  21. 2.13.1 Hot fix
  22. -----------------------
  23. Fix for pure white going gray in grayscale transforms.
  24. -----------------------
  25. 2.13 Featured release
  26. -----------------------
  27. Added support for premultiplied alpha
  28. tifficc can now handle alpha channels, both unassociated and premultiplied
  29. Better documentation
  30. CGATS parser can now deal with very long strings
  31. Added Projects for Visual Studio 2020
  32. Travis CI discontinued, GitHub actions used instead
  33. Added a very preliminar meson build script (thanks to xclaesse)
  34. Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro)
  35. Added thread safe code to get time
  36. Added automatic linear space detection
  37. Added cmsGetStageContextID function
  38. Added cmsDetectRGBProfileGamma function
  39. configure now accepts --without-fastfloat to turn plugin off
  40. autogen.sh has now a --distclean toggle to get rid of all autotools generated files
  41. Checked to work on STM32 Cortex-A, Cortex-M families
  42. Bug & typos fixing (thanks to many reporters and contributors)
  43. -----------------------
  44. 2.12 Maintenance release
  45. -----------------------
  46. Added new build-in sigmoidal tone curve
  47. Added XCode 12 project
  48. Added support for multichannel input up to 15 channels
  49. Fix LUT8 write matrix
  50. Fix version mess on 10/11
  51. Fix tools & samples xgetopt
  52. Fix warnings on different function pointers
  53. Fix matlab MEX compilation
  54. plugin: cleanup and better SSE detection
  55. plugin: add lab to any on float
  56. plugin: it can now be compiled as C++
  57. recover PDF documentation, but try to keep it under a reasonable size.
  58. Prevent a rare but possible out-of-bounds read in postscript generator
  59. Remove unused variables
  60. -----------------------
  61. 2.11 Maintenance release
  62. -----------------------
  63. Fixed __cpuid() on fast float plugin to allow gnu gcc
  64. Fixed copy alpha bounds check
  65. Fixed data race condition on contexts pool
  66. Fixed LUT16 write matrix on multichannel V2 profiles
  67. -----------------------
  68. 2.10 Featured release
  69. -----------------------
  70. Added a compilation toggle to remove "register" keyword in API.
  71. Previously commercial, fast_float plug-in is now released as open source under GPL3 license.
  72. MD5 functions are now accessible through plug-in API.
  73. Added support for Visual Studio 2019
  74. Bug fixing.
  75. -----------------------
  76. 2.9 Maintenance release
  77. -----------------------
  78. Several fixes related with security, and therefore not detailed here.
  79. C++ compiles now without warnings
  80. Added OSX and clang in travis
  81. Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement.
  82. testbed can now work with dynamic versions of library
  83. Fixed wrong planar formatters regarding linestride interpretation
  84. -----------------------
  85. 2.8 Featured release
  86. -----------------------
  87. Changed ChangeLog direction
  88. Fixed many typos in comments, thanks to Stefan Weil for doing that.
  89. Fixed localization bug, added a new test case crayons.icc thanks to Richard Hughes for providing the profile.
  90. Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable
  91. Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail.
  92. Added some extra checks to the tools and examples.
  93. Fixed a bug that prevented to read luminance tag
  94. BIG amount of functionality contributed/Sponsored by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well.
  95. Added an extra _ to _stdcall to make it more portable
  96. Fixed a bug in transicc for named color profiles
  97. Fixed several compiler warnings
  98. Added support for Visual Studio 2015
  99. Fixed for XCODE project
  100. -----------------------
  101. 2.7 Maintenance release
  102. -----------------------
  103. Added a version retrieval function
  104. Added an option in transicc for working in bounded mode
  105. Fixed wrong handling of extra channels in some formatters.
  106. Added a project for VS2013
  107. Added license for iccjpeg.c
  108. New project for mac
  109. Added a global optimization that merges consecutive matrices in pipelines. Fixes loss of precision in some transforms
  110. Added a flag to clip negative values in unbounded transforms (only gray, rgb, cmyk)
  111. Move unused var suppresor before the `return` statements.
  112. Remove dead code.
  113. Add missing comma in CGATS parser
  114. utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  115. Some maintenance fixes
  116. Remove unused vcproj files
  117. Added a function to retrieve the iohandler of a given profile object
  118. Added a safety check on named color lists
  119. Fixed a macro clash on SNONE.
  120. Fixed a possible segmentation fault in a non-happy path
  121. -----------------------
  122. 2.6 Featured release
  123. -----------------------
  124. Added pthread dependency. From now lcms supports multithreading
  125. Fix for delete tag memory corruption
  126. Added directories for tiff, jpeg in configure script
  127. New locking plug-in, from Artifex
  128. Big revamp on Contexts, from Artifex
  129. Fixed memory leaks on error handling
  130. Changed endianness detection for PowerPC
  131. Added a way to retrieve matrix shaper always, no matter LUT is present
  132. Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks
  133. Fixed some indexing out of bounds in floating point interpolation
  134. Fixed a double free in recovering from a previous error in default intent handler.
  135. -----------------------
  136. 2.5 Maintenance release
  137. -----------------------
  138. Added some checks for non-happy path, mostly failing mallocs
  139. Transform2Devicelink now keeps white point when guessing deviceclass is enabled
  140. Rendering intent used when creating the transform is now propagated to profile header in cmsTransform2Devicelink. This is because 7.2.15 in spec 4.3
  141. Added a simple project for cppcheck
  142. Added support for VS2012
  143. Remove spurious tabs added by git merge of pull request
  144. Fixed a bug in parametric curves
  145. Added some fixes from XhmikosR
  146. Added TIFF Lab16 handling on tifficc
  147. More changes from Artifex
  148. Added identity curves support for write V2 LUT
  149. Added a way to read the profile creator from header
  150. Added a reference for Mac MLU tag
  151. Fixed devicelink generation for 8 bits
  152. Several minor issues found by cppcheck
  153. Several improvements in cgats parser.
  154. Fixed some bugs on floating point curves.
  155. Fixed a bug on big endian platforms not supporting uint64 or long long.
  156. Added error descriptions on cmsSmoothToneCurve
  157. Added new cmsPlugInTHR() and fixed some race conditions (thanks to Artifex)
  158. update black point detection algorithm to reflect ICC changes
  159. Fixed some 64 bit warnings on size_t to uint32 conversions
  160. Fixed a multithead bug on optimization (StageDEF)
  161. RGB profiles using same tone curves for several channels are storing now only one copy of the curve (saves space)
  162. User defined parametric curves can now be saved in ICC profiles.
  163. --------------------
  164. 2.4 Featured release
  165. --------------------
  166. Added a check for maximum input channels
  167. Fixed an uninitialized read on PatchLUT
  168. Fixed a bug in XYZ floating point PCS
  169. added half float variants (ABGR and so)
  170. Added formatter resolution after xform optimization plugin
  171. Fixed a bug in transicc when clot tables are present
  172. Added a conditional compilatio flag for "half" support
  173. Fixed a bug on named color profiles.
  174. Fixed a typo on tificc and jpgicc names, thanks to Elle Stone for reporting.
  175. Added half float support
  176. Increased security checks, thanks to Mateusz Jurczyk, from Google.
  177. Fixed a bug on IT8 reading of negative numbers.
  178. Fixed a bug on ending zero when saving a IT8 to memory
  179. Internal stage structs are now accessible through plug-in API
  180. Added a new plug-in type
  181. Added getPipelineContextID
  182. Fixed a bug in pipeline duplication
  183. gamma 1.0 can now operate in unbounded mode
  184. Exposed internal overview table for tone curves
  185. Added a new plug in entry for full transform
  186. Added support for transforms on planar data with different stride
  187. Added black point detection algorithm from Adobe paper
  188. Fixed a bug in black preservation checking
  189. Added performance improvements from several contributors, mostly Artifex
  190. Fixed uint64 to work in systems without long long native type
  191. Fixed a bug in the named color devicelink generation
  192. -----------------------
  193. 2.3 Maintenance release
  194. -----------------------
  195. Added compatibility with Argyll's CGATS parser
  196. Updated to ICC spec 4.3
  197. Adding a memory alignment macro for CGATS parser
  198. Fixed a bug on the range of data in transicc, when colorant tag is specified
  199. Fixed Absolute colorimetric intent issues
  200. Fixed encoding for floating point tags in Lab/XYZ
  201. Fixed a 0 byte allocation issue in _cmsCreateSubAllocChunk
  202. -----------------------
  203. 2.2 Maintenance release
  204. -----------------------
  205. Pascal unit now is supported by Free Pascal Compiler
  206. Fixed a bug on ReadRAWtag
  207. Added dictionary metatag support
  208. Fixed a bug in black preservation and slightly non-monotonic curves
  209. Added named color functionality
  210. Fixed a bug that made crash black preservation on CMYK2CMYK devicelinks
  211. Added functions to retrieve formatters from transforms
  212. Profiles with weird curves are not prone to p`relinearization optimization.
  213. changed memmove to memcpy in cache for xput improvement
  214. Fixed GBD bug (out of bounds memory overwrite)
  215. Fixed some potential issues as NULL dereferencing
  216. Updated linkicc to 2.1, cleanup
  217. Removed pthreads need
  218. Fixed severa bugs in absolute colorimetric intent
  219. -----------------------
  220. 2.1 Maintenance release
  221. -----------------------
  222. Added bound check in floating point interpolation
  223. Fixed a bug on curve reversing when source curves have few points
  224. Added Duotone support (Bilinear interpolation)
  225. Fixed delphi interface
  226. linkicc now stores the rendering intent in the profile header
  227. Fixed several integer overflow and other integrity checks, thanks to Chris Evans
  228. Fixed an issue on curve inversion
  229. Fixed memory leaks on when recovering from errors
  230. Fixed a bug in psid and profile sequence tags
  231. Fixed a bug in device link creation on v4 profiles
  232. Fixed a bug in tificc in floating point formats
  233. Peliminary Delphi wrapper
  234. Fixed some typos in error messages
  235. Added cmsTagLinkedTo
  236. Fixed VC2010, VC2008 projects
  237. Added a check on jpgicc for NULL transforms
  238. Added UTILS_UNUSED_PARAMETER for samples
  239. Added cmsChangeBufferFormat for backwards compatibility
  240. Fixed a bug on Lab + Alpha float formatters, added such predefined formatters as well
  241. Fixed a bug on transicc that made profiles with output colorants info to malfunction
  242. Fixed a bug that prevented linkicc to work
  243. Fixed a bug on V2 CHAD construction, affects absolute colorimetric intent
  244. -----------------------
  245. 2.0 Major version bump
  246. -----------------------