summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-08-11 16:45:31 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-10-18 12:43:06 +0000
commit7c432b265ed7ca5f8304938db73912df8ce35032 (patch)
treec95de7bee7b742ed92b9924d904adca706e48d80 /NEWS
downloadautogen-master.tar.gz
Imported from /srv/lorry/lorry-area/autogen/autogen-5.16.2.tar.gz.HEADautogen-5.16.2master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e7eefd1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,37 @@
+New in 5.16.2 - August 2012
+
+* Coverity cleanups
+* evade Guile issue on BSD platform.
+* avoid emitting non-error messages to stderr
+
+New in 5.16 May 2012
+
+* AutoGen now supports the "-MP" option. The "phony" rule generated
+ in the make dependency file will remove all generated files, except
+ for the dependency file itself. Please see the docs for "-MF".
+
+* "break", "continue", and "return" macros implemented.
+ "return" works in included templates and invoked macros (user defined
+ macros). "break" and "continue" work within "for" and "while"
+ loops, though they cannot be used to leave invoked or included
+ templates.
+
+* texi documentation generation has been much improved.
+ Please see the "Option Sectioning Comment" documentation.
+
+* configuring with --disable-static should now pass make check
+
+* AutoOpts supports a "die-code" attribute. It will generate code
+ for "die", "diev" and "fserr" functions that will print a farewell
+ message and die.
+
+* a keyword option value of "-1" or "~0" now means "largest value".
+
+* much improved .texi documentation templates.
+
+* de-tabbed "here strings" may have output lines prefixed with tabs
+ by backslash escaping the first tab to output.
+
+* -Werror may be appended by "=warn-group". That is accommodated now.
+
+* many warning fixes and CamelCase name removals