summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2013-06-17 16:05:32 +0200
committerMarti Maria <info@littlecms.com>2013-06-17 16:05:32 +0200
commit0ba8f90dc60be8e838556ceb31474f1f407967dd (patch)
tree55014c53474ba9173d086c44d7e1d09136908c3f
parente5ce12948f89f45f8a7cff157423669ec2ec8279 (diff)
downloadlcms2-0ba8f90dc60be8e838556ceb31474f1f407967dd.tar.gz
Final changes to 2.5lcms2.5rc2
-rw-r--r--ChangeLog16
-rw-r--r--include/lcms2.h2
2 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index feec28c..efdef95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+
+
+This is a timeline change log, see features included in each release ABOVE release number
+
+
+-----------------------
2.0 Major version bump
-----------------------
@@ -24,6 +30,7 @@ Added Duotone support (Bilinear interpolation)
Fixed a bug on curve reversing when source curves have few points
Added bound check in floating point interpolation
+-----------------------
2.1 Maintenance release
-----------------------
@@ -42,7 +49,7 @@ Added dictionary metatag support
Fixed a bug on ReadRAWtag
Pascal unit now is supported by Free Pascal Compiler
-
+-----------------------
2.2 Maintenance release
-----------------------
@@ -54,6 +61,7 @@ Adding a memory alignment macro for CGATS parser
Updated to ICC spec 4.3
Added compatibilty with Argyll's CGATS parser
+-----------------------
2.3 Maintenance release
-----------------------
@@ -84,6 +92,7 @@ Fixed a bug in XYZ floating point PCS
Fixed an unitialized read on PatchLUT
Added a check for maximum input channels
+--------------------
2.4 Featured release
--------------------
@@ -110,5 +119,8 @@ Remove spurious tabs added by git merge of pull request
Added support for VS2012
Added a simple project for cppcheck
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
-Transform2Devicelink now keeps white point is gurssing deviceclass is enabled
+Transform2Devicelink now keeps white point when guessing deviceclass is enabled
+-----------------------
+2.5 Maintenance release
+-----------------------
diff --git a/include/lcms2.h b/include/lcms2.h
index 309cd2c..89cd37a 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.5b
+// Version 2.5
//
#ifndef _lcms2_H