File: Changes

package info (click to toggle)
libxml-sax-expat-perl 0.30-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 68 kB
  • ctags: 27
  • sloc: perl: 325; makefile: 33; sh: 14
file content (23 lines) | stat: -rwxr-xr-x 613 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

Revision history for XML::SAX::Expat:

0.20 - 0.30 mon 20011206 21:03:32
	- a bunch of bugfixes

0.05 - 0.20 mon 20011126 22:53:42
	- added most missing callbacks
	- made a few bits saner

0.05  sat 20011118 23:01:08
	- upgraded many bits
	- prepared for CPAN
	- added support for XML::SAX

0.02 - 0.04  tue 20011030 20:46:42
	- many small changes making it more SAX2 compliant, and a switch
	to using XML::SAX::Base instead of the deprecated XML::Filter::Base

0.01  mon 20011015 13:53:14
	- original version
	- stole Ken's original code and modified it, using techniques
	based on the recent XML::Filter::Base