summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fae93e5..516c6a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.0.5
+~~~~~~~~~~~~~
+Released: 2013-12-04
+
+Bugfixes:
+ - Detect at runtime if the lcms2 function MemoryWrite is faulty (Richard Hughes)
+ - Do not write an invalid dict or mluc data when the resaving (Richard Hughes)
+ - Don't crash with an empty ICC file (Marti Raudsepp)
+ - Don't create legacy locations when loading stores (Matthias Clasen)
+ - Ensure the version is set when using cd_icc_create_from_edid() (Richard Hughes)
+ - Never add USB hubs as scanner devices even if tagged by libsane (Richard Hughes)
+ - Never create color managed webcam devices (Richard Hughes)
+
Version 1.0.4
~~~~~~~~~~~~~
Released: 2013-10-30
diff --git a/configure.ac b/configure.ac
index dc599cf..e93fe36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_SUBST(CD_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=21
+LT_REVISION=22
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)