libxml at rubyforge (http://rubyforge.org/projects/libxml/)

A new packaged development release from the MEM2 branch (New Memory
Model) is available:

http://rubyforge.org/frs/?group_id=494&release_id=14239

Subversion tag available at (use svn checkout):

http://libxml.rubyforge.org/svn/tags/MEM2-0_5_1

Release notes:
http://rubyforge.org/frs/shownotes.php?release_id=14239

Notes:
Fix child= to do implicit copy when rhs is not a root node.


Changes:
         * ext/xml/ruby_xml_node.c: _child_set now performs implicit  
copy
           when adding a non-root node to another node, the return  
value is
           the new node. The return value is now the new node or the
           original if not copied. rb_warning when implicit copy  
done. added
           child_add to api so return value can be used after  
implicit copy.

See ChangeLog for more details
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to