summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-30 12:42:06 +0100
committerRichard Hughes <richard@hughsie.com>2011-08-30 12:42:41 +0100
commite481a509923ac406b4322d4e504140e47eb2dc3d (patch)
tree874bc299346920e8c42db93518505a9d1e3c6152
parent8cf64eddcf79882358e90ca74835a030fad19f0d (diff)
downloadcolord-0.1.12.tar.gz
Release colord 0.1.12COLORD_0_1_120.1.12
-rw-r--r--NEWS22
-rw-r--r--RELEASE3
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
4 files changed, 25 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 63ccc30..0ee9226 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.1.12
+~~~~~~~~~~~~~~
+Released: 2011-08-30
+
+New Features:
+ - Add a configure argument --enable-volume-search (Richard Hughes)
+ - Add a configure argument of --enable-fd-fallback (Richard Hughes)
+ - Add cd_client_import_profile() to be able to easily import a GFile (Richard Hughes)
+ - Allow the daemon to run with a different user (Richard Hughes)
+
+Bugfixes:
+ - Add daemon user to acl of sensor devices (Christopher James Halse Rogers)
+ - Add lcms2 to Requires.private (Richard Hughes)
+ - Check if a file is really an ICC profile before importing it (Richard Hughes)
+ - Detect libusb_strerror in configure rather than relying on the version (Richard Hughes)
+ - Do not fail make check if there is no available local colord process to use (Richard Hughes)
+ - Ensure the profiles are sorted by thier timestamp during login (Richard Hughes)
+ - Ensure the volume-sourced profiles are not marked as systemwide profiles (Richard Hughes)
+ - Exit with an error when trying to connect to a device that does not exist (Richard Hughes)
+ - Remove duplicate call to complete in libcolord (Alban Browaeys)
+ - Try harder to use the ICC profile checksum (Richard Hughes)
+
Version 0.1.11
~~~~~~~~~~~~~~
Released: 2011-08-01
diff --git a/RELEASE b/RELEASE
index c814bb1..7d50481 100644
--- a/RELEASE
+++ b/RELEASE
@@ -20,9 +20,8 @@ Write release date to doc/website/download.html
export release_version="0.1.12"
export release_tag="COLORD_0_1_12"
-echo "Hello ${release_version}"
git commit -a -m "Release colord ${release_version}"
-git tag -s -f -m "Release colord ${release_version}" "$(release_tag)"
+git tag -s -f -m "Release colord ${release_version}" "${release_tag}"
<wait>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 6acf91d..dae4dfe 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=3
+LT_REVISION=4
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index d592833..59828ff 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.12</td><td></td><td>2011-08-30</td></tr>
<tr><td>0.1.11</td><td></td><td>2011-08-01</td></tr>
<tr><td>0.1.10</td><td></td><td>2011-07-06</td></tr>
<tr><td>0.1.9</td><td></td><td>2011-06-13</td></tr>