summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-01 09:58:12 +0100
committerRichard Hughes <richard@hughsie.com>2011-08-01 09:58:12 +0100
commit6bc5f76a26c653404b2fc5a5df5fa69c3ed4ee5a (patch)
treef4cc8325a1947337a060a0300e8c84fcf4185078
parentb7b0448acb9beaa098d05c1e3923ac4b3bdcc9e7 (diff)
downloadcolord-0.1.11.tar.gz
Release colord 0.1.11COLORD_0_1_110.1.11
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
3 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21c0deb..63ccc30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 0.1.11
+~~~~~~~~~~~~~~
+Released: 2011-08-01
+
+Translations:
+ - Updated Russian translation (Alexandre Prokoudine)
+
+New Features:
+ - Enable GObject introspection generation on libcolord (Richard Hughes)
+ - Generate a Vala API binding from the GObject Introspection GIR (Richard Hughes)
+ - Move the project home to freedesktop.org (Richard Hughes)
+ - Ship generated man pages in tarballs (Vincent Untz)
+
+Bugfixes:
+ - Add all of the required GObject Introspection annotations required (Richard Hughes)
+ - Allow FindDeviceByProperty() to match on model, vendor and serial number (Richard Hughes)
+ - Don't crash the example program if there is no default profile assigned (Richard Hughes)
+ - Fix the bugzilla and mailing list links on the webpage. Fixes #39129 (Richard Hughes)
+ - Fix the licence headers in colord.h and cd-color.h (Richard Hughes)
+ - Fix up some translatable strings (Richard Hughes)
+ - Honor ACLOCAL_FLAGS when running autoreconf (Owen W. Taylor)
+ - Use the const formatter when unwrapping GVariants to reduce memory allocation (Richard Hughes)
+
Version 0.1.10
~~~~~~~~~~~~~~
Released: 2011-07-06
diff --git a/configure.ac b/configure.ac
index 8938622..895828e 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=2
+LT_REVISION=3
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index da2ba12..f136ac3 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.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>
<tr><td>0.1.8</td><td></td><td>2011-06-02</td></tr>