summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-13 10:35:07 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-13 10:35:07 +0100
commitf052e56acec739705e78421c2e75419481074673 (patch)
tree0aa6bab522a7cb00e607d9b185bfcb03425a87d7
parent61b93bdd5d6243e39523a5ea755060b02ebe8d18 (diff)
downloadcolord-1.0.0.tar.gz
Release colord 1.0.0COLORD_1_0_01.0.0
-rw-r--r--NEWS27
-rw-r--r--doc/website/download.html28
-rw-r--r--doc/website/faq.html2
3 files changed, 56 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba9ab51..a546ece 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Version 1.0.0
+~~~~~~~~~~~~~
+Released: 2013-05-13
+
+New Features:
+ - Add a config option for monitors with identical EDID values (Richard Hughes)
+ - Add API to control the use of BPC in CdTransform (Richard Hughes)
+ - Add a simple BGRA32 pixel format (Richard Hughes)
+ - Add a simple CMYK32 pixel format (Richard Hughes)
+ - Add a simple colord.conf manpage (Richard Hughes)
+ - Allow a different input and output format in CdTransform (Richard Hughes)
+ - Show all the translations when dumping an ICC profile (Richard Hughes)
+
+Bugfixes:
+ - Add some missing G_BEGIN_DECLS/G_END_DECLS in header files (Richard Hughes)
+ - Always return an error if cd_main_device_add() failed (Richard Hughes)
+ - Build all installed binaries with PIE (Richard Hughes)
+ - Build the colord binary with full RELRO (Richard Hughes)
+ - Do not show a warning when using 'colormgr device-get-profile-for-qualifier' (Richard Hughes)
+ - Ensure the parent directories exist when calling cd_icc_save_file (Richard Hughes)
+ - Fix crash in cd-iccdump by working around an lcms2 bug (Richard Hughes)
+ - Fix using the ColorHug color sensor on ARM hardware (Richard Hughes)
+ - Fix using the Huey color sensor on ARM hardware (Richard Hughes)
+ - Set the STANDARD_space metadata for the print profiles (Richard Hughes)
+ - Use G_GNUC_WARN_UNUSED_RESULT in public and private headers (Richard Hughes)
+ - Use the same pixel format names as Cairo and the same in-memory value as lcms2 (Richard Hughes)
+
Version 0.1.34
~~~~~~~~~~~~~~
Released: 2013-05-01
diff --git a/doc/website/download.html b/doc/website/download.html
index ee6cf13..30efe68 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -23,6 +23,10 @@ are already installed.
Released versions are found
<a href="http://www.freedesktop.org/software/colord/releases/">here</a>.
</p>
+<!--
+<h3>
+Development Releases:
+</h3>
<p>
These are versions which have new features for each release.
We are also willing to break ABI and API to fix bugs and will merge new or
@@ -30,6 +34,30 @@ 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.0.1</td><td></td><td>2013-05-13</td></tr>
+</table>
+-->
+<h3>
+ABI Stable Releases:
+</h3>
+<p>
+These are versions where we will not break ABI, API or localisations.
+Releases are less frequent, usually every few months.
+</p>
+<table>
+<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.0.0</td><td></td><td>2013-05-13</td></tr>
+</table>
+<h3>
+Obsolete Releases:
+</h3>
+<p>
+These are versions that used to be the ABI stable releases, but are now
+longer supported.
+There will not be any more releases of these versions.
+</p>
+<table>
+<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
<tr><td>0.1.34</td><td></td><td>2013-05-01</td></tr>
<tr><td>0.1.33</td><td></td><td>2013-04-16</td></tr>
<tr><td>0.1.32</td><td></td><td>2013-03-28</td></tr>
diff --git a/doc/website/faq.html b/doc/website/faq.html
index c9e05da..e4245e1 100644
--- a/doc/website/faq.html
+++ b/doc/website/faq.html
@@ -48,7 +48,7 @@ Version numbers are of the form <b>${major}</b>.<b>${minor}</b>.<b>${micro}</b>.
<center>
<table cellpadding="5px">
<tr><th>Git Branch</th><th>Version Numbers</th><th>Maintained Status</th></tr>
-<tr><td><code>colord-0-1</code></td><td><code>0.1.*</code></td><td><code>stable</code>, soon to be <code>obsolete</code></td></tr>
+<tr><td><code>colord-0-1</code></td><td><code>0.1.*</code></td><td><code>obsolete</code></td></tr>
<tr><td><code>colord-1-0</code></td><td><code>1.0.*</code></td><td><code>stable</code>, getting backported fixes</td></tr>
<tr><td><code>master</code></td><td><code>1.1.*</code></td><td><code>unstable</code>, getting fixes and new features</td></tr>
</table>