Nokogiri 1.6.4 Released

nokogiri version 1.6.4, codename “Chip and Dale”, has been released!

Please note that nokogiri upgrades its base bundled version of libxml2
to 2.9.2 in this release.

I’d like to thank @knu once again for his great work toward this
release. It would not have happened without him.


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.6.4 / 2014-11-04

==== Features

  • (MRI) Bundled Libxml2 is upgraded to 2.9.2.
  • (MRI) nokogiri --version will include a list of applied patches.
  • (MRI) Nokogiri no longer prints messages directly to TTY while
    building
    the extension.
  • (MRI) Detect and help user fix a missing /usr/include/iconv.h on OS X.
    (#1111)
  • (MRI) Improve the iconv detection for building libxml2.

==== Bug fixes

  • (MRI) Fix DocumentFragment#element_children (#1138).
  • Fix a bug with CSS attribute selector without any prefix where “foo
    [bar]” was treated as “foo[bar]”. (#1174)