~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-10-25 16:21:20 UTC
  • mto: (2.1.1 sid) (1.1.2)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111025162120-0aypjqn1zx9n6vgf
Tags: upstream-0.1.13
ImportĀ upstreamĀ versionĀ 0.1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 0.1.13
 
2
~~~~~~~~~~~~~~
 
3
Released: 2011-10-03
 
4
 
 
5
New Features:
 
6
 - Add an 'Owner' property on device and profile objects (Richard Hughes)
 
7
 - Add cd_profile_has_access() to filter profiles from other user accounts (Richard Hughes)
 
8
 - Add the crayon named color palette (Richard Hughes)
 
9
 - Add --xorg-gamma to cd-create-profile to create custom gamma ramps (Richard Hughes)
 
10
 
 
11
Bugfixes:
 
12
 - Add a note in the naming specification about the username suffix (Richard Hughes)
 
13
 - colormgr only needs one argument for find-device (Richard Hughes)
 
14
 - Ensure remote DBus errors are registered at startup (Richard Hughes)
 
15
 - Ensure uid 0 can always create devices and profiles (Richard Hughes)
 
16
 - Fix an error in configure if there is no sane .pc file (Richard Hughes)
 
17
 - Fix the --disable-polkit build (Richard Hughes)
 
18
 - Fix up the docs; cd_device_get_modified() returns microseconds (Richard Hughes)
 
19
 - Reduce the CPU load of clients when assigning profiles from the session (Richard Hughes)
 
20
 - Return an error if a client tries to create a duplicate device (Richard Hughes)
 
21
 - Return an error when trying to register a duplicate profile (Richard Hughes)
 
22
 
 
23
Version 0.1.12
 
24
~~~~~~~~~~~~~~
 
25
Released: 2011-08-30
 
26
 
 
27
New Features:
 
28
 - Add a configure argument --enable-volume-search (Richard Hughes)
 
29
 - Add a configure argument of --enable-fd-fallback (Richard Hughes)
 
30
 - Add cd_client_import_profile() to be able to easily import a GFile (Richard Hughes)
 
31
 - Allow the daemon to run with a different user (Richard Hughes)
 
32
 
 
33
Bugfixes:
 
34
 - Add daemon user to acl of sensor devices (Christopher James Halse Rogers)
 
35
 - Add lcms2 to Requires.private (Richard Hughes)
 
36
 - Check if a file is really an ICC profile before importing it (Richard Hughes)
 
37
 - Detect libusb_strerror in configure rather than relying on the version (Richard Hughes)
 
38
 - Do not fail make check if there is no available local colord process to use (Richard Hughes)
 
39
 - Ensure the profiles are sorted by thier timestamp during login (Richard Hughes)
 
40
 - Ensure the volume-sourced profiles are not marked as systemwide profiles (Richard Hughes)
 
41
 - Exit with an error when trying to connect to a device that does not exist (Richard Hughes)
 
42
 - Remove duplicate call to complete in libcolord (Alban Browaeys)
 
43
 - Try harder to use the ICC profile checksum (Richard Hughes)
 
44
 
1
45
Version 0.1.11
2
46
~~~~~~~~~~~~~~
3
47
Released: 2011-08-01