File: Changes

package info (click to toggle)
libhtml-wikiconverter-moinmoin-perl 0.54-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 323; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Change log for HTML::WikiConverter::MoinMoin

version: 0.54
date:    2008-10-16
changes:
  - (bug #40114) fix '=' counts in section headings
  - (bug #29347) support anchors with content
  - require H::WC 0.63, latest

version: 0.53
date:    2006-07-20
changes:
  - add attribute types
  - require Params::Validate
  - require HTML::WikiConverter 0.60

version: 0.52
date:    2006-07-07
changes:
  - (bug #17813) implement anchors

version: 0.51
date:    2006-03-21
changes:
  - (bug #18083) fix tests that used 'strip_comments' attribute, which no longer exists

version: 0.50
date:    2006-01-10
changes:
  - branched from main HTML::WikiConverter codebase.