Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <mmaria@abindustries.com>2022-02-03 16:11:32 +0300
committerMarti Maria <mmaria@abindustries.com>2022-02-03 16:11:32 +0300
commit233004ae26b238b2831ff60eea9e753b99d97906 (patch)
tree2cdc5c0ae5da48b40135063458b95f09c4286a64
parentfdbfb7694f9d7048d53674b79ddfc38068bfdaf7 (diff)
Create a panic release for previous fixlcms2.13.1
Printers are suddenly dropping ink on white zones of paper. Create a panic release to include the previous fix.
-rw-r--r--ChangeLog5
-rw-r--r--include/lcms2.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index da43950..4c1cd52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
-----------------------
+2.13.1 Hot fix
+-----------------------
+Fix for pure white going gray in grayscale transforms.
+
+-----------------------
2.13 Featured release
-----------------------
Added support for premultiplied alpha
diff --git a/include/lcms2.h b/include/lcms2.h
index 1fab760..5e0aa33 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.13
+// Version 2.13.1
//
#ifndef _lcms2_H
@@ -81,7 +81,7 @@ extern "C" {
#endif
// Version/release
-#define LCMS_VERSION 2130
+#define LCMS_VERSION 2131
// I will give the chance of redefining basic types for compilers that are not fully C99 compliant
#ifndef CMS_BASIC_TYPES_ALREADY_DEFINED