r1802130 | danielsh | 2017-07-17 11:35:34 +0000 (Mon, 17 Jul 2017)
release.py: Add details to email announcements.
* tools/dist/templates/rc-announce-ann.ezt,
* tools/dist/templates/stable-announce-ann.ezt:
Say "This is a feature/security/bugfix release"
and "Subversion is an open-source version control system" [quoted
from our homepage] to make the announcements self-contained for
readers of announce_at_apache.org and other aggregators.
* tools/dist/release.py
(): Tell Python this file is UTF-8 encoded, because there is a UTF-8 comment.
(ezt_False, ezt_True, ezt_bool): New.
(write_announcement): Pass two new parameters, 'security' and 'dot-zero',
to the ezt templates.
(main): New --security option to write-announcement.
Suggested by: sebb
Apologies to: gstein
(for that ezt API workaround)