Changes:
2.12.12:
- Recognize references in ABNF comments. Since v2.08.03 references in ABNF
parts of a document have been ignored, to avoid spurious warnings because of
bracketed ABNF explressions; but within ABNF comments it is appropriate to
register references.
2.12.11:
- Added support for explicitly noting downrefs for which excemptions has been
granted in the past (based on
http://trac.tools.ietf.org/group/iesg/trac/wiki/DownrefRegistry).
2.12.10:
- Added diagnostic messages for various downloaded status files when running
in verbose mode.
Changes: http://tools.ietf.org/tools/idnits/changelog
- Added code to call out to a grammar check utility, from Lars Eggert.
- Refined the detection of Modifies/Updates text in the abstract, and the
resulting comment messages.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
particularly relevant right now):
* Added a switch (--year NNNN) to use a different year than the
current year in copyright boilerplate.
* New release of gawk (debian 1:3.1.5-1) has problems with /[\200-\376]/.
Re-wrote the expression.
* Error message formatting changes. Stricter error messages
in some cases.
* Added checks for the occurence of both old and new boilerplate.
* Improves verbose output for boilerplate problems.
* Handle formfeeds better:
- 58 lines plus <FF><EOL> is valid.
- Count <FF> on the same line as the page number.
* Added a variation on Author's Address Section Name
* The code to find and adapt to the particular indentation of a draft
didn't work as intended. Rewritten with somewhat better results.
* Added a "Draft ..." as an acceptable variation on page header.
boilerplate warnings to errors now that the deadline has passed,
and improves the output format.
Submitted by: Lars Eggert <lars.eggert@gmx.net>
PR: ports/83143