[ANN] nokogiri 1.6.7.rc2 Released

nokogiri version 1.6.7.rc2 has been released!

This is intended as a "request for comments" release focused on improved
Windows support. If no known blockers are raised by Friday, 4 Sept 2015,
this will be released as 1.6.7 final.

If you have ever complained about Windows support, this is your opportunity
to contribute. :slight_smile:

ยทยทยท

---

* <http://nokogiri.org>
* <Installation: http://nokogiri.org/tutorials/installing_nokogiri.html>
* <Tutorials: http://nokogiri.org>
* <README: https://github.com/sparklemotion/nokogiri>
* <Mailing List: https://groups.google.com/group/nokogiri-talk>
* <Bug Reports: 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.

---

Changes:

# 1.6.7.rc2 / 2015-08-31

Note that rc1 was not released.

## Features

* Cross-built gems now have a proper ruby version requirement. (#1266)
* Ruby 2.2.x is supported on Windows.
* Native build is supported on Windows.

## Bug fixes

* [JRuby] Document#parse should support IO objects that respond to #read.
(#1124) (Thanks, Jake Byman!)
* [MRI] Duplicate-id errors when setting the `id` attribute on HTML
documents are now silenced. (#1262)
* [JRuby] SAX parser cuts texts in peices when quare brackets exist. (#1261)
* [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)

Thanks!

I haven't done any serious testing but it installed ok, and I was able to
require it.

I've been trying to do a native build, but am fighting a bit with libxml2
and libxslt, as they don't provide an xml-config or xslt-config script,
which nokogiri seems to rely upon.

Dan

ยทยทยท

On Mon, Aug 31, 2015 at 8:01 AM, Mike Dalessio <mike.dalessio@gmail.com> wrote:

nokogiri version 1.6.7.rc2 has been released!

This is intended as a "request for comments" release focused on improved
Windows support. If no known blockers are raised by Friday, 4 Sept 2015,
this will be released as 1.6.7 final.

If you have ever complained about Windows support, this is your
opportunity to contribute. :slight_smile:

---

* <http://nokogiri.org>
* <Installation: http://nokogiri.org/tutorials/installing_nokogiri.html&gt;
* <Tutorials: http://nokogiri.org>
* <README: https://github.com/sparklemotion/nokogiri&gt;
* <Mailing List: https://groups.google.com/group/nokogiri-talk&gt;
* <Bug Reports: https://github.com/sparklemotion/nokogiri/issues&gt;

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.

---

Changes:

# 1.6.7.rc2 / 2015-08-31

Note that rc1 was not released.

## Features

* Cross-built gems now have a proper ruby version requirement. (#1266)
* Ruby 2.2.x is supported on Windows.
* Native build is supported on Windows.

## Bug fixes

* [JRuby] Document#parse should support IO objects that respond to #read.
(#1124) (Thanks, Jake Byman!)
* [MRI] Duplicate-id errors when setting the `id` attribute on HTML
documents are now silenced. (#1262)
* [JRuby] SAX parser cuts texts in peices when quare brackets exist.
(#1261)
* [JRuby] Namespaced attributes aren't removed by remove_attribute. (#1299)