summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-08 14:20:45 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-08 14:20:45 +0000
commitf7f786e8ae59ade3c4756d2f67c857d6b1ca500d (patch)
tree1de6497450c58069f6ff8138f29fa3325a323e77
parentbc110e622a1f5f144ee186bd45b0c874986d16fe (diff)
downloadcolord-f7f786e8ae59ade3c4756d2f67c857d6b1ca500d.tar.gz
Release colord 0.1.27COLORD_0_1_270.1.27
-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 935159c..bdbad84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.1.27
+~~~~~~~~~~~~~~
+Released: 2013-01-08
+
+New Features:
+ - Add ColorMunki Smile defines and calibration attach image (Richard Hughes)
+ - Add Spyder4 calibration attach image (Richard Hughes)
+ - Add the ability to generate Rec. 709 gamma curves (Richard Hughes)
+ - Export a Device.Embedded property that is set for fixed hardware (Richard Hughes)
+ - Import shared-color-profiles into colord (Richard Hughes)
+ - Install a header with all the session helper defines (Richard Hughes)
+ - Support L* gamma encoding in cd-create-profile (Richard Hughes)
+ - Write the profile quality into to the .icc file as metadata (Richard Hughes)
+
+Bugfixes:
+ - Allow passing no value as properties to CreateDevice (Richard Hughes)
+ - Do not return zero profiles when the device is being calibrated or disabled (Richard Hughes)
+ - Ensure the color types are methods in GObject Introspection rather than functions (Richard Hughes)
+ - Fix build when srcdir != builddir (Colin Walters)
+ - Fix floating point number parsing in non C locale environments (Richard Hughes)
+ - Remove 'Monitor' suffix from display devices model string (Richard Hughes)
+
Version 0.1.26
~~~~~~~~~~~~~~
Released: 2012-12-19
diff --git a/RELEASE b/RELEASE
index 5031b9a..be0f65a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,7 +6,7 @@ git shortlog COLORD_0_1_26.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.1.27
~~~~~~~~~~~~~~
-Released: 2012-xx-xx
+Released: 2013-xx-xx
New Features:
Bugfixes:
diff --git a/configure.ac b/configure.ac
index 2dd583f..191b3f5 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=14
+LT_REVISION=15
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/doc/website/download.html b/doc/website/download.html
index c17ce65..a7ba5bf 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.27</td><td></td><td>2013-01-08</td></tr>
<tr><td>0.1.26</td><td></td><td>2012-12-19</td></tr>
<tr><td>0.1.25</td><td></td><td>2012-11-26</td></tr>
<tr><td>0.1.24</td><td></td><td>2012-10-26</td></tr>