summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent605e89714849580dab19a9eadb61af9dee984b58 (diff)
downloadcolord-0074b781f6c6bc0bb980479e01e91b3ecd04711b.tar.gz
Release colord 0.1.26COLORD_0_1_260.1.26
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 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