summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2021-01-05 17:38:49 +0100
committerMarti Maria <marti.maria@littlecms.com>2021-01-05 17:38:49 +0100
commit8154d6968674d3a6a4ab05ae85c4d27de1b97a7c (patch)
tree6e34cd985230ef9c5f06b914898bc8442789f26a
parent99ae7d450dea3d15e2cd4ba32a15bf8547f026cb (diff)
downloadlcms2-8154d6968674d3a6a4ab05ae85c4d27de1b97a7c.tar.gz
release candidate 1 of 2.12lcms2.12rc1
update changelog and submit release candidate 1 of 2.12
-rw-r--r--ChangeLog1
-rw-r--r--include/lcms2.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 720ca19..ab5ecd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ 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.
+Prevent a rare but possible out-of-bounds read in postscript generator
-----------------------
2.11 Maintenance release
diff --git a/include/lcms2.h b/include/lcms2.h
index 7ff9085..d656af6 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.12rc0
+// Version 2.12rc1
//
#ifndef _lcms2_H