summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c8c7bb..2ffd3bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 0.1.14
+~~~~~~~~~~~~~~
+Released: 2011-11-01
+
+Translations:
+New Features:
+ - Add defines for the i1 Display 3 (Richard Hughes)
+ - Add two more DATA_source values to the specification (Richard Hughes)
+ - Align the output from colormgr get-devices and get-profiles (Richard Hughes)
+ - Allow cd-fix-profile to append and edit new metadata (Richard Hughes)
+
+Bugfixes:
+ - Ensure non-native device are added with no driver module (Richard Hughes)
+ - Split the sensor and device udev code (Richard Hughes)
+
Version 0.1.13
~~~~~~~~~~~~~~
Released: 2011-10-03
diff --git a/configure.ac b/configure.ac
index 8f5c75a..f3f1d6a 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=5
+LT_REVISION=6
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index e6de989..8f35b82 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.14</td><td></td><td>2011-11-01</td></tr>
<tr><td>0.1.13</td><td></td><td>2011-10-03</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>