Changelog for
ruby3.3-rubygem-activesupport-2_3-2.3.18-1.114.x86_64.rpm :
* Fri Oct 24 2014 tboergerAATTsuse.com- Updated to 2.3.18
* Fri Oct 24 2014 tboergerAATTsuse.com- Added new ruby macros
* Mon Mar 18 2013 cooloAATTsuse.com- updated to version 2.3.17
* security update (CVE-2013-0276, CVE-2013-0277)
* Tue Jan 08 2013 cooloAATTsuse.com- updated to version 2.3.15
* Hash.from_xml raises when it encounters type=\"symbol\" or type=\"yaml\". Use Hash.from_trusted_xml to parse this XML. CVE-2013-0156 [Jeremy Kemper]
* Wed Apr 04 2012 cooloAATTsuse.com- fix exception message for ruby 1.9
* Wed Aug 17 2011 mrueckertAATTsuse.de- update to version 2.3.14 - fixing utf8 escape vulerability (bnc#712060) - Fix OrderedHash merging with block given.
* Mon Jun 20 2011 mrueckertAATTsuse.de- update to version 2.3.12
* Version bump
* Wed Feb 16 2011 mrueckertAATTsuse.de- update to version 2.3.11: (bnc#668817) - XSS Risk in mail_to :encode=>:javascript CVE-2011-0446 - CSRF Bypass Risk CVE-2011-0447 - Filter Problems on Case Insensitive Filesystems CVE-2011-0449 - Potential SQL Injection with limit() CVE-2011-0448
* Mon Jan 17 2011 mvidnerAATTsuse.cz- Split off doc subpackage.
* Wed Oct 27 2010 mrueckertAATTsuse.de- update to version 2.3.10
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3. Deprecates {{foo}} interpolation syntax in favor of 1.9-native %{foo}.
* Deprecate Kernel#returning in favor of Object#tap since it\'s included in Ruby 1.8.7 and later. [Santiago Pastorino]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths, renamed to autoload_(once_)paths. [fxn]
* Deprecates Array#random_element, renamed to sample to match Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]