Nokogiri 1.6.3.rc1 Released

nokogiri version 1.6.3.rc1 has been released!

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 in 1.6.3.rc1:

Bug fixes

  • [JRuby] Fix JRuby memory exhaustion vulnerability. #1087 (Thanks,
    @ocher)
  • [MRI] Fix segfault during GC when using libxml-ruby and nokogiri
    together in multi-threaded environment. #895 (Thanks, @ender672!)