Release Notes

Contents

Release 0.3.36

Directive 'code-block':

Writer 'latex':

Writer 'index':

Release 0.3.35

There were no functional changes in this release.

Fixed the latex simple test not to use a code-block directive, which compiles differently on different machines.

Release 0.3.34

reStructuredText transforms:

Writer 'index':

Writer 'latex':

Release 0.3.33

There were no functional changes in this release.

Release 0.3.32

prest script:

ReStructuredText parsing:

Writer 'html':

Writer 'index':

Writer 'xref':

In general:

Release 0.3.31

ReStructuredText parsing:

Directive 'perl':

Writer 'html':

Writer 'index':

Writer 'xref':

Release 0.3.30

Release 0.3.29

Release 0.3.28

Release 0.3.27

Fixed problem with CPAN indexing of versions.

Release 0.3.26

Writers 'dom' and 'xml':

Release 0.3.25

ReStructuredText parsing:

Writer 'html':

Release 0.3.24

Release 0.3.23

ReStructuredText parsing:

Writer 'html':

Writer 'latex':

Writer 'toc':

Release 0.3.22

Release 0.3.21

Updated the toc writer to have expanded abilities with the -W file-suffix option.

Fixed the Makefile.PL so that hopefully at least some platforms will pass regression tests.

Added release notes to the prest documentation.

Release 0.3.20

Made the html, toc, and xref writers compatible with non-breaking spaces in Perl 5.8.0 implementation of Unicode. (Unicode implementation was fixed in Perl 5.8.6.)

All -D or -W option names can use either hyphens ("-") or underscores ("_") for word separators; internally everything uses underscores.

reStructuredText parsing:

reStructuredText transforms:

Directive 'raw':

Directive 'if':

Directive 'perl':

Directive 'sectnum':

Writer 'html':

Writer 'index':

Writer 'toc':

Writer 'xref':

Release 0.3.19

Added support for ascii-mathml role and directive to produce mathml markup. The mathml markup is only supported in the dom and html writers for now.

Release 0.3.18

Went through code coverage reports and updated the tests to bring the line and condition coverage up to 100% (except the soon-to-be-outdated latex writer). This analysis resulted in the following fixes:

Prest application:

reStructuredText parsing:

reStructuredText transforms:

Directive 'code_block':

Directive 'system':

Writer 'dom':

Writer 'html':

Writer 'index':

Writer 'toc':

Writer 'xref':

Release 0.3.17

Did not exist.

Release 0.3.16

Updated manifest to add files that will allow the regression to pass on machines with differing locales.

Release 0.3.15

Added test files to fix problems when different locales use different text for system error messages.

Prest application:

Made writers more efficient by renaming package subroutines to BEGIN so that they will always be called exactly once.

Writer 'html':

Release 0.3.14

First release that was indexable on CPAN.