summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2015-06-29 10:57:54 -0400
committerShaun McCance <shaunm@gnome.org>2015-06-29 10:57:54 -0400
commitf89842ac1223faa6a02a908dceacacd032df9026 (patch)
treee2c6029222ced1405bc26114d845f8de4398f04a
parent03dcc8e9d643eb7c3892073f9a976ab6d368f9f8 (diff)
downloadyelp-tools-f89842ac1223faa6a02a908dceacacd032df9026.tar.gz
Version 3.17.33.17.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4a3be0..affa160 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.17.3
+======
+* yelp-build: Fix some broken and non-portable expr usage, #743911
+* yelp-build: Fixed media copying with -i for Mallard
+* yelp-build: Added support for Mallard Sites to cache generator
+* yelp-check: Sites support for ids, hrefs, validate, comments, license
+* yelp-check: Accept -h as well as --help
+
3.16.1
======
* yelp-check: Check media correctly in subdirs, #727557
diff --git a/configure.ac b/configure.ac
index 0d984fd..b41e6cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.16.1],
+AC_INIT([yelp-tools], [3.17.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])