File: Changes

package info (click to toggle)
libpod-sax-perl 0.14-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 545; makefile: 7
file content (54 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (4)
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
Pod::SAX Changes

0.14
    - Lock list of supported URL schemes so you can't do javascript:
      injection into POD documents
    - Fixed verbatim to only remove smallest indent
    - Made sure E<entity> entries are actually utf-8
    - Added some real and useful documentation ;-)

0.13
    - Fixed some list issues

0.12
    - Fixed L<> parsing to do links with text

0.11
    - Fixed L<> parsing based on very strange TorgoX journal entry ;-)
    - Some =item fixes

0.10
    - Added pod2axpoint.xsl for creating AxPoint slides
    - Added more tests
    - Fixed bug with non-ending verbatim section

0.09
    - Line numbers weren't showing up. Fixed

0.08
    - Added line numbers to error messages (via DocumentLocator)
    - Better tag nesting error checking

0.07
    - Minor bug fixes

0.06
    - Fix for links in =item sections

0.06
    - Verbatim parsing fixes (make sure they all go into one block)
    
0.05
    - More changes to bring it closer to perlpodspec

0.04
    - Fixed un-ending =item bug

0.03
    - Complete re-write to use Pod::Parser

0.02
    - Work around bug in Pod::Tree when parsing strings

0.01
    - Initial Release