summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-03-19 08:59:59 +0000
committerRichard Hughes <richard@hughsie.com>2013-03-19 08:59:59 +0000
commitae263f844041f2f5fcca509c7fb7946fbfd373f1 (patch)
tree92a1ca8433149d049c64b8f631c1844e51cb716a
parent1e7dcf8b5ee1f3e035c418da6e4b696ffa4cb3ab (diff)
downloadcolord-gtk-ae263f844041f2f5fcca509c7fb7946fbfd373f1.tar.gz
Release colord-gtk 0.1.25COLORD_GTK_0_1_25
-rw-r--r--NEWS12
-rw-r--r--RELEASE8
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4c2f478..aa0184c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.1.25
+~~~~~~~~~~~~~~
+Released: 2013-03-19
+
+New Features:
+ - Give the sample widget slightly curved corners and a gray outline (Richard Hughes)
+
+Bugfixes:
+ - Do not use deprecated functions from libcolord (Richard Hughes)
+ - Fix warnings when building ColordGtk-1.0.gir (Richard Hughes)
+ - Fix up the licence boilerplate for CdSampleWidget (Richard Hughes)
+
Version 0.1.24
~~~~~~~~~~~~~~
Released: 2012-12-17
diff --git a/RELEASE b/RELEASE
index c798f98..3267550 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,9 +4,9 @@ colord-gtk Release Notes
git shortlog COLORD_GTK_0_1_24.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.1.23
+Version 0.1.25
~~~~~~~~~~~~~~
-Released: 2012-xx-xx
+Released: 2013-xx-xx
Translations:
New Features:
@@ -15,8 +15,8 @@ Bugfixes:
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.1.23"
-export release_tag="COLORD_GTK_0_1_23"
+export release_version="0.1.25"
+export release_tag="COLORD_GTK_0_1_25"
git commit -a -m "Release colord-gtk ${release_version}"
git tag -s -f -m "Release colord-gtk ${release_version}" "${release_tag}"
diff --git a/configure.ac b/configure.ac
index 83935f4..f54175c 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=1
+LT_REVISION=2
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)