From 61bf1266f7f3bf7b43b2d28a08da1714e5abaf94 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 22 Feb 2012 14:25:45 +0000 Subject: Release colord 0.1.17 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- doc/website/download.html | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) 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.

+ -- cgit v1.2.1
Version  Date
0.1.172012-02-22
0.1.162012-01-17
0.1.152011-11-26
0.1.142011-11-01