summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-05 11:59:54 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-05 11:59:54 +0000
commitf8a0b0441b2e6658da29d79999e7b9892c619653 (patch)
tree10a460c14f6d6908dfac8b79cdb6bb9bf156c128
parent505dca03d7c8859765d4bb355d0ec34646ecd3a1 (diff)
downloadcolord-1.1.8.tar.gz
Release colord 1.1.8COLORD_1_1_81.1.8
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9c317a4..05ac468 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 1.1.8
+~~~~~~~~~~~~~
+Released: 2014-11-05
+
+New Features:
+ - Add a branding-less ColorHug2 figure (Pascal de Bruijn)
+ - Use the ColorHug sensor driver for the ColorHug2 hardware (Richard Hughes)
+
+Bugfixes:
+ - Actually write a file when using cd_icc_save_default() (Richard Hughes)
+ - Add a RGB32 pixel format for GdkPixbuf (Richard Hughes)
+ - Correctly convert all of the image when using CdTransform (Richard Hughes)
+ - Do not try to return a CdIcc instance for virtual profiles (Richard Hughes)
+ - EDID strings can be up to 13 bytes (Florian Höch)
+ - Fix building the CMF spectra on OpenBSD/sparc64 (Richard Hughes)
+ - Retry the command submission if the ColorHug response is incomplete (Richard Hughes)
+
Version 1.1.7
~~~~~~~~~~~~~
Released: 2014-02-28
diff --git a/configure.ac b/configure.ac
index 72b5472..fefdd8e 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=2
-LT_REVISION=2
+LT_REVISION=3
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)