From cfis at savagexi.com Mon Aug 1 00:12:00 2011 From: cfis at savagexi.com (Charlie Savage) Date: Sun, 31 Jul 2011 22:12:00 -0600 Subject: [libxml-devel] Version 2.1.0 Released Message-ID: <4E362790.4080406@savagexi.com> Version 2.1.0 of the libxml bindings has been released. The changelog is: * Ruby 1.9.3 compatability (Charlie Savage). * Added XPath expression <-> Ruby value conversion methods (Jens Wille). * Extracted rxml_xpath_to_value from rxml_xpath_context_find (Jens Wille). * Adapted rxml_xpath_from_value from Gregoire Lejeune's ruby-xslt library, see https://github.com/glejeune/ruby-xslt (Jens Wille). * Allow calling #find on nodes returned from Reader (Charlie Savage). * Change document handling in XPath::Context to address segmentation fault on Ruby Enterprise Edition (Charlie Savage). * Update gemspec file to work directly with bundler thereby allowing git repository to be used as gem (Charlie Savage). * Support gem buld (Charlie Savage). * Simplify memory management of attributes namespaces to fix segmentation faults that occurred when using Ruby 1.9.3 (Charlie Savage). Thanks, Charlie