SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.7-rubygem-actionpack-4_2-4.2.11.3-lp153.1.19.x86_64.rpm :

* Fri Sep 25 2020 Stephan Kulow updated to version 4.2.11.3 see installed CHANGELOG.md [#]# Rails 4.2.11.3 (May 15, 2020) ##
* No changes. [#]# Rails 4.2.11.2 (May 15, 2020) ##
* No changes.
* Sun May 05 2019 Stephan Kulow - updated to version 4.2.11.1 see installed CHANGELOG.md [#]# Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
* Sat Dec 08 2018 Stephan Kulow - updated to version 4.2.11 see installed CHANGELOG.md [#]# Rails 4.2.11 (November 27, 2018) ##
* No changes.
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 4.2.10 see installed CHANGELOG.md [#]# Rails 4.2.10 (September 27, 2017) ##
* Fix regression in behavior of `normalize_path`. In Rails 5 there was a change to ensure the encoding of the original string in a path was maintained. This was incorrectly backported to Rails 4.2 which caused a regression.
* Eileen M. Uchitelle
*
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 4.2.9 see installed CHANGELOG.md [#]# Rails 4.2.9 (June 26, 2017) ##
* Use more specific check for :format in route path The current check for whether to add an optional format to the path is very lax and will match things like `:format_id` where there are nested resources, e.g: ``` ruby resources :formats do resources :items end ``` Fix this by using a more restrictive regex pattern that looks for the patterns `(.:format)`, `.:format` or `/` at the end of the path. Note that we need to allow for multiple closing parenthesis since the route may be of this form: ``` ruby get \"/books(/:action(.:format))\", controller: \"books\" ``` This probably isn\'t what\'s intended since it means that the default index action route doesn\'t support a format but we have a test for it so we need to allow it. Fixes #28517.
* Andrew White
*
* Wed Feb 22 2017 cooloAATTsuse.com- updated to version 4.2.8 see installed CHANGELOG.md [#]# Rails 4.2.8 (February 21, 2017) ##
* No changes.
* Fri Aug 12 2016 cooloAATTsuse.com- updated to version 4.2.7.1 see installed CHANGELOG.md
* Wed Jul 13 2016 cooloAATTsuse.com- updated to version 4.2.7 see installed CHANGELOG.md [#]# Rails 4.2.7 (July 12, 2016) ##
* No changes.
* Tue Mar 08 2016 cooloAATTsuse.com- updated to version 4.2.6 see installed CHANGELOG.md [#]# Rails 4.2.6 (March 07, 2016) ##
* No changes.
* Tue Mar 01 2016 cooloAATTsuse.com- updated to version 4.2.5.2 see installed CHANGELOG.md [#]# Rails 4.2.5.2 (February 26, 2016) ##
* Do not allow render with unpermitted parameter. Fixes CVE-2016-2098.
* Arthur Neves
* [#]# Rails 4.2.5.1 (January 25, 2015) ##
* No changes.
* Tue Jan 26 2016 cooloAATTsuse.com- updated to version 4.2.5.1 see installed CHANGELOG.md
* Fri Nov 13 2015 cooloAATTsuse.com- updated to version 4.2.5 see installed CHANGELOG.md [#]# Rails 4.2.5 (November 12, 2015) ##
* `ActionController::TestCase` can teardown gracefully if an error is raised early in the `setup` chain.
* Yves Senn
*
* Parse RSS/ATOM responses as XML, not HTML.
* Alexander Kaupanin
*
* Fix regression in mounted engine named routes generation for app deployed to a subdirectory. `relative_url_root` was prepended to the path twice (e.g. \"/subdir/subdir/engine_path\" instead of \"/subdir/engine_path\") Fixes #20920. Fixes #21459.
* Matthew Erhard
*
* `url_for` does not modify its arguments when generating polymorphic URLs.
* Bernerd Schaefer
*
* Update `ActionController::TestSession#fetch` to behave more like `ActionDispatch::Request::Session#fetch` when using non-string keys.
* Jeremy Friesen
*
* Tue Aug 25 2015 cooloAATTsuse.com- updated to version 4.2.4 see installed CHANGELOG.md [#]# Rails 4.2.4 (August 24, 2015) ##
* ActionController::TestSession now accepts a default value as well as a block for generating a default value based off the key provided. This fixes calls to session#fetch in ApplicationController instances that take more two arguments or a block from raising `ArgumentError: wrong number of arguments (2 for 1)` when performing controller tests.
* Matthew Gerrior
*
* Fix to keep original header instance in `ActionDispatch::SSL` `ActionDispatch::SSL` changes headers to `Hash`. So some headers will be broken if there are some middlewares on `ActionDispatch::SSL` and if it uses `Rack::Utils::HeaderHash`.
* Fumiaki Matsushima
*
* Fri Jun 26 2015 cooloAATTsuse.com- updated to version 4.2.3 see installed CHANGELOG.md [#]# Rails 4.2.3 (June 25, 2015) ##
* Fix rake routes not showing the right format when nesting multiple routes. See #18373.
* Ravil Bayramgalin
*
* Fix regression where a gzip file response would have a Content-type, even when it was a 304 status code. See #19271.
* Kohei Suzuki
*
* 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
*
* Fallback to `ENV[\'RAILS_RELATIVE_URL_ROOT\']` in `url_for`. Fixed an issue where the `RAILS_RELATIVE_URL_ROOT` environment variable is not prepended to the path when `url_for` is called. If `SCRIPT_NAME` (used by Rack) is set, it takes precedence. Fixes #5122.
* Yasyf Mohamedali
*
* 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.2.2 see installed CHANGELOG.md [#]# Rails 4.2.2 (June 16, 2015) ##
* No Changes
*
* Sun Mar 22 2015 cooloAATTsuse.com- updated to version 4.2.1, see CHANGELOG.md
* Wed Jan 28 2015 adrianAATTsuse.de- update to 4.2.0
* 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)
* 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.
 
ICM