summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS40
-rw-r--r--RELEASE8
-rw-r--r--doc/website/download.html1
3 files changed, 45 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6ebe85d..6b0e572 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Version 1.2.0
+~~~~~~~~~~~~~
+Released: 2014-04-05
+
+New Features:
+ - Generate the CMFs from source data (Richard Hughes)
+ - Install several standard illuminants (Richard Hughes)
+ - Install the CRI Test Color Samples (Richard Hughes)
+ - Make colormgr script friendly by allowing filtering (Richard Hughes)
+ - Use the new cmsContext functionality in LCMS 2.6 (Richard Hughes)
+ - colord: Add a RGB32 pixel format for GdkPixbuf (Richard Hughes)
+ - colord: Add a utility function to calculate an XYZ value from a CMF (Richard Hughes)
+ - colord: Add a whitepoint value to cd_color_xyz_to_uvw() (Richard Hughes)
+ - colord: Add CdColorUVW and some useful functionality (Richard Hughes)
+ - colord: Add cd_color_xyz_to_cct() (Richard Hughes)
+ - colord: Add cd_icc_get_context() to get the internal cmsContext used by lcms2 (Richard Hughes)
+ - colord: Add cd_it8_utils_calculate_cri_from_cmf() to generate a CRI (Richard Hughes)
+ - colord: Add cd_spectrum_multiply() to multiply two spectra (Richard Hughes)
+ - colord: Add cd_spectrum_planckian_new() (Richard Hughes)
+ - colord: Add functionality to read and write raw tag data (Richard Hughes)
+ - colord: Support CCSS data files (Richard Hughes)
+ - colord: Support SPECTRAL_NORM in it8 files (Richard Hughes)
+ - colorhug: Support setting and getting the DAC value (Richard Hughes)
+
+Bugfixes:
+ - Correctly convert all of the image when using CdTransform (Richard Hughes)
+ - EDID strings can be up to 13 bytes (Florian Höch)
+ - Fix the blue primary check so ProPhotoRGB is not marked as invalid (Richard Hughes)
+ - Fix the tag 'size' when viewing a profile in cd-iccdump with newer lcms versions (Richard Hughes)
+ - Only include libudev in Requires.private on Linux (Richard Hughes)
+ - Use the corect sensor-kind values for GretagMacbeth sensors (Richard Hughes)
+ - colord: Do not invalidate the CdTransform if the CdIcc object does not change (Richard Hughes)
+ - colord: Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting (Richard Hughes)
+ - colord: Fix a potential crash when destroying a CdIt8 object (Richard Hughes)
+ - colord: Fix the GObject introspection for cd_device_get_profiles() (Richard Hughes)
+ - colord: Improve the error handling in CdIt8 (Richard Hughes)
+ - colord: Load the profile defaults when using cd_icc_create_default() (Richard Hughes)
+ - colorhug: Handle failure to initialise GUsb in self-tests (Christopher James Halse Rogers)
+ - colorhug: Rename 'ColorHug Spectro' to 'ColorHug+' for trademark reasons (Richard Hughes)
+
Version 1.1.5
~~~~~~~~~~~~~
Released: 2013-12-11
diff --git a/RELEASE b/RELEASE
index 804f9e3..ff8f729 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,9 +4,9 @@ colord Release Notes
git shortlog COLORD_1_1_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.1.6
+Version 1.2.0
~~~~~~~~~~~~~
-Released: 2013-xx-xx
+Released: 2014-xx-xx
New Features:
Bugfixes:
@@ -25,8 +25,8 @@ git add *.po
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="1.1.6"
-export release_tag="COLORD_1_1_6"
+export release_version="1.2.0"
+export release_tag="COLORD_1_2_0"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"
diff --git a/doc/website/download.html b/doc/website/download.html
index 6e2c8bf..e811829 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -34,6 +34,7 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.1.6</td><td></td><td>2014-04-05</td></tr>
<tr><td>1.1.5</td><td></td><td>2013-12-11</td></tr>
<tr><td>1.1.4</td><td></td><td>2013-11-19</td></tr>
<tr><td>1.1.3</td><td></td><td>2013-10-30</td></tr>