8
0
forked from pool/perl-XML-Bare
Files
perl-XML-Bare/perl-XML-Bare.changes

61 lines
2.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Mar 18 17:32:17 CET 2009 - anicka@suse.cz
- update to 0.43
* Added a new test to detect fixed problem
* A number of memory leaks have been fixed
- XML files included for benchmarking have been replaced with
dummy test data to avoid licensing problems.
* Perl code has been optimized
* Fixed problem with merge function
* Added tohtml output
* Added flag to indicate node read in as CDATA
-------------------------------------------------------------------
Tue Jan 20 15:39:39 CET 2009 - anicka@suse.cz
- update to 0.40
* Added schema checking functionality
* Fixed parsing of nodes with more than one comment block
* Added error checking to ensure properly closed tags
* Fixed parsing of attributes without values
-------------------------------------------------------------------
Fri Jul 25 15:11:11 CEST 2008 - anicka@suse.cz
- update to 0.30
* Add new parsing mode, simple, which simulates XML::Simple.
* New function add_node_after
* Fixed node ordering such that node order is preserved
* Altered xml output so that it cleans extraneous input spacing
and indents mixed values properly.
* Added prereqs to Makefile.pl
* Added Test::POD and Test::POD::Coverage tests
* Fixed incorrect pointer type cast in parser.c
* Rewrote benchmark system to use templated benchmarking
-------------------------------------------------------------------
Thu Jun 26 19:30:09 CEST 2008 - anicka@suse.cz
- fix permissions (bnc#403978)
-------------------------------------------------------------------
Thu Dec 13 15:19:07 CET 2007 - anicka@suse.cz
- update to 0.27
* changes in makefile.pl
* added tests and examples
* bugfixes
* Comments are no longer completely ignored.
* forcearray, simplify function has been added
* mixed XML supported
* C Parser has been revised greatly in order to make it faster.
* Code that creates Perl hash from parsed XML structure has been
rewritten in XS instead of Perl.
-------------------------------------------------------------------
Fri Jul 13 16:09:58 CEST 2007 - pcerny@suse.cz
- package created (v 0.11) - requested for YaST