summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-10 11:14:17 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-10 11:14:17 +0100
commitaedab13a4327fc6ef23216e1b585382a70f124ca (patch)
tree9945e6f93bcc838602de34a5cd93b08063aa3b32
parent14f9fab4951bac7ec13ba4b66240471ecc94f2af (diff)
downloadcolord-COLORD_1_0_7.tar.gz
Release colord 1.0.7COLORD_1_0_71.0.7
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 05bc8df..455438e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 1.0.7
+~~~~~~~~~~~~~
+Released: 2013-04-10
+
+Note:
+ - This is the very last release of color 1.0.x -- you should upgrade to the
+ stable 1.1.x releases as soon as possible.
+
+Bugfixes:
+ - Fix a small memory leak when scanning folders of ICC files (Richard Hughes)
+ - Fix a tiny memory leak when writing MLUC tags (Richard Hughes)
+ - Fix the blue primary check so ProPhotoRGB is not marked as invalid (Richard Hughes)
+ - libcolord: Fix the GObject introspection for cd_device_get_profiles() (Richard Hughes)
+ - Restyle the i1-display3-attach and hcfr-attach figures (Pascal de Bruijn)
+
Version 1.0.6
~~~~~~~~~~~~~
Released: 2013-01-13
diff --git a/configure.ac b/configure.ac
index 99734ec..a0795e0 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=23
+LT_REVISION=24
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)