File: Changes

package info (click to toggle)
libdata-dumpxml-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 248; makefile: 2
file content (99 lines) | stat: -rw-r--r-- 1,962 bytes parent folder | download | duplicates (3)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
2003-12-18  Gisle Aas <gisle@ActiveState.com>

   Release 1.06

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.



2003-01-06  Gisle Aas <gisle@ActiveState.com>

   Release 1.05

   XML Schema fix by Jonathan Stowe <gellyfish@gellyfish.com>.



2002-12-27  Gisle Aas <gisle@ActiveState.com>

   Release 1.04

   Fixed duplicte ATTLIST definition of undef in the DTD.



2001-12-30  Gisle Aas <gisle@ActiveState.com>

   Release 1.03

   Enabling of namespace prefix would generate bad XML; a
   few end tags would end up un-prefixed.  Patch by
   Jonathan Stowe <gellyfish@gellyfish.com>.

   Setting $INDENT to "", now suppress most newlines in
   the output too.

   New configuration variable: $INDENT_STYLE

   Documentation improved a bit.

   Data::DumpXML::Parser will now turn on the 'Namespaces'
   option automatically.

   Data-DumpXML.xsd fixes:
      - make element 'key' a complex type with simple content
        (instead of mixed)



2001-12-11  Gisle Aas <gisle@ActiveState.com>

   Release 1.02

   Added namespace support based on a patch by Jonathan Stowe.

   Added an XML Schema document that describes the dump format.

   Escape ']]>' when it occurs strings.



2000-09-19  Gisle Aas <gisle@ActiveState.com>

   Release 1.01

   Added Blesser argument to Data::DumpXML::Parser.  This can
   be used to guard which objects are restored.  Patch by
   Jonathan Stowe <gellyfish@gellyfish.com>.



2000-09-11  Gisle Aas <gisle@ActiveState.com>

   Release 1.00

   Compensate for the way references to references are stringified
   in perl-5.7.0.



2000-01-13  Gisle Aas <gisle@aas.no>

   Release 0.02

   Fix &quot; typo; spotted by Matt Sergeant <msergeant@hotmail.com>

   Don't encode ">", just because we can.

   Deal with binary hash keys.

   The parser will now use av_push instead of av_store and a index to
   build arrays.



2000-01-10  Gisle Aas <gisle@aas.no>

   Release 0.01

   Based on Data-Dump-0.03