summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-02-22 14:25:45 +0000
committerRichard Hughes <richard@hughsie.com>2012-02-22 14:25:45 +0000
commit61bf1266f7f3bf7b43b2d28a08da1714e5abaf94 (patch)
treecd71dd06663c71480770033279c2450e237e16e9
parent4fcc7325e6e17a4a37f0fba4047e962bb5b271a0 (diff)
downloadcolord-COLORD_0_1_17.tar.gz
Release colord 0.1.17COLORD_0_1_170.1.17
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
3 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ed416f..6bf0fd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.1.17
+~~~~~~~~~~~~~~
+Released: 2012-02-22
+
+New Features:
+ - Add an LED sample type (Richard Hughes)
+ - Add a metadata key to store the calibration brightness (Richard Hughes)
+ - Show the profile title when using colormgr get-profiles (Richard Hughes)
+
+Bugfixes:
+ - Add PrivateNetwork and PrivateTmp to the systemd service file (Richard Hughes)
+ - Don't leak a GVariantIter when setting the device metadata (Richard Hughes)
+ - Fix a critical warning if a client tries to get the profile metadata (Matthias Clasen)
+ - Fix InstallSystemWide() when running as the colord user (Richard Hughes)
+ - Increase the colorhug sample timeout to 5 seconds (Richard Hughes)
+ - Make underscores into spaces for the profile title (Richard Hughes)
+ - Return from cd_profile_has_access() with TRUE for virtual profiles (Richard Hughes)
+
Version 0.1.16
~~~~~~~~~~~~~~
Released: 2012-01-17
diff --git a/configure.ac b/configure.ac
index 15412ea..e27b788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_SUBST(CD_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=1
-LT_REVISION=8
+LT_REVISION=9
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index f88e3dd..790169b 100644
--- a/doc/website/download.html
+++ b/doc/website/download.html
@@ -30,6 +30,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.17</td><td></td><td>2012-02-22</td></tr>
<tr><td>0.1.16</td><td></td><td>2012-01-17</td></tr>
<tr><td>0.1.15</td><td></td><td>2011-11-26</td></tr>
<tr><td>0.1.14</td><td></td><td>2011-11-01</td></tr>