summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-07-07 15:07:05 +0100
committerRichard Hughes <richard@hughsie.com>2013-07-07 15:07:05 +0100
commit2311eb26702f10b6287bee8b59dd66296f0679bb (patch)
treeb5de7688309a0d84140a691477f81b53ede2ca4b
parenta2cae90b5d6a9bd5ecfd7f41d19960b54951ac55 (diff)
downloadcolord-2311eb26702f10b6287bee8b59dd66296f0679bb.tar.gz
Release colord 1.0.2COLORD_1_0_21.0.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4822411..ca7129a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 1.0.2
+~~~~~~~~~~~~~
+Released: 2013-07-07
+
+New Features:
+ - Add cd_icc_save_data() so that we can easily set _ICC_PROFILE (Richard Hughes)
+ - Add CdIccStore to monitor directories of ICC profiles (Richard Hughes)
+ - Add SystemVendor and SystemModel properties to the main interface (Richard Hughes)
+
+Bugfixes:
+ - Allow to specify a non-qualified path when using FindProfileByFilename (Richard Hughes)
+ - Allow using the key 'Filename' when using FindProfileByProperty (Richard Hughes)
+ - Always return the error if any sync method failed (Richard Hughes)
+ - Fix GObject introspection when getting lists (Richard Hughes)
+ - Fix GObject introspection when getting metadata (Richard Hughes)
+
Version 1.0.1
~~~~~~~~~~~~~
Released: 2013-06-11
diff --git a/configure.ac b/configure.ac
index a94d78d..4757b33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,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=20
+LT_REVISION=21
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)