Changelog for
ruby2.1-rubygem-ruby-xml-smart-doc-0.2.99.3-2.6.x86_64.rpm :
Mon May 21 14:00:00 2012 dmacvicarAATTsuse.com
- update to 0.2.7
- fixes build with ruby 1.9
Fri Jul 8 14:00:00 2011 mrueckertAATTsuse.com
- update to 0.2.4 and switch to gem based packaging
* fixed tedious segfault (ENHANCES STABLITY A LOT)
- additional changes from 0.2.3.2
* when XML::Smart::DOM::Element#add new node, the namespace from
the parent node is used
- additional changes from 0.2.3.1
* ruby 1.9.2 support, set NOBLANKS and ctxt option, as it is
forgotten in ruby 1.9.2 otherwise
- additional changes from 0.2.3
* ruby 1.9.2 support, rb_io_t->stdio_file instead of rb_io_t->f
- additional changes from 0.2.2.1
* XML::Smart::DOM::Namespaces#[nil] should work too
- additional changes from 0.2.2
* XML::Smart::DOM::Text#dump
* XML::Smart::DOM::Namespaces#add(nil, \"...\")
XML::Smart::DOM::Namespaces#[nil] = \"...\"
add/modify the default namespace
- additional changes from 0.2.1
* XML::Smart::DOM::Element#add(XML::Smart::DOM::NodeSet) now
copys or moves also textnodes
- additional changes from 0.2.0.2 \"Grml 2\"
* updated XSDtoRNG
- additional changes from 0.2.0.1 \"Grml\"
* relaxng validation fix
Thu Apr 15 14:00:00 2010 mrueckertAATTsuse.de
- added ruby-xml-smart-0.2.0.1_build.patch:
DateTime.now requires the date module
Fri Oct 2 14:00:00 2009 mrueckertAATTsuse.de
- update to 0.2.0.1
* relaxng validation fix
- additional changes from 0.2.0
* !!!!WARNING!!!! added libxslt as dependency
* XML::Smart::DOM#dup (other dups still segfault :-)
* XML::Smart::DOM#transform_with(XML::SMART.open(\"some_file.xsl\"))
- > Very simplic, will support parameters if there is need for
* XML::SMART::DOM::ELEMENT#to_doc will yield a new document with
the element as root
* Included XSDtoRNG to overcome libxml XSD schema part 1 deficits
- > XSDtoRNG maintainer: 1st class hero, keep improving it
* XML::SMART::DOM#validate_against(XML::SMART.open(\"some_file.xsd\"))
- > so its working without libxml supporting it :-)
- > what a pitty that libxml cannot apply the same trick internally,
cause there is a dependency on xslt
- additional changes from 0.1.12.2
* XML::SMART::DOM#namespaces return namespaces correctly
Tue Apr 28 14:00:00 2009 mrueckertAATTsuse.de
- update to 0.1.12.1
* XML::SMART::QNAME#namespace returns value for default namespace
- additional changes from 0.1.12
* XML::SMART::DOM#save_unformated => defaults to false
* XML::SMART::DOM#xinclude! XML::SMART::DOM::ELEMENT#xinclude!
* XML::SMART::DOM#validate_against(XML::SMART.open(\"some_file.rng\"))
- > will validate against XML Schema if ever libxml supports it :-)
Mon Oct 6 14:00:00 2008 mrueckertAATTsuse.de
- update to version 0.1.11
* Made usage in threads more robust (examples/concurrent.rb)
(namespace related bug? gone!)
* Made examples work when smart.so is not yet installed
* Fixed documentation generation the ugly way (ifdefs)
* Addes documentation comments all over the code
* GEM creation is now supported by Rakefile
* XML::SMART::QNAME#to_s returns \"prefix:name\" instead of \"name\"
only
* XML::SMART::QNAME#inspect works the same for pull and dom
* XML::Smart::Pull::AttributeSet includes Enumeration
* 1.8.7 supported (rb_io_t works slightly different)
Thu Jan 24 13:00:00 2008 mrueckertAATTsuse.de
- update to version 0.1.10
* Adds XML::Smart::Dom::NamespaceSet#length
* Fixes a bug XML::Smart::Dom::NamespaceSet#[]= that lead to
* segfaults for
subsequent namespace setting
* Fixes a bug XML::Smart::Dom#find and
XML::Smart::Dom::Element#find:
- > ruby 1.8.
* segfaults SOMETIMES (heisenbug :-) when
rb_hash_foreach is called for empty hashes
* code cleanup and ifdefs to support > 1.8.6 (including 1.9.0)
Mon Aug 6 14:00:00 2007 mrueckertAATTsuse.de
- move extension into the vendor dir (the brute force way)
Mon Aug 6 14:00:00 2007 mrueckertAATTsuse.de
- fixed filelist
- enabled debug package
Sun Aug 5 14:00:00 2007 mrueckertAATTsuse.de
- require ruby-devel => 1.8.6