summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2019-06-12 16:18:31 -0400
committerShaun McCance <shaunm@redhat.com>2019-06-12 16:18:31 -0400
commitc8664c3df853f5307ff3c4d939721f340d61f4ba (patch)
tree3436a70f8f04146b1f1e60531a75831019939655
parent33c0f11607d4aa8404e92fdad09b4fa20eb6a0b2 (diff)
downloadyelp-tools-c8664c3df853f5307ff3c4d939721f340d61f4ba.tar.gz
Version 3.32.23.32.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 124352b..c1cd025 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+3.32.2
+======
+* yelp-build: Fix spurious warning about missing stack files
+
3.32.1
======
* yelp-check: Fix validation for DocBook 5 with https redirects
diff --git a/configure.ac b/configure.ac
index b8169e6..afc90be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.32.1],
+AC_INIT([yelp-tools], [3.32.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])