summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-12-17 15:56:46 +0000
committerRichard Hughes <richard@hughsie.com>2012-12-17 15:56:46 +0000
commitad6035ec32e8d2cfb6edc86f9553a60a93b99404 (patch)
tree309456986987b0a2d057fc04ed6a83563e8351a3
parent1daa6c569a05bf7bbc9bea6789706bcd5d9a3bb2 (diff)
downloadcolord-gtk-ad6035ec32e8d2cfb6edc86f9553a60a93b99404.tar.gz
Release colord-gtk 0.1.24COLORD_GTK_0_1_24
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e101c5..4c2f478 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 0.1.24
+~~~~~~~~~~~~~~
+Released: 2012-12-17
+
+New Features:
+ - Hide the mouse cursor when it goes over the sample widget (Richard Hughes)
+
+Bugfixes:
+ - Don't use a GtkImage for the sample window (Richard Hughes)
+ - Fix automatic dep on vala (Pacho Ramos)
+ - Fix the build (Matthias Clasen)
+ - Never use -Werror as it breaks jhbuild (Richard Hughes)
+
Version 0.1.23
~~~~~~~~~~~~~~
Released: 2012-08-29
diff --git a/configure.ac b/configure.ac
index f61c2b6..5752f87 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=0
+LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)