From eadca143872288e1300303a771efdaab196900e1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 2 Dec 2014 15:08:39 +0000 Subject: Release colord-gtk 0.1.26 --- NEWS | 12 ++++++++++++ RELEASE | 3 +-- configure.ac | 2 +- 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) -- cgit v1.2.1