summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-02 15:08:39 +0000
committerRichard Hughes <richard@hughsie.com>2014-12-02 15:08:39 +0000
commiteadca143872288e1300303a771efdaab196900e1 (patch)
tree04d93541b440f8eac76cf32fd2ca9b2404ccf553
parenteefca24ea83240cdf01bf2b600d801efe9c0002e (diff)
downloadcolord-gtk-eadca143872288e1300303a771efdaab196900e1.tar.gz
Release colord-gtk 0.1.26COLORD_GTK_0_1_26
-rw-r--r--NEWS12
-rw-r--r--RELEASE3
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index aa0184c..eab8366 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.1.26
+~~~~~~~~~~~~~~
+Released: 2014-12-02
+
+New Features:
+ - Actually install the cd-convert utility (Richard Hughes)
+ - Provide an optional Gtk2 version of libcolord-gtk (Richard Hughes)
+
+Bugfixes:
+ - Do not link against the unused gio-unix-2.0 (Richard Hughes)
+ - Fix cd-convert to work with multiple sensors attached (Richard Hughes)
+
Version 0.1.25
~~~~~~~~~~~~~~
Released: 2013-03-19
diff --git a/RELEASE b/RELEASE
index b1f468a..fa8fa26 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,9 +6,8 @@ git shortlog COLORD_GTK_0_1_25.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 0.1.26
~~~~~~~~~~~~~~
-Released: 2013-xx-xx
+Released: 2014-xx-xx
-Translations:
New Features:
Bugfixes:
diff --git a/configure.ac b/configure.ac
index ebc9e7b..b442194 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_SUBST(CD_GTK_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)