File rubygem-activesupport-5.2.changes of Package rubygem-activesupport-5.2

-------------------------------------------------------------------
Fri Mar 29 05:54:45 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.3
 see installed CHANGELOG.md

  ## Rails 5.2.3 (March 27, 2019) ##
  
  *   Add `ActiveSupport::HashWithIndifferentAccess#assoc`.
  
      `assoc` can now be called with either a string or a symbol.
  
      *Stefan Schüßler*
  
  *   Fix `String#safe_constantize` throwing a `LoadError` for incorrectly cased constant references.
  
      *Keenan Brock*
  
  *   Allow Range#=== and Range#cover? on Range
  
      `Range#cover?` can now accept a range argument like `Range#include?` and
      `Range#===`. `Range#===` works correctly on Ruby 2.6. `Range#include?` is moved
      into a new file, with these two methods.
  
      *utilum*
  
  *   If the same block is `included` multiple times for a Concern, an exception is no longer raised.
  
      *Mark J. Titorenko*, *Vlad Bokov*

-------------------------------------------------------------------
Thu Mar 14 03:44:45 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- update to version 5.2.2.1:
  https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
  CVE-2019-5418 CVE-2019-5419 CVE-2019-5420

-------------------------------------------------------------------
Sat Jan 19 19:51:02 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- rb_build_ruby_abi needs to be rb_build_ruby_abis

-------------------------------------------------------------------
Fri Jan 18 16:24:43 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- limit to ruby 2.5 and above for 42.3/sle12

-------------------------------------------------------------------
Sat Dec  8 16:17:32 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.2
 see installed CHANGELOG.md

  ## Rails 5.2.2 (December 04, 2018) ##
  
  *   Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess`
      would not act as alias for `#symbolize_keys`.
  
      *Nick Weiland*
  
  *   Improve the logic that detects non-autoloaded constants.
  
      *Jan Habermann*, *Xavier Noria*
  
  *   Fix bug where `URI.unescape` would fail with mixed Unicode/escaped character input:
  
          URI.unescape("バ")  # => "バ"
          URI.unescape("%E3%83%90")  # => "バ"
          URI.unescape("バ%E3%83%90")  # => Encoding::CompatibilityError
  
      *Ashe Connor*, *Aaron Patterson*

-------------------------------------------------------------------
Mon Dec  3 06:29:17 UTC 2018 - mschnitzer@suse.com

- updated to version 5.2.1.1 (boo#1118076)

  * No changes / Just a version bump to match with Rails 5.2.1.1

-------------------------------------------------------------------
Wed Aug  8 14:55:31 UTC 2018 - mschnitzer@suse.com

- updated to version 5.2.1 (boo#1104209)

* Redis cache store: `delete_matched` no longer blocks the Redis server.
  (Switches from evaled Lua to a batched SCAN + DEL loop.)
  (Gleb Mazovetskiy)

* Fix bug where `ActiveSupport::Timezone.all` would fail when tzinfo data for
  any timezone defined in `ActiveSupport::TimeZone::MAPPING` is missing.
  (Dominik Sander)

* Fix bug where `ActiveSupport::Cache` will massively inflate the storage
  size when compression is enabled (which is true by default). This patch
  does not attempt to repair existing data: please manually flush the cache
  to clear out the problematic entries.
  (Godfrey Chan)

* Fix `ActiveSupport::Cache#read_multi` bug with local cache enabled that was
  returning instances of `ActiveSupport::Cache::Entry` instead of the raw values.
  (Jason Lee)

-------------------------------------------------------------------
Mon Apr 16 12:20:40 UTC 2018 - mschnitzer@suse.com

- initialize package

  see changelog: https://github.com/rails/rails/blob/v5.2.0/activesupport/CHANGELOG.md
openSUSE Build Service is sponsored by