summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-09-05 17:17:17 -0400
committerShaun McCance <shaunm@gnome.org>2011-09-05 17:17:17 -0400
commit7dced0f5b16ae3c47c9b533f6394451c964fdd81 (patch)
treebe4c37e089d0d53db1d2fafc704d16919c352d11
parent6fb08bb3b69677947bfe8cfb6bca820498ab9746 (diff)
downloadyelp-tools-7dced0f5b16ae3c47c9b533f6394451c964fdd81.tar.gz
Version 3.1.63.1.6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae5181a..aa9c33f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.1.6:
+======
+* Sped up cache generation in yelp-build (Shaun McCance)
+* Added HELP_POT variable to specify pot name (Michael Terry)
+* Fixed --pkgversion lookup in 'yelp-check status' (Shaun McCance)
+
3.1.5:
======
* Sped up yelp-build html by doing single-pass transforms
diff --git a/configure.ac b/configure.ac
index 6a9e460..2d2642b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.1.5],
+AC_INIT([yelp-tools], [3.1.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])