File: Changes

package info (click to toggle)
libpod-simple-wiki-perl 0.11-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 324 kB
  • ctags: 110
  • sloc: perl: 2,485; makefile: 44
file content (86 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Revision history for Pod::Simple::Wiki.

0.11 Aug 29 2009

     ! Fix for literal newline in <pre> block in Textile filter.


0.10 Aug 28 2009

     + Added Textile support for github wikis.


0.09 May 24 2008

    + Added Confluence support.
      Thanks to David Bartle, Andrew Hobbs and
      Jim Renwick for patches.


0.08 August 25 2007

    + Added TiddlyWiki support.
      Thanks Tim Bunce and Ron Savage.

    + Added better MediaWiki support and tests.
      Thanks Christopher J. Madsen.


0.07 February 1 2007

    + Refactored format handlers into separate modules
      to make them easier to port and test.

    + Added Pod::Simple::Wiki::Template as an example
      of how to port a format.


0.06 January 30 2007

    + Added MoinMoin support (Michael Matthews)


0.05 March 30 2005

    + Added support for TWiki formatting (Sam Tregar)

    + Added support for Wikipedia formatting (Tony Sidaway)

    ! Updated to the new C2 Wiki bullet list format.

    + Added more tests.


0.04 August 24 2004

    ! Fixed bug when parsing F<> formats.
      Reported by Markus Dreyer.

    ! Fixed bug in kwiki h4 directives.

    + Added tests for formats and headings.

    + Added pod2wiki command line utility.


0.03 July 21 2003

    + First CPAN release.

    + Added usemod support.


0.02 May 21 2003

	+ First release to pod+people mailing list.

    + Added Kwiki support.


0.01 May 21 2003

	+ Initial version.

    + c2wiki support.