Accepting request 158299 from GNOME:Next

Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158299
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=62
This commit is contained in:
2013-03-13 23:01:55 +00:00
committed by Git OBS Bridge
parent a746482f86
commit 20fb768d9e
5 changed files with 225 additions and 4 deletions

View File

@@ -1,3 +1,111 @@
-------------------------------------------------------------------
Wed Feb 27 12:11:08 UTC 2013 - dimstar@opensuse.org
- Update to version 0.1.30:
+ New features:
- Load the instrospection to the colord binary as a GResource
- Save the common ICC profiles as GResources in the colord
binary to reduce I/O
- Support setting the blue LED in the ColorHug Spectro
+ Bugfixes:
- Append -private to the driver libraries as they have no
headers installed
- cd_sensor_get_caps() returns a bitfield, so make it
explicitly 64 bits wide
- Do not expect a system proxy when checking if the daemon
exists
- Do not remove the database files when upgrading the package
- Do not show duplicate profiles when icc-profiles-openicc is
installed
- Fix Colord-1.0.gir build with --no-add-needed
- Fix linking of ch-self-test
- Fix symbol-prefix passed to g-ir-scanner
- Fix up the model name for the ColorMunki
- Skip more self tests if the daemon could not be started
- Changes from version 0.1.29:
+ New Features:
- Add an interface for plugins to decline to load
- Add a --verbose and --version argument to colormgr
- Add DTP94 native sensor support
- Add the 'Plasma' sensor capability
- Allow profiles to have a 'score' which affects the standard
space
- Detect profiles from adobe.com and color.org and add metadata
- Install libdtp94 for access to the DTP94 colorimeter
- Install libhuey for access to the Huey colorimeter
- Install libmunki for access to the ColorMunki Photo hardware
- Move libcolorhug from colorhug-client for access to the
ColorHug colorimeter
- Reintroduce SANE support
- session-helper:
. Return extra data from the calibration in the Finished
signal
. Return the correct sensor images when calibrating
+ Bugfixes:
- Allow the user to specify the device type when using
'colormgr create-device'
- Change the Adobe RGB description to be 'Compatible with Adobe
RGB (1998)'
- Do not auto-add profiles due to device-id metadata if they
have been manually removed
- Do not include the size of the NULL byte when writing data
from CCMX files
- Do not log a critical warning if the daemon is replaced at
runtime
- Do not make the libsystemd-login dep automatic
- Do not return an error if a user manually adds a profile that
has already been automatically added
- Don't emit a warning if the profile warnings or owner changes
- Ensure profiles with MAPPING_device_id get auto-added to
devices
- Fix timezone problem in colord_client_random_func test
- Include cd-buffer.c in libcolordprivate for future use
- Make libcolord/device_async test pass everywhere
- Return an error if a client tries to create a device of an
unknown type
- Set the additional 'OwnerCmdline' metadata on each device
- Show all the possible capabilities on one line when doing
'colormgr get-sensors'
- Specify the sensor caps in the code for native sensors
- Split the libcolord.so into libcolordprivate.so so it can be
used without a GObject dep
- Write the CdIt8 'CREATED' date string in all files
- Changes from version 0.1.28:
+ New Features:
- Add some default GSetting schema values for the calibration
helper
- Add a Sensor.Metadata property
- - Add the sensor images as metadata on the D-Bus interface
+ Bugfixes:
- Quit the session helper if the device or sensor was not found
- Never build more than one print profile at a time
- Don't use the deprecated INCLUDES in Makefile.am
- Changes from version 0.1.27:
+ New Features:
- Add ColorMunki Smile defines and calibration attach image
- Add Spyder4 calibration attach image
- Add the ability to generate Rec. 709 gamma curves
- Export a Device.Embedded property that is set for fixed
hardware
- Import shared-color-profiles into colord
- Install a header with all the session helper defines
- Support L* gamma encoding in cd-create-profile
- Write the profile quality into to the .icc file as metadata
+ Bugfixes:
- Allow passing no value as properties to CreateDevice
- Do not return zero profiles when the device is being
calibrated or disabled
- Ensure the color types are methods in GObject Introspection
rather than functions
- Fix build when srcdir != builddir
- Fix floating point number parsing in non C locale
environments
- Remove 'Monitor' suffix from display devices model string.
- Add colord-privlib.patch: Move private libraries out of
%{_libdir}.
- Add gnome-common BuildRequires and call to autogen.sh, as above
patch touches the build system.
-------------------------------------------------------------------
Mon Feb 18 15:10:01 UTC 2013 - abergmann@novell.com