Changelog for
ruby2.7-rubygem-actionpack-4_1-4.1.16-1.106.i586.rpm :
* Wed Jul 13 2016 cooloAATTsuse.com- updated to version 4.1.16 see installed CHANGELOG.md [#]# Rails 4.1.16 (July 12, 2016) ##
* No changes.
* Tue Mar 08 2016 cooloAATTsuse.com- updated to version 4.1.15 see installed CHANGELOG.md [#]# Rails 4.1.15 (March 07, 2016) ##
* No changes.
* Tue Mar 01 2016 cooloAATTsuse.com- updated to version 4.1.14.2 see installed CHANGELOG.md [#]# Rails 4.1.14.2 (February 26, 2016) ##
* Do not allow render with unpermitted parameter. Fixes CVE-2016-2098.
* Arthur Neves
* [#]# Rails 4.1.14.1 (January 25, 2015) ##
* No changes.
* Tue Jan 26 2016 cooloAATTsuse.com- updated to version 4.1.14.1 see installed CHANGELOG.md
* Fri Nov 13 2015 cooloAATTsuse.com- updated to version 4.1.14 see installed CHANGELOG.md [#]# Rails 4.1.14 (November 12, 2015) ##
* No changes.
* Tue Aug 25 2015 cooloAATTsuse.com- updated to version 4.1.13 see installed CHANGELOG.md [#]# Rails 4.1.13 (August 24, 2015) ##
* No changes.
* Fri Jun 26 2015 cooloAATTsuse.com- updated to version 4.1.12 see installed CHANGELOG.md [#]# Rails 4.1.12 (June 25, 2015) ##
* Fix handling of empty X_FORWARDED_HOST header in raw_host_with_port Previously, an empty X_FORWARDED_HOST header would cause Actiondispatch::Http:URL.raw_host_with_port to return nil, causing Actiondispatch::Http:URL.host to raise a NoMethodError.
* Adam Forsyth
*
* Fix regression in functional tests. Responses should have default headers assigned. See #18423.
* Jeremy Kemper
*,
*Yves Senn
*
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 4.1.11 see installed CHANGELOG.md [#]# Rails 4.1.11 (June 16, 2015) ##
* No changes.
* Sun Mar 22 2015 cooloAATTsuse.com- updated to version 4.1.10
* Preserve default format when generating URLs Fixes an issue that would cause the format set in default_url_options to be lost when generating URLs with fewer positional arguments than parameters in the route definition. Backport of #18627
* Tekin Suleyman
*,
*Dominic Baggott
*
* Default headers, removed in controller actions, are no longer reapplied on the test response.
* Jonas Baumann
*
* Ensure `append_info_to_payload` is called even if an exception is raised. Fixes an issue where when an exception is raised in the request the additonal payload data is not available. See:
* #14903
* https://github.com/roidrage/lograge/issues/37
* Dieter Komendera
*,
*Margus Pärt
*
* Mon Jan 19 2015 dmuellerAATTsuse.com- update to 4.1.9:
* Fixed handling of positional url helper arguments when `format: false`.
* Restore handling of a bare `Authorization` header, without `token=` prefix.
* Fix regression where path was getting overwritten when route anchor was false, and X-Cascade pass
* Fix a bug where malformed query strings lead to 500.
* Fix arbitrary file existence disclosure in Action Pack (CVE-2014-7829)
* Fix arbitrary file existence disclosure in Action Pack (CVE-2014-7818)