summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-01-13 14:12:27 +0000
committerRichard Hughes <richard@hughsie.com>2014-01-13 14:12:27 +0000
commit72c74a31bc946e6be94757bd6cb5100e59aff12d (patch)
tree02f2165ca4a2ba1ce26a4b2771440f15250d5752
parente6cbc8c94c64d86b06de710f8d803bacfd875490 (diff)
downloadcolord-COLORD_1_0_6.tar.gz
Release colord 1.0.6COLORD_1_0_61.0.6
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 516c6a4..05bc8df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.0.6
+~~~~~~~~~~~~~
+Released: 2013-01-13
+
+Bugfixes:
+ - Fix the tag 'size' when viewing a profile in cd-iccdump (Richard Hughes)
+ - Use the corect sensor-kind values for GretagMacbeth sensors (Richard Hughes)
+ - libcolord: Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting (Richard Hughes)
+ - libcolord: Fix crash when cd_color_get_blackbody_rgb() with insane values (Richard Hughes)
+ - libcolorhug: Handle failure to initialise GUsb in self-tests (Christopher James Halse Rogers)
+ - session-helper: Do not crash when moving the sensor position (Richard Hughes)
+ - session-helper: Set the status to idle when resuming (Richard Hughes)
+
Version 1.0.5
~~~~~~~~~~~~~
Released: 2013-12-04
diff --git a/configure.ac b/configure.ac
index a6a0ff3..d7137c5 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=22
+LT_REVISION=23
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)