summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-10-03 10:28:15 +0100
committerRichard Hughes <richard@hughsie.com>2011-10-03 10:28:15 +0100
commitbe27c70dcfe5b4503205e89616419754ca54b2d9 (patch)
tree36285a055c227c858d40a2503991355b1cc2692c
parent93de3a1d4043f0dfef9d4dbf95c544338b548105 (diff)
downloadcolord-be27c70dcfe5b4503205e89616419754ca54b2d9.tar.gz
Release colord 0.1.13COLORD_0_1_130.1.13
-rw-r--r--NEWS22
-rw-r--r--RELEASE2
-rw-r--r--configure.ac2
-rw-r--r--doc/website/download.html1
4 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0ee9226..0c8c7bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.1.13
+~~~~~~~~~~~~~~
+Released: 2011-10-03
+
+New Features:
+ - Add an 'Owner' property on device and profile objects (Richard Hughes)
+ - Add cd_profile_has_access() to filter profiles from other user accounts (Richard Hughes)
+ - Add the crayon named color palette (Richard Hughes)
+ - Add --xorg-gamma to cd-create-profile to create custom gamma ramps (Richard Hughes)
+
+Bugfixes:
+ - Add a note in the naming specification about the username suffix (Richard Hughes)
+ - colormgr only needs one argument for find-device (Richard Hughes)
+ - Ensure remote DBus errors are registered at startup (Richard Hughes)
+ - Ensure uid 0 can always create devices and profiles (Richard Hughes)
+ - Fix an error in configure if there is no sane .pc file (Richard Hughes)
+ - Fix the --disable-polkit build (Richard Hughes)
+ - Fix up the docs; cd_device_get_modified() returns microseconds (Richard Hughes)
+ - Reduce the CPU load of clients when assigning profiles from the session (Richard Hughes)
+ - Return an error if a client tries to create a duplicate device (Richard Hughes)
+ - Return an error when trying to register a duplicate profile (Richard Hughes)
+
Version 0.1.12
~~~~~~~~~~~~~~
Released: 2011-08-30
diff --git a/RELEASE b/RELEASE
index 172212d..2faf916 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ colord Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog COLORD_0_1_11.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_0_1_12.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.1.13
~~~~~~~~~~~~~~
diff --git a/configure.ac b/configure.ac
index 1f720a9..95f93ef 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=4
+LT_REVISION=5
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index 59828ff..e6de989 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.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>
<tr><td>0.1.10</td><td></td><td>2011-07-06</td></tr>