summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])