Changelog for
ruby2.7-rubygem-actionpack-3_2-3.2.22.5-150300.1.7.x86_64.rpm :
* Thu Sep 15 2016 cooloAATTsuse.com- updated to version 3.2.22.5 see installed CHANGELOG.md
* Fri Aug 12 2016 cooloAATTsuse.com- updated to version 3.2.22.4 see installed CHANGELOG.md
* Tue Mar 01 2016 cooloAATTsuse.com- updated to version 3.2.22.2 see installed CHANGELOG.md
* Tue Jan 26 2016 cooloAATTsuse.com- updated to version 3.2.22.1 see installed CHANGELOG.md
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 3.2.22 see installed CHANGELOG.md [#]# Rails 3.2.22 (Jun 16, 2015) ##
* No changes.
* Wed Feb 11 2015 cooloAATTsuse.com- updated to version 3.2.21
* Fix regression when using `ActionView::Helpers::TranslationHelper#translate` with `options[:raise]`. This regression was introduced at ec16ba75a5493b9da972eea08bae630eba35b62f.
* Shota Fukumori (sora_h)
* [#]# Rails 3.2.18 (May 6, 2014) ##
* Only accept actions without File::SEPARATOR in the name. This will avoid directory traversal in implicit render. Fixes: CVE-2014-0130- obsolete CVE-2014-0130.patch
* Mon May 26 2014 jmassaguerplaAATTsuse.com- fix CVE-2014-0130: rubygem-actionpack: directory traversal issue (bnc#876714) CVE-2014-0130.patch: contains the fix
* Thu Apr 03 2014 jmassaguerplaAATTsuse.com- update to version 3.2.17. It includes among other things fixes for: CVE-2013-4389 (bnc#846239) CVE-2013-4491 (bnc#853625) CVE-2013-6414 (bnc#853633) CVE-2013-6415 (bnc#853632) CVE-2013-6417 (bnc#853627) CVE-2014-0081 (bnc#864433) CVE-2014-0082 (bnc#864431)
* Mon Mar 18 2013 cooloAATTsuse.com- updated to version 3.2.13
* Fix incorrectly appended square brackets to a multiple select box if an explicit name has been given and it already ends with \"[]\".
* Determine the controller#action from only the matched path when using the shorthand syntax. Previously the complete path was used, which led to problems with nesting (scopes and namespaces). Fixes #7554.
* Fix `assert_template` with `render :stream => true`. Fix #1743.
* Eagerly populate the http method loookup cache so local project inflections do not interfere with use of underscore method ( and we don\'t need locks )
* `BestStandardsSupport` no longer duplicates `X-UA-Compatible` values on each request to prevent header size from blowing up.
* Fixed JSON params parsing regression for non-object JSON content.
* Prevent unnecessary asset compilation when using `javascript_include_tag` on files with non-standard extensions.
* Fixes issue where duplicate assets can be required with sprockets.
* Tue Feb 12 2013 cooloAATTsuse.com- updated to version 3.2.12, version bump