Package Release Info

rubygem-bootsnap-1.4.2-bp152.3.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-bootsnap
ruby2.5-rubygem-bootsnap-doc

Change Logs

Version: 1.4.2-bp151.1.1
* Fri Mar 29 2019 Stephan Kulow <coolo@suse.com>
- updated to version 1.4.2
  see installed CHANGELOG.md
  [#] 1.4.2
  * Fix bug when removing features loaded by relative path from `$LOADED_FEATURES`
  * Fix bug with propagation of `NameError` up from nested calls to `require`
* Sat Mar 02 2019 Stephan Kulow <coolo@suse.com>
- updated to version 1.4.1
  see installed CHANGELOG.md
  [#] 1.4.1
  * Don't register change observers to frozen objects.
  [#] 1.4.0
  * When running in development mode, always fall back to a full path scan on LoadError, making
    bootsnap more able to detect newly-created files. (#230)
  * Respect `$LOADED_FEATURES.delete` in order to support code reloading, for integration with
    Zeitwerk. (#230)
  * Minor performance improvement: flow-control exceptions no longer generate backtraces.
  * Better support for requiring from environments where some features are not supported (especially
    JRuby). (#226)k
  * More robust handling of OS errors when creating files. (#225)
* Mon Sep 17 2018 mschnitzer@suse.com
- updated to version 1.3.2
  * Fix Spring + Bootsnap incompatibility when there are files with similar names.
  * Fix `YAML.load_file` monkey patch to keep accepting File objects as arguments.
  * Fix the API for `ActiveSupport::Dependencies#autoloadable_module?`.
  * Some performance improvements.
* Wed Jul 11 2018 factory-auto@kulow.org
- updated to version 1.3.1
  see installed CHANGELOG.md
  [#] 1.3.1
  * Change load path scanning to more correctly follow symlinks.
* Fri Jul 06 2018 mschnitzer@suse.com
- Initial package release