summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-08-19 11:04:58 +0100
committerRichard Hughes <richard@hughsie.com>2013-08-19 11:04:58 +0100
commit2f1b80313b6e9e10f02d1339dbafdde7796870bb (patch)
tree851b174c14458d0e96d7a793568a0f8bddcd3ab2
parenteb16b03bb626392fa209f61c5e8ec2ecc7483a16 (diff)
downloadcolord-COLORD_1_0_3.tar.gz
Release colord 1.0.3COLORD_1_0_31.0.3
-rw-r--r--NEWS14
-rw-r--r--RELEASE2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca7129a..d5e7113 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 1.0.3
+~~~~~~~~~~~~~
+Released: 2013-08-19
+
+Bugfixes:
+ - Allow profiles to be added or removed when the device is not enabled (Richard Hughes)
+ - Always return soft-add calibration profiles before soft-add EDID profiles (Richard Hughes)
+ - Do not mix up device paths and device IDs in the documentation (Conley Moorhous)
+ - Fix warning when any test profile has an EDID source and no ICC file (Richard Hughes)
+ - libcolord: Always calculate the fallback checksum when using CdIccStore (Richard Hughes)
+ - libcolord: Do not assert on finalize if connecting to the profile failed (Richard Hughes)
+ - libcolord: Register a log handler when using lcms2 (Richard Hughes)
+ - Use %ghost in the example spec file to avoid removing databases on upgrades (Richard Hughes)
+
Version 1.0.2
~~~~~~~~~~~~~
Released: 2013-07-07
diff --git a/RELEASE b/RELEASE
index 416a2f6..06f5a23 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ colord Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog COLORD_1_0_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_1_0_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 1.0.3
~~~~~~~~~~~~~