CHANGELOG.rdoc in nokogiri-1.5.11-java vs CHANGELOG.rdoc in nokogiri-1.6.0.rc1
- old
+ new
@@ -1,27 +1,17 @@
-=== 1.5.11 / 2013-12-14
+=== 1.6.0.rc1 / 2013-04-14
-* Bugfixes
+* Features
- * (JRuby) Fix out of memory bug when certain invalid documents are parsed.
- * (JRuby) Fix regression of billion-laughs vulnerability. #586
+ * (MRI) Source code for libxml 2.8.0 and libxslt 1.2.26 is packaged
+ with the gem. These libraries are compiled at gem install time
+ unless the environment variable NOKOGIRI_USE_SYSTEM_LIBRARIES is
+ set. VERSION_INFO (also `nokogiri -v`) exposes whether libxml was
+ compiled from packaged source, or the system library was used.
+ * (Windows) libxml upgraded to 2.8.0
-=== 1.5.10 / 2013-06-07
-* Bugfixes
-
- * (JRuby) Fix "null document" error when parsing an empty IO in jruby 1.7.3. #883
- * (JRuby) Fix schema validation when XSD has DOCTYPE set to DTD. #861 (Thanks, Patrick Cheng!)
- * (MRI) Fix segfault when there is no default subelement for an HTML node. #917
-
-
-* Notes
-
- * Use rb_ary_entry instead of RARRAY_PTR (you know, for Rubinius). #877 (Thanks, Dirkjan Bussink!)
- * Fix TypeError when running tests. #900 (Thanks, Cédric Boutillier!)
-
-
=== 1.5.9 / 2013-03-21
* Bugfixes
* Ensure that prefixed attributes are properly namespaced when reparented. #869
@@ -70,10 +60,10 @@
* Node#native_content= allows setting unescaped node contant. #768
* XPath lookup with namespaces supports symbol keys. #729 (Thanks, Ben Langfeld.)
* XML::Node#[]= stringifies values. #729 (Thanks, Ben Langfeld.)
* bin/nokogiri will process a document from $stdin
* bin/nokogiri -e will execute a program from the command line
- * (JRuby) bin/nokogiri --version will print the Xerces and NekoHTML versions.
+ * bin/nokogiri --version will print the Xerces and NekoHTML versions when ran with JRuby.
* Bugfixes
* Nokogiri now detects XSLT transform errors. #731 (Thanks, Justin Fitzsimmons!)