summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3214351..9d08fb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.11.5
+======
+* yelp-build: Added -i option to ignore missing media files
+* yelp-build: Added -p option to provide path for external files
+* yelp-build: Set LC_ALL instead of LANG for awk, #709354
+* yelp-check: Added check for missing media files
+* yelp-check: Added tool to check Mallard page licenses
+* yelp.m4: Use AS_HELP_STRING instead of AC_HELP_STRING, #709657
+
3.11.3
======
* yelp.m4: no-lc-dist option to disable disting the generated lc files (Christian Persch)
diff --git a/configure.ac b/configure.ac
index 2d47dbc..cf80f74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.11.3],
+AC_INIT([yelp-tools], [3.11.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])