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
|
===== 15.4.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Implemented SAX parser callback handling
===== 12.4.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Integrated / tested community patches
* Defined XML::Node (hash) equality in terms of XML representation
===== 12.4.2006 Tim Yamin <plasmaroo at gentoo.org> (patches)
* Fixed XML::Node#content inoperable bug
* Fixed memory leak in same
===== 12.4.2006 Mark Van Holstyn <mvette13 at gmail.com> (patches)
* Added XML::Node::Set#first
* Added XML::Node::Set#empty?
* Fixes to XML::Node::Set#to_a
* Added XML::Node#find_first
* Added XML::Node#remove!
===== 27.3.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Integrated contributed XML::Parser.register_error_handler patch
===== 27.2.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Fixed all multiple symbol definitions for -fno-common.
* Removed OSX -fno-common workaround.
===== 21.2.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Patched extconf.rb with OSX -fno-common workaround
* Added gem and packaging support to Rakefile
* Moved version update to Rakefile
* Removed legacy project utility scripts
===== 19.2.2006 Ross Bamford <rosco at roscopeco.co.uk>
* Fixed doublefree bug in ruby_xml_attr.
* Fixed small leak in parser
===== 18.12.2005 Ross Bamford <rosco at roscopeco.co.uk>
* Updated for GCC 4.0 (community patches)
* Fixed default validation bug
* Refactored project, removed outdated files, cleaned up tests.
* Added RDoc documentation across .c files.
* Fixed up a few strings.
===== 14.4.2004 Mangler Jurgen <et@wkv.at>
* ruby_xml_node.cz: fixed ruby_xml_node_property_set. The ill-behaviour
was, that there was added a second attribute of the same
name, when you were setting the value of an already existing
attribute.
===== 17.3.2004 Lukas Svoboda <luks@fi.muni.cz>
* ruby_xml_node.c: ruby_xml_node_to_s now returns XML subtree dump.
===== 27.2.2004 Martin Povolny <martin@solnet.cz>
* ruby_xml_node.c: added XML::Node.copy, this makes possible building
of xml documents from nodes taken from other xml documents
without making ruby SIGSEGV (see tests/copy_bug.rb).
===== 26.2.2004 Martin Povolny <martin@solnet.cz>
* ruby_xml_dtd.c, ruby_xml_dtd.h, ruby_xml_schema.c, ruby_xml_schema.h:
more work on validation, now you can actually validate
document using dtd or xml schema, also solved warning and
error propagation (see tests/{dtd|schema}-test.rb).
===== 30.12.2003 Martin Povolny <martin@solnet.cz>
* ruby_xml_dtd.c, ruby_xml_dtd.h, ruby_xml_schema.c, ruby_xml_schema.h:
prelimitary support for dtd and schema validation
===== 15.9.2003 Martin Povolny <martin@solnet.cz>
* ruby_xml_input_cbg.c, libxml.c: added class InputCallbacks to make
possible registering custom input callbacks
handlers (xmlRegisterInputCallbacks) written in ruby
===== 1.8.2003 Martin Povolny <martin@solnet.cz>
* ruby_xml_document.c: corrected argument handling in ruby_xml_document_find
* ruby_xml_node.c: corrected argument handling in ruby_xml_node_find
|