summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-06-15 13:33:00 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-06-15 13:33:00 +0200
commitf6b217344684901f28f8fec51b34fd7c2030b16c (patch)
treedd6408aacbfea7e781ccb62d69328fd07abf1fc4
parent93eda32109cf5bc515f3e0b9e74f5df24ddddeb1 (diff)
downloadlcms2-f6b217344684901f28f8fec51b34fd7c2030b16c.tar.gz
bump tp 2.11
Bump to 2.11
-rw-r--r--ChangeLog8
-rwxr-xr-xProjects/VC2013/lcms2.rc4
-rw-r--r--Projects/VC2015/lcms2.rc4
-rw-r--r--Projects/VC2017/lcms2.rc4
-rw-r--r--Projects/VC2019/lcms2.rc4
-rw-r--r--README.1ST2
-rw-r--r--configure.ac2
-rw-r--r--doc/LittleCMS2.10 API.pdfbin3043432 -> 0 bytes
-rw-r--r--doc/LittleCMS2.10 Plugin API.pdfbin1984290 -> 0 bytes
-rw-r--r--doc/LittleCMS2.10 tutorial.pdfbin2201264 -> 0 bytes
-rw-r--r--doc/LittleCMS2.11 API.pdfbin0 -> 3048325 bytes
-rw-r--r--doc/LittleCMS2.11 Plugin API.pdfbin0 -> 1616868 bytes
-rw-r--r--doc/LittleCMS2.11 tutorial.pdfbin0 -> 1898383 bytes
-rw-r--r--include/lcms2.h2
14 files changed, 19 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 91ff106..ea01413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-----------------------
+2.11 Maintenance release
+-----------------------
+Fixed __cpuid() on fast float plugin to allow gnu gcc
+Fixed copy alpha bounds check
+Fixed data race condition on contexts pool
+Fixed LUT16 write matrix on multichannel V2 profiles
+
+-----------------------
2.10 Featured release
-----------------------
Added a compilation toggle to remove "register" keyword in API.
diff --git a/Projects/VC2013/lcms2.rc b/Projects/VC2013/lcms2.rc
index b4b31cc..a5daa58 100755
--- a/Projects/VC2013/lcms2.rc
+++ b/Projects/VC2013/lcms2.rc
@@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marti Maria"
VALUE "FileDescription", "lcms color engine"
- VALUE "FileVersion", "2.10.0.0"
+ VALUE "FileVersion", "2.11.0.0"
VALUE "InternalName", "lcms"
VALUE "LegalCopyright", "Copyright © Marti Maria 2020"
VALUE "OriginalFilename", "lcms2.dll"
VALUE "ProductName", "LittleCMS color engine"
- VALUE "ProductVersion", "2.10.0.0"
+ VALUE "ProductVersion", "2.11.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/Projects/VC2015/lcms2.rc b/Projects/VC2015/lcms2.rc
index 9f7e813..0f9eec3 100644
--- a/Projects/VC2015/lcms2.rc
+++ b/Projects/VC2015/lcms2.rc
@@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marti Maria"
VALUE "FileDescription", "lcms color engine"
- VALUE "FileVersion", "2.10.0.0"
+ VALUE "FileVersion", "2.11.0.0"
VALUE "InternalName", "lcms"
VALUE "LegalCopyright", "Copyright © Marti Maria 2020"
VALUE "OriginalFilename", "lcms2.dll"
VALUE "ProductName", "LittleCMS color engine"
- VALUE "ProductVersion", "2.10.0.0"
+ VALUE "ProductVersion", "2.11.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/Projects/VC2017/lcms2.rc b/Projects/VC2017/lcms2.rc
index 9f7e813..0f9eec3 100644
--- a/Projects/VC2017/lcms2.rc
+++ b/Projects/VC2017/lcms2.rc
@@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marti Maria"
VALUE "FileDescription", "lcms color engine"
- VALUE "FileVersion", "2.10.0.0"
+ VALUE "FileVersion", "2.11.0.0"
VALUE "InternalName", "lcms"
VALUE "LegalCopyright", "Copyright © Marti Maria 2020"
VALUE "OriginalFilename", "lcms2.dll"
VALUE "ProductName", "LittleCMS color engine"
- VALUE "ProductVersion", "2.10.0.0"
+ VALUE "ProductVersion", "2.11.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/Projects/VC2019/lcms2.rc b/Projects/VC2019/lcms2.rc
index 9f7e813..0f9eec3 100644
--- a/Projects/VC2019/lcms2.rc
+++ b/Projects/VC2019/lcms2.rc
@@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marti Maria"
VALUE "FileDescription", "lcms color engine"
- VALUE "FileVersion", "2.10.0.0"
+ VALUE "FileVersion", "2.11.0.0"
VALUE "InternalName", "lcms"
VALUE "LegalCopyright", "Copyright © Marti Maria 2020"
VALUE "OriginalFilename", "lcms2.dll"
VALUE "ProductName", "LittleCMS color engine"
- VALUE "ProductVersion", "2.10.0.0"
+ VALUE "ProductVersion", "2.11.0.0"
END
END
BLOCK "VarFileInfo"
diff --git a/README.1ST b/README.1ST
index 0928293..86527ad 100644
--- a/README.1ST
+++ b/README.1ST
@@ -3,7 +3,7 @@ About Little CMS
Little CMS intends to be an OPEN SOURCE small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005.
Conformance
-Little CMS 2.10 is a FULL IMPLEMENTATION of ICC specification 4.3, it fully supports all kind of V2 and V4 profiles, including abstract, devicelink and named color profiles. Check the tutorial for a exhaustive list of features.
+Little CMS 2.11 is a FULL IMPLEMENTATION of ICC specification 4.3, it fully supports all kind of V2 and V4 profiles, including abstract, devicelink and named color profiles. Check the tutorial for a exhaustive list of features.
A bit of story
diff --git a/configure.ac b/configure.ac
index f706e44..49c2e30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.60)
#
# Set the package name and version
#
-AC_INIT(lcms2,2.10)
+AC_INIT(lcms2,2.11)
# Specify directory where m4 macros may be found.
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/LittleCMS2.10 API.pdf b/doc/LittleCMS2.10 API.pdf
deleted file mode 100644
index 2d9223c..0000000
--- a/doc/LittleCMS2.10 API.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.10 Plugin API.pdf b/doc/LittleCMS2.10 Plugin API.pdf
deleted file mode 100644
index 51ae6f6..0000000
--- a/doc/LittleCMS2.10 Plugin API.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.10 tutorial.pdf b/doc/LittleCMS2.10 tutorial.pdf
deleted file mode 100644
index 5351c0e..0000000
--- a/doc/LittleCMS2.10 tutorial.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.11 API.pdf b/doc/LittleCMS2.11 API.pdf
new file mode 100644
index 0000000..339d86b
--- /dev/null
+++ b/doc/LittleCMS2.11 API.pdf
Binary files differ
diff --git a/doc/LittleCMS2.11 Plugin API.pdf b/doc/LittleCMS2.11 Plugin API.pdf
new file mode 100644
index 0000000..696629a
--- /dev/null
+++ b/doc/LittleCMS2.11 Plugin API.pdf
Binary files differ
diff --git a/doc/LittleCMS2.11 tutorial.pdf b/doc/LittleCMS2.11 tutorial.pdf
new file mode 100644
index 0000000..c766005
--- /dev/null
+++ b/doc/LittleCMS2.11 tutorial.pdf
Binary files differ
diff --git a/include/lcms2.h b/include/lcms2.h
index 99e0308..d5dbdc6 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.10
+// Version 2.11
//
#ifndef _lcms2_H