Accepting request 145961 from home:dimstar:branches:GNOME:Factory

Update to 0.1.26

OBS-URL: https://build.opensuse.org/request/show/145961
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=53
This commit is contained in:
Hans Petter Jansson
2012-12-22 14:18:58 +00:00
committed by Git OBS Bridge
parent c667d06e2a
commit 4145e11f28
4 changed files with 53 additions and 4 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Dec 20 08:16:40 UTC 2012 - dimstar@opensuse.org
- Update to version 0.1.26:
+ New Features:
- Add 4 more defined sensor types.
- Add a create-temperature subcommand to colormgr to test VCGT
generation.
- Add a 'SensorId' property to the sensor interface.
- Add a session helper that can be used to calibrate the screen
- Add cd_it8_save_to_data() to save the data to some allocated
memory.
- Add FindSensorById() to the main interface.
- Add some defines for the Spyder4 display colorimeter.
- Add some device figures from gnome-color-manager used in KDE
and GNOME.
- Add some example calibration ti1 files from
gnome-color-manager.
- Add support for reading and writing .cal files to CdIt8.
- Add the ability to 'disable' a device so that color
management can be turned off.
- Export cd_color_rgb_interpolate() as it's useful to
applications.
- Recognise the internal sensor on W700 laptops and set a
property for the calibration tools.
- Use spotread when there is no native sensor driver.
+ Bugfixes:
- Add some missing entries in cd_sensor_kind_from_string.
- Create ICCv2 profiles when using cd-create-profile.
- Do 3 reads in quick succession for colormgr
get-sensor-reading.
- Fix a crash when saving a ti3 file where white is not the
last sample.
- Fix a critical warning when writing using cd_it8_add_data()
with no XYZ value.
- If ti1 values are > 1.0 then assume they are normalized.
- Return class specific error codes if authentication fails.
- Scale the ti3 RGB values to 100 when writing with
NORMALIZED_TO_Y_100.
- Set DEVICE_CLASS when saving a cal IT8 file.
- Support doing sensor user actions when using 'colormgr
get-sensor-reading'.
- Update the device scope if it changes at runtime.
- Use enumerated error values in the client library.
-------------------------------------------------------------------
Thu Nov 29 08:33:29 UTC 2012 - dimstar@opensuse.org