~ubuntu-branches/debian/stretch/colord/stretch

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2014-01-16 17:55:36 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140116175536-flaudopszcz4qbqt
Tags: 1.0.6-1
* New upstream stable release 1.0.6
* Bump Standards-Version (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 72c74a31bc946e6be94757bd6cb5100e59aff12d
 
2
Author: Richard Hughes <richard@hughsie.com>
 
3
Date:   2014-01-13
 
4
 
 
5
    Release colord 1.0.6
 
6
 
 
7
M       NEWS
 
8
M       configure.ac
 
9
 
 
10
commit e6cbc8c94c64d86b06de710f8d803bacfd875490
 
11
Author: Richard Hughes <richard@hughsie.com>
 
12
Date:   2013-12-17
 
13
 
 
14
    libcolord: Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting
 
15
 
 
16
    Clients don't need to know this has failed if a device was never
 
17
    inhibited in
 
18
    the first place.
 
19
 
 
20
M       lib/colord/cd-device-sync.h
 
21
M       lib/colord/cd-device.h
 
22
 
 
23
commit f1f1e7717e95b3393956487d29ff7cf642b5e732
 
24
Author: Christopher James Halse Rogers <raof@ubuntu.com>
 
25
Date:   2013-12-19
 
26
 
 
27
    libcolorhug: Handle failure to initialise GUsb in self-tests
 
28
 
 
29
    This can fail, and does in my VMs and on the Ubuntu autopkgtest
 
30
    infrastructure.
 
31
    Since there are other tests of libcolorhug that can usefully be run,
 
32
    handle this
 
33
    like a failure to find a ColorHug on the USB bus, which is already
 
34
    non-fatal.
 
35
 
 
36
M       lib/colorhug/ch-self-test.c
 
37
 
 
38
commit 044cba76c5da1a9e1f82e60494bf63030b04497f
 
39
Author: Richard Hughes <richard@hughsie.com>
 
40
Date:   2014-01-13
 
41
 
 
42
    Use the corect sensor-kind values for GretagMacbeth sensors
 
43
 
 
44
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1000910
 
45
 
 
46
M       rules/69-cd-sensors.rules.in
 
47
 
 
48
commit b4c6e4cb83781945de06af1d1aeb947450d5b2d3
 
49
Author: Richard Hughes <richard@hughsie.com>
 
50
Date:   2013-12-12
 
51
 
 
52
    Fix the tag 'size' when viewing a profile in cd-iccdump with newer
 
53
    lcms versions
 
54
 
 
55
    Newer versions of lcms2 don't have the bug where they read the whole
 
56
    tag out,
 
57
    and now returns the size of the read (a good thing!).
 
58
 
 
59
M       lib/colord/cd-icc.c
 
60
 
 
61
commit 2a3e08638cfb0111d3d6d01a111a3206d6980f38
 
62
Author: Richard Hughes <richard@hughsie.com>
 
63
Date:   2013-12-10
 
64
 
 
65
    trivial: Add some run time checks for cd_color_rgb_array_interpolate()
 
66
 
 
67
M       lib/colord/cd-color.c
 
68
 
 
69
commit b4f3224f2a39afe22b8a284d8f85985358237e71
 
70
Author: Richard Hughes <richard@hughsie.com>
 
71
Date:   2013-12-10
 
72
 
 
73
    libcolord: Fix crash when cd_color_get_blackbody_rgb() with insane
 
74
    values
 
75
 
 
76
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=986675
 
77
 
 
78
M       lib/colord/cd-color.c
 
79
 
 
80
commit 20efe8a9e6282333c962babe9b8480261ee19c2c
 
81
Author: Richard Hughes <richard@hughsie.com>
 
82
Date:   2013-12-10
 
83
 
 
84
    session-helper: Do not crash when moving the sensor position
 
85
 
 
86
    Hopefully fixes: https://bugzilla.redhat.com/show_bug.cgi?id=973792
 
87
 
 
88
M       contrib/session-helper/cd-main.c
 
89
 
 
90
commit b8b8a17e13280c8e8f225ef4ebc98e598838f54a
 
91
Author: Richard Hughes <richard@hughsie.com>
 
92
Date:   2013-12-10
 
93
 
 
94
    session-helper: Set the status to idle when resuming
 
95
 
 
96
M       contrib/session-helper/cd-main.c
 
97
 
 
98
commit a5b964fa5890c9c4bdaf007bc1e7c6434b17dc59
 
99
Author: Richard Hughes <richard@hughsie.com>
 
100
Date:   2013-12-04
 
101
 
 
102
    trivial: post release version bump
 
103
 
 
104
M       RELEASE
 
105
M       configure.ac
 
106
 
1
107
commit 60c62b0712a480664161c84524a4af0114f52d81
2
108
Author: Richard Hughes <richard@hughsie.com>
3
 
Date:   2013-12-04
 
109
Date:   2013-12-04
4
110
 
5
111
    Release colord 1.0.5
6
112