summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-08-15 11:02:14 -0400
committerShaun McCance <shaunm@gnome.org>2011-08-15 11:02:14 -0400
commit41fa965bebabebd73e9ca5d9a840fc5326fc0bc1 (patch)
tree226fa8f208c3162ce540acb775e40667da6b1ffa
parentc0902a458e62aec177db0da0b55ecdfb0514f9f5 (diff)
downloadyelp-tools-41fa965bebabebd73e9ca5d9a840fc5326fc0bc1.tar.gz
Version 3.1.53.1.5
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ad5307..ae5181a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.1.5:
+======
+* Sped up yelp-build html by doing single-pass transforms
+* Check for itstool
+
3.1.4:
======
* Added comments subcommand to yelp-check
diff --git a/configure.ac b/configure.ac
index 27519b3..6a9e460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.1.4],
+AC_INIT([yelp-tools], [3.1.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])