From e559b24b526bd4d2559283ed2640681595b5ff3d Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 22 Feb 2013 09:37:09 +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_1_9_3@39385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9c80a655e..4354671c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 22 18:36:51 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. + Fri Feb 22 14:48:15 2013 NARUSE, Yui * vm.c (vm_exec): get rid of a SEGV when calling rb_iter_break() from -- cgit v1.2.3