SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.0-rubygem-activesupport-4_1-4.1.16-1.113.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) ##
* No changes. [#]# 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) ##
* No changes.
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 4.1.11 see installed CHANGELOG.md [#]# Rails 4.1.11 (June 16, 2015) ##
* Fix XSS vulnerability in `ActiveSupport::JSON.encode` method. CVE-2015-3226.
* Rafael Mendonça França
*
* Fix denial of service vulnerability in the XML processing. CVE-2015-3227.
* Aaron Patterson
*
* Fri Mar 20 2015 cooloAATTsuse.com- updated to version 4.1.10
* Fixed a roundtrip problem with AS::SafeBuffer where primitive-like strings will be dumped as primitives: Before: YAML.load ActiveSupport::SafeBuffer.new(\"Hello\").to_yaml # => \"Hello\" YAML.load ActiveSupport::SafeBuffer.new(\"true\").to_yaml # => true YAML.load ActiveSupport::SafeBuffer.new(\"false\").to_yaml # => false YAML.load ActiveSupport::SafeBuffer.new(\"1\").to_yaml # => 1 YAML.load ActiveSupport::SafeBuffer.new(\"1.1\").to_yaml # => 1.1 After: YAML.load ActiveSupport::SafeBuffer.new(\"Hello\").to_yaml # => \"Hello\" YAML.load ActiveSupport::SafeBuffer.new(\"true\").to_yaml # => \"true\" YAML.load ActiveSupport::SafeBuffer.new(\"false\").to_yaml # => \"false\" YAML.load ActiveSupport::SafeBuffer.new(\"1\").to_yaml # => \"1\" YAML.load ActiveSupport::SafeBuffer.new(\"1.1\").to_yaml # => \"1.1\"
* Godfrey Chan
*
* Replace fixed `:en` with `I18n.default_locale` in `Duration#inspect`.
* Dominik Masur
*
* Add missing time zone definitions for Russian Federation and sync them with `zone.tab` file from tzdata version 2014j (latest).
* Andrey Novikov
*
* Mon Jan 19 2015 dmuellerAATTsuse.com- update to 4.1.9:
* `Method` objects now report themselves as not `duplicable?`. This allows hashes and arrays containing `Method` objects to be `deep_dup`ed.
 
ICM