summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-01-06 18:42:34 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-01-06 18:42:34 +0100
commita98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9 (patch)
treebdaa0c8f494344eda3a6c1234efb0142b7014c20 /ChangeLog
parent058c8211966424bad5cf9b8b38db26c415852a03 (diff)
downloadlcms2-a98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9.tar.gz
Final changes for 2.13
- typos - changelog - readme.1st
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1322ea0..ff34dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
-----------------------
+2.13 Featured release
+-----------------------
+Added support for premultiplied alpha
+tifficc can now handle alpha channels, both unassociated and premultiplied
+Better documentation
+CGATS parser can now deal with very long strings
+Added Projects for Visual Studio 2020
+Travis CI discontinued, GitHub actions used instead
+Added a very preliminar meson build script (thanks to xclaesse)
+Added ARM64 target to visual studo 2019 (thanks to gaborkertesz-linaro)
+Added thread safe code to get time
+Added automatic linear space detection
+Added cmsGetStageContextID function
+configure now accepts --without-fastfloat to turn plugin off
+autogen.sh has now a --distclean toggle to get rid of all autotools generated files
+Checked to work on STM32 Cortex-A, Cortex-M families
+Bug & typos fixing (thanks to many reporters and contributors)
+
+-----------------------
2.12 Maintenance release
-----------------------
Added new build-in sigmoidal tone curve
@@ -13,7 +32,7 @@ Fix matlab MEX compilation
plugin: cleanup and better SSE detection
plugin: add lab to any on float
plugin: it can now be compiled as C++
-recover PDF documentation, but try to keep it under a resonable size.
+recover PDF documentation, but try to keep it under a reasonable size.
Prevent a rare but possible out-of-bounds read in postscript generator
Remove unused variables
@@ -30,7 +49,7 @@ Fixed LUT16 write matrix on multichannel V2 profiles
-----------------------
Added a compilation toggle to remove "register" keyword in API.
Previously commercial, fast_float plug-in is now released as open source under GPL3 license.
-MD5 functions are now accesible through plug-in API.
+MD5 functions are now accessible through plug-in API.
Added support for Visual Studio 2019
Bug fixing.