2012-09-16 13:29:03 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-libxml to 2.3.3.
== 2.3.3 / 2012-07-01 Charlie Savage
* Add LibXML::XML::Error.get_handler (Carsten Zimmermann)
* Fix variable name in example (Marcus)
|
2012-06-14 09:45:42 by Steven Drake | Files touched by this commit (1202) |
Log message:
Recursive PKGREVISION bump for libxml2 buildlink addition.
|
2012-03-20 14:50:09 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-libxml to 2.3.2.
= Release History
== 2.3.2 / 2012-03-20 Charlie Savage
* Define various canonicalize constants to support libxml2 versions
older than 1.1.25 (thanks Apple!)
== 2.3.1 / 2012-03-20 Charlie Savage
* Yanked - didn't fix the OSX canonicalize issue
|
2012-03-20 14:45:32 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-libxml to 2.3.0.
= Release History
== 2.3.0 / 2012-02-22 Ryan Johnson
* Add ability to insert new PI-nodes into the xmltree (Axel Struebing).
* Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via
LibXML::XML::Document#canonicalize method with optional arguments.
* Added full test data for C14N based off of W3C spec.
(http://www.w3.org/TR/xml-c14n#Examples)
* Update sax handler to support encodings on Ruby 1.9 and higher.
|
2011-09-12 15:45:52 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-libxml pacakge to 2.2.2.
= Release History
== 2.2.2 / 2011-08-13 Charlie Savage
* ++API CHANGE+++
Reader#relax_ng_validate now takes a RelaxNG object. This is
what the documentation has always said it takes, but it previously
took a string. In addition, it now returns true or false instead of 0 or -1.
Reader#schema_validate now takes a Schema object. This is
what the documentation has always said it takes, but it previously
took a string. In addition, it now returns true or false instead of 0 or -1.
Fixes GitHub issue #30.
* Added Parser::Context#close and HTMLParser::Context#close methods that
allow the underlying io stream (file, string, etc) to be closed. Once a
parser is done parsing its data, it now calls one of these methods.
This means that if you parse thousands of files at the same time,
without running Ruby's garbage colllector, you won't get a too
many files open error. Fixes GitHub issue #29.
* Fixed bug where Node#inner_xml caused an error when it had no child nodes.
Fixes GitHub issues #31
* Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
|
2011-08-17 15:38:30 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-libxml package to 2.2.1.
= Release History
== 2.2.1 / 2011-08-13 Charlie Savage
* Packaging fix - include the custom .def file in the gem.
|
2011-08-12 19:21:33 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update textproc/ruby-libxml package to 2.2.0.
Changes are too many to write here, please refer:
http://github.com/xml4r/libxml-ruby/blob/master/HISTORY
|
2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80) |
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
|
2010-09-10 10:20:01 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|