[ANN] nokogiri 1.5.10 Released

nokogiri version 1.5.10 has been released!

This is a bugfix/stability release.

Special thanks go out to Lee Jarvis for his help with managing bugfix pull
requests on this release. <3 <3 <3!

* <http://nokogiri.org>
* <http://github.com/sparklemotion/nokogiri
* <http://groups.google.com/group/nokogiri-talk>

Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's
many features is the ability to search documents via XPath or CSS3
selectors.

XML is like violence - if it doesn’t solve your problems, you are not using
enough of it.

Changes:

### 1.5.10 / 2013-06-07

* Bugfixes

  * (JRuby) Fix "null document" error when parsing an empty IO in jruby
1.7.3. #883
  * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861
(Thanks, Patrick Cheng!)
  * (MRI) Fix segfault when there is no default subelement for an HTML
node. #917

* Notes

  * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877
(Thanks, Dirkjan Bussink!)
  * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)