summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-12-19 15:22:18 +0000
committerRichard Hughes <richard@hughsie.com>2012-12-19 15:22:18 +0000
commit0074b781f6c6bc0bb980479e01e91b3ecd04711b (patch)
treeec53083a7cf391fa7242132d348226e9a036bc63
parent605e89714849580dab19a9eadb61af9dee984b58 (diff)
downloadcolord-COLORD_0_1_26.tar.gz
Release colord 0.1.26COLORD_0_1_260.1.26
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
3 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f33e14f..935159c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 0.1.26
+~~~~~~~~~~~~~~
+Released: 2012-12-19
+
+New Features:
+ - Add 4 more defined sensor types (Richard Hughes)
+ - Add a create-temperature subcommand to colormgr to test VCGT generation (Richard Hughes)
+ - Add a 'SensorId' property to the sensor interface (Richard Hughes)
+ - Add a session helper that can be used to calibrate the screen (Richard Hughes)
+ - Add cd_it8_save_to_data() to save the data to some allocated memory (Richard Hughes)
+ - Add FindSensorById() to the main interface (Richard Hughes)
+ - Add some defines for the Spyder4 display colorimeter (John (J5) Palmieri)
+ - Add some device figures from gnome-color-manager used in KDE and GNOME (Richard Hughes)
+ - Add some example calibration ti1 files from gnome-color-manager (Richard Hughes)
+ - Add support for reading and writing .cal files to CdIt8 (Richard Hughes)
+ - Add the ability to 'disable' a device so that color management can be turned off (Richard Hughes)
+ - Export cd_color_rgb_interpolate() as it's useful to applications (Richard Hughes)
+ - Recognise the internal sensor on W700 laptops and set a property for the calibration tools (Richard Hughes)
+ - Use spotread when there is no native sensor driver (Richard Hughes)
+
+Bugfixes:
+ - Add some missing entries in cd_sensor_kind_from_string (John (J5) Palmieri)
+ - Create ICCv2 profiles when using cd-create-profile (Richard Hughes)
+ - Do 3 reads in quick succession for colormgr get-sensor-reading (Richard Hughes)
+ - Fix a crash when saving a ti3 file where white is not the last sample (Richard Hughes)
+ - Fix a critical warning when writing using cd_it8_add_data() with no XYZ value (Richard Hughes)
+ - If ti1 values are > 1.0 then assume they are normalized (Richard Hughes)
+ - Return class specific error codes if authentication fails (Richard Hughes)
+ - Scale the ti3 RGB values to 100 when writing with NORMALIZED_TO_Y_100 (Richard Hughes)
+ - Set DEVICE_CLASS when saving a cal IT8 file (Richard Hughes)
+ - Support doing sensor user actions when using 'colormgr get-sensor-reading' (Richard Hughes)
+ - Update the device scope if it changes at runtime (Richard Hughes)
+ - Use enumerated error values in the client library (Richard Hughes)
+
Version 0.1.25
~~~~~~~~~~~~~~
Released: 2012-11-16
diff --git a/configure.ac b/configure.ac
index b03db6c..ef0df5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,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=13
+LT_REVISION=14
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index 62c486c..c17ce65 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -30,6 +30,7 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>0.1.26</td><td></td><td>2012-12-19</td></tr>
<tr><td>0.1.25</td><td></td><td>2012-11-26</td></tr>
<tr><td>0.1.24</td><td></td><td>2012-10-26</td></tr>
<tr><td>0.1.23</td><td></td><td>2012-08-29</td></tr>