[ANN] nokogiri 1.6.3.rc2 Released

nokogiri version 1.6.3.rc2 has been released!

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

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:

==== Bug fixes

* [JRuby] Fix Ruby 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!)
* Building on OSX 10.9 stock ruby 2.0.0 now works. #1101 (Thanks,
@zenspider!)