summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS51
-rw-r--r--doc/website/download.html6
2 files changed, 54 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a546ece..ce01404 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Version 1.1.1
+~~~~~~~~~~~~~
+Released: 2013-07-30
+
+Notes:
+ - This release bumps the soname of libcolord as long deprecated methods have
+ finally been removed. Any programs that link against libcolord will have to
+ be recompiled against this new version.
+ - This unstable branch is full of new features and experimental code, and
+ therefore this release should probably be restricted to non-stable distros.
+ - The colord.conf file has been removed and features are now autodetected at
+ runtime where possible or specified in configure.
+
+New Features:
+ - Add a shim libcolordcompat library with some helpers for ArgyllCMS (Richard Hughes)
+ - Add SystemVendor and SystemModel string properties to the main interface (Richard Hughes)
+ - Add the sub-command import-profile to colormgr (Richard Hughes)
+ - libcolord: Add cd_icc_save_data() so that we can set _ICC_PROFILE (Richard Hughes)
+ - libcolord: Add cd_icc_save_default() to save a profile to the default location (Richard Hughes)
+ - libcolord: Add functionality to set and get the profile characterization data (Richard Hughes)
+ - libcolord: Add methods to create a profile using CdClient with a CdIcc object (Richard Hughes)
+ - List the required parameters in the 'colormgr --help' output (Richard Hughes)
+ - Remove the AlwaysUseXrandrName config option and auto-detect it at runtime (Richard Hughes)
+ - Show the viewing conditions when dumping the ICC profile (Richard Hughes)
+
+Bugfixes:
+ - Add a quirk for ThinkPads so that we show 'ThinkPad T510' rather than '4384BR2' (Richard Hughes)
+ - Add CdIccStore to monitor directories of ICC profiles (Richard Hughes)
+ - Add optional installed tests (Richard Hughes)
+ - Allow colormgr to take an object path or an ID as input (Richard Hughes)
+ - Allow the user to specify a non-qualified path when using FindProfileByFilename (Richard Hughes)
+ - Allow using the key 'Filename' when using FindProfileByProperty (Richard Hughes)
+ - Bump the lcms2 dep to 2.4 (Richard Hughes)
+ - Correct a few translatable command descriptions for colormgr (Richard Hughes)
+ - Do not always overwrite files when using cd-fix-profile (Richard Hughes)
+ - Do not unconditionally enable BPC on the color transform (Richard Hughes)
+ - Fix ‘created’ time for non-UTC timezones again (Christopher James Halse Rogers)
+ - Fix GObject introspection when getting lists and metadata (Richard Hughes)
+ - libcolord: Always return the error if any sync method failed (Richard Hughes)
+ - libcolord: Set an instance GError when lcms does the error callback (Richard Hughes)
+ - libcolord: Work around a bug in cmsSaveProfileToMem() (Richard Hughes)
+ - Remove deprecated API and bump the soname (Richard Hughes)
+ - Remove the ICC volume searching functionality as it is not effective (Richard Hughes)
+ - Remove the now-unused /etc/colord.conf (Richard Hughes)
+ - Remove the StandardSpaces configure option (Richard Hughes)
+ - Remove the UseSANE config option (Richard Hughes)
+ - session-helper: Record the gamma table in the error message (Richard Hughes)
+ - Update the colormgr man page to reflect reality (Richard Hughes)
+ - Use an autogenerated device-id in the daemon self-test code (Richard Hughes)
+ - Use the GLib functions for converting USC4<->UTF-8 (Richard Hughes)
+
Version 1.0.0
~~~~~~~~~~~~~
Released: 2013-05-13
diff --git a/doc/website/download.html b/doc/website/download.html
index 4f9c38a..4052935 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -23,7 +23,7 @@ are already installed.
Released versions are found
<a href="http://www.freedesktop.org/software/colord/releases/">here</a>.
</p>
-<!--
+
<h3>
Development Releases:
</h3>
@@ -34,9 +34,9 @@ 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.1</td><td></td><td>2013-05-13</td></tr>
+<tr><td>1.1.1</td><td></td><td>2013-07-30</td></tr>
</table>
--->
+
<h3>
ABI Stable Releases:
</h3>