nokogiri version 1.5.0.beta.1-java has been released!

This is a java-only prerelease that is functionally equivalent to 1.4.1-ish,
but running a new pure-java backend. The purpose of this release is to start
getting feedback from early adopters, and to provide early support for
java-only platforms (Android, GAE, what-have-you).

THIS IS BETA SOFTWARE AND MAY BE UNSTABLE. PLEASE USE WITH CAUTION. There
are still a few small behavioral differences between libxml-based Nokogiri
and the pure-java backend, which will be addressed or documented by 1.5.0
final.

Nokogiri's roadmap is to deliver a 1.5.0 final for all platforms by late
summer that will be functionally equivalent to 1.4.2 (or whatever the latest
1.4.x point release is at that time).

    jruby -S gem install nokogiri    # => will install 1.4.2
    jruby -S gem install --prerelease nokogiri    # => will install
1.5.0.beta.1


--------------------

The pure-java backend was built largely through the efforts of a few
developers:

* Pat Mahoney
* Yoko Harada
* Charles Nutter
* Sergio Arbeo

We all owe them a debt of gratitude for their hard work and persistence.
Thank you, Pat, Yoko, Charlie and Sergio!

Pat and Yoko will also be the recipients of a monetary compensation,
organized through Roger Pack's excellent Ruby Bounties project:

    http://wiki.github.com/rdp/ruby_bounties/ruby-bounties

This will be the largest bounty paid out to date: $625!

Normal release notes follow.

-------------------

nokogiri version 1.5.0.beta.1-java has been released!

* <http://nokogiri.org>
* <http://github.com/tenderlove/nokogiri/wikis>
* <http://github.com/tenderlove/nokogiri/tree/master>
* <http://groups.google.com/group/nokogiri-talk>
* <http://github.com/tenderlove/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:

## 1.5.0 beta1 / 2010/05/22

* Notes

  * JRuby support is provided by a new pure-java backend.

* Deprecations

  * Ruby 1.8.6 is deprecated. Nokogiri will install, but official support is
ended.
  * FFI support is removed.

Reply via email to