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

Update to 1.0.0

OBS-URL: https://build.opensuse.org/request/show/175322
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=69
This commit is contained in:
2013-05-14 18:11:56 +00:00
committed by Git OBS Bridge
parent a49d703dfa
commit cd4a9ed538
4 changed files with 34 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon May 13 18:14:57 UTC 2013 - dimstar@opensuse.org
- Update to version 1.0.0:
+ New Features:
- Add a config option for monitors with identical EDID values.
- Add API to control the use of BPC in CdTransform.
- Add a simple BGRA32 pixel format.
- Add a simple CMYK32 pixel format.
- Add a simple colord.conf manpage.
- Allow a different input and output format in CdTransform.
- Show all the translations when dumping an ICC profile.
+ Bugfixes:
- Add some missing G_BEGIN_DECLS/G_END_DECLS in header files.
- Always return an error if cd_main_device_add() failed.
- Build all installed binaries with PIE.
- Build the colord binary with full RELRO.
- Do not show a warning when using 'colormgr
device-get-profile-for-qualifier'.
- Ensure the parent directories exist when calling
cd_icc_save_file.
- Fix crash in cd-iccdump by working around an lcms2 bug.
- Fix using the ColorHug color sensor on ARM hardware.
- Fix using the Huey color sensor on ARM hardware.
- Set the STANDARD_space metadata for the print profiles.
- Use G_GNUC_WARN_UNUSED_RESULT in public and private headers.
- Use the same pixel format names as Cairo and the same
in-memory value as lcms2.
-------------------------------------------------------------------
Wed May 1 19:33:55 UTC 2013 - dimstar@opensuse.org