summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS36
-rw-r--r--doc/website/download.html1
2 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d0a2e7..8b10981 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Version 0.1.8
+~~~~~~~~~~~~~
+Released: 2011-06-02
+
+Translations:
+ - Add Japanese translation (Ryo Fujita)
+
+New Features:
+ - Add a 'Created' property to the Profile interface (Richard Hughes)
+ - Add an basic ColorMunki native sensor driver (Richard Hughes)
+ - Add an explicit 'webcam' device kind (Richard Hughes)
+ - Add a timestamp when making profiles default (Richard Hughes)
+ - Add support for reading and writing ICC profile metadata (Richard Hughes)
+ - Allow the client to pass file descriptors out of band to CreateProfile (Richard Hughes)
+ - Manually remove the date from profiles to make them look nicer in the GUI (Richard Hughes)
+ - Prettify the device vendor and model names (Richard Hughes)
+ - Split out the sensors into runtime-loadable shared objects (Richard Hughes)
+ - libcolord: Add a cd_device_kind_to_profile_kind() utility function (Richard Hughes)
+ - libcolord: Add preprocessor defines for the device and profile property and metadata names (Richard Hughes)
+ - libcolord: Add some simple helpers to check objects for equality (Richard Hughes)
+ - libcolord: Add the helper function cd_profile_get_age() (Richard Hughes)
+ - libcolord: Provide some GIO async variants for the methods in CdClient (Richard Hughes)
+
+Bugfixes:
+ - Allow setting the 'Colorspace' property on profile objects (Richard Hughes)
+ - Bump glib requirement to 2.28 in configure.ac (Adrien Bustany)
+ - Do not return a 4-double triple for Sensor.GetSample() (Richard Hughes)
+ - Do not try to register a second identical instance of a device on the bus (Richard Hughes)
+ - Ensure empty strings are specially parsed as NULL (Richard Hughes)
+ - Ensure GPhoto2 devices get added to the device list (Richard Hughes)
+ - Fix the gtk-doc build (Richard Hughes)
+ - If the user tries to register a second identical profile don't return an error (Richard Hughes)
+ - Simplify vendor cleanup code (Bastien Nocera)
+ - Use the FILE_checksum metadata for profiles created without internal checksums (Richard Hughes)
+ - When creating a device with an existing virtual device promote it to a physical device (Richard Hughes)
+
Version 0.1.7
~~~~~~~~~~~~~
Released: 2011-05-06
diff --git a/doc/website/download.html b/doc/website/download.html
index 06d62f3..ab8f813 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -71,6 +71,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>0.1.8</td><td></td><td>2011-06-02</td></tr>
<tr><td>0.1.7</td><td></td><td>2011-05-06</td></tr>
<tr><td>0.1.6</td><td></td><td>2011-04-24</td></tr>
<tr><td>0.1.5</td><td></td><td>2011-03-31</td></tr>