Changelog for
ruby2.4-rubygem-actionview-4_2-4.2.2-1.153.x86_64.rpm :
* Mon Mar 07 2016 jmassaguerplaAATTsuse.com- fix bsc#968849: CVE-2016-2098: rubygem-actionpack: Possible remote code execution vulnerability in Action Pack
* Tue Jan 26 2016 jmassaguerplaAATTsuse.com- fix bnc#963332 - CVE-2016-0752: rubygem-actionpack, rubygem-actionview: directory traversal and information leak in Action View CVE-2016-0752.patch: contains the security fix
* Fri Jul 03 2015 jmassaguerplaAATTsuse.com- updated to version 4.2.2, no changes (updated to match activesupport-4_2 version) (bnc#934799 and bnc#934800).
* Sun Mar 22 2015 cooloAATTsuse.com- updated to version 4.2.1
* Default translations that have a lower precidence than an html safe default, but are not themselves safe, should not be marked as html_safe.
* Justin Coyne
*
* Added an explicit error message, in `ActionView::PartialRenderer` for partial `rendering`, when the value of option `as` has invalid characters.
* Angelo Capilleri
*
* Mon Jan 19 2015 dmuellerAATTsuse.com- update to 4.1.9:
* Added an explicit error message, in `ActionView::PartialRenderer` for partial `rendering`, when the value of option `as` has invalid characters.
* Update `select_tag` to work correctly with `:include_blank` option passing a string.
* Mon Nov 10 2014 tboergerAATTsuse.com- To get rails 4 running on SLE 11 i have switched the rb_build_versions definition to rub21 as it is activated within devel:languages:ruby. That way we can get running rails 4 on SLE 11 too.
* Sun Oct 12 2014 cooloAATTsuse.com- updated to version 4.1.6
* Fix that render layout: \'messages/layout\' should also be added to the dependency tracker tree.
* Return an absolute instead of relative path from an asset url in the case of the `asset_host` proc returning nil
* Fix `html_escape_once` to properly handle hex escape sequences (e.g. ᨫ)
* Bring `cache_digest` rake tasks up-to-date with the latest API changes
* Wed Jul 23 2014 mrueckertAATTsuse.com- - initial package