summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f848c89..cf72dda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.9.1
+=====
+* Fixed BSD compatibility issue in calling mktemp
+* Fixed 'make pot' when srcdir != builddir (Michael Terry)
+* yelp-check validate: Validate cache files
+* yelp-check ids: New command to check Mallard page IDs
+* yelp-build epub: Fixed issue with directory for media
+
3.6.1
=====
* yelp-check: Added 'links -i' to ignore xrefs with hrefs
diff --git a/configure.ac b/configure.ac
index 7fdd874..118934b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.6.1],
+AC_INIT([yelp-tools], [3.9.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])