summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2018-02-06 08:22:37 -0500
committerShaun McCance <shaunm@gnome.org>2018-02-06 08:22:37 -0500
commitc0e9669fbbeddbeac7dd3778abfbbd68d85d93ba (patch)
tree24bfe1fbc9e4501f4f8a7fc3a8ac77d29fe5508b
parent71e8c4bd285a576ad3b3c38eb6aa9a2a0a1b24de (diff)
downloadyelp-tools-c0e9669fbbeddbeac7dd3778abfbbd68d85d93ba.tar.gz
Version 3.27.903.27.90
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be427f2..598a307 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.27.90
+=======
+* Adapt to recent major changes in yelp-xsl
+* yelp.m4: Disable net access in make check
+* yelp-check: Add --jing option to validate command to use jing
+* yelp-check: Add style command to list page styles
+* yelp-check: Remember URLs we already checked in `hrefs`
+
3.18.0
======
* Stable release. No changes since 3.17.4
diff --git a/configure.ac b/configure.ac
index 090e622..e245d97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.18.0],
+AC_INIT([yelp-tools], [3.27.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])