added "Deploying Docutils Securely"
[docutils.git] / prest / ReleaseNotes.txt
blob3e4f1322e88af1c38150f4511f9e1484106ff89b
1 .. -*-rst-*-
3 Release History
4 ===============
6 .. contents::
8 Release 0.3.11
9 --------------
10 General changes:
12 * Restructured to be compatible with CPAN and to use the
13   officially-designated Text::Restructured namespace.
14 * Released under Perl license (combination of GPL and Artistic
15   License) instead of GPL alone.
16 * Removed all run-time globals from Text::Restructured.pm and placed
17   them in a parser object.
18 * Reworked the tests to use the perl test harness.
20 ``prest`` script:
22 * Fixed a problem that occurred when running with ``-T`` (taint) flag.
23 * Added section headers to usage help for plug-in directives and writers.
25 reStructuredText parser:
27 * Changed to an object-oriented implementation.
28 * Made package-global constant strings unmodifiable.
29 * Transforms now take the parser object as a second argument.
30 * Now infers alignment in simple tables for multi-line entries based on
31   the first row's alignment (unless ``-D align=0``).
33 reStructuredText transforms:
35 * Transforms now take the parser object as a second argument.
37 Plug-in directives 'if', 'perl', and 'system':
39 * Code now has access to the ``$^A`` to ``$^Z`` variables in the safe box.
41 Writers were all modified to use private space within the DOM objects
42 for their particular annotations.
44 Writer 'html':
46 * Changed stylesheet embedding so that URL and embedded stylesheets
47   can be specified independently for the same document.  It also now
48   automatically embeds the stylesheet from the distribution if no URL
49   is specified.
50 * Added the ``-W colspecs`` option.
52 Writer 'latex':
54 * Fixed a problem with multiple initializations.
55 * Fixed quoting in parsed literals.
56 * Fixed problem with footer sometimes returning an undefined string.
58 Release 0.3.10
59 --------------
60 First public release, which corresponds most closely to the 0.3.10
61 release of docutils.