From 11d79c680f73f9671b6e2c0baeecf9c8a7c66129 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 22 Feb 2013 10:22:20 +0000 Subject: merge revision(s) 39384: * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): new attribute to read/write entity expansion text limit. the default limit is 10Kb. * lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 235d90d40c..c48466a459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 22 19:22:05 2013 Aaron Patterson + + * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): + new attribute to read/write entity expansion text limit. the default + limit is 10Kb. + + * lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute. + Thu Feb 21 05:03:38 2013 Eric Hodel * lib/rubygems/commands/update_command.rb: Create the installer after -- cgit v1.2.3