Package Release Info

rubygem-byebug-11.1.3-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby3.4-rubygem-byebug

Change Logs

* Mon Apr 27 2020 mschnitzer@suse.com
- updated to version 11.1.3
  [#]## Fixed
  * [#674](https://github.com/deivid-rodriguez/byebug/pull/674):
    crash when using byebug on ruby 2.7.0 on Windows.
* Mon Jan 27 2020 mschnitzer@suse.com
- updated to version 11.1.1
  [#]## Fixed
  * [#635](https://github.com/deivid-rodriguez/byebug/pull/635): usage
  on Fedora 31 or any other `byebug` installation performed by a
  `rubygems` copy customized by setting `Gem.install_extension_in_lib` to false.
* Mon Mar 18 2019 mschnitzer@suse.com
- updated to version 11.0.1
  [#] Fixed
  * 546: continue! to ignore further byebug calls.
  * 545: skip autolisting code for intermediate skipped breakpoints.
* Sat Mar 02 2019 coolo@suse.com
- updated to version 11.0.0
  see installed CHANGELOG.md
* Sat Mar 31 2018 factory-auto@kulow.org
- updated to version 10.0.2
  see installed CHANGELOG.md
  [#]# 10.0.2 - 2018-03-30
  * Error when using byebug with `debase` gem (#447, @tzmfreedom)
* Thu Mar 22 2018 factory-auto@kulow.org
- updated to version 10.0.1
  see installed CHANGELOG.md
  [#]# 10.0.1 - 2018-03-21
  [#]## Fixed
  * Error when using byebug with `debase` gem (#443, @tzmfreedom)
* Thu Feb 08 2018 coolo@suse.com
- updated to version 10.0.0
  see installed CHANGELOG.md
* Mon Sep 04 2017 mrueckert@suse.de
- only build on 2.2 and newer
* Sun Sep 03 2017 coolo@suse.com
- updated to version 9.1.0
  see installed CHANGELOG.md
  [#]# 9.1.0 - 2016-08-22
  [#]## Added
  * Better UI messages for breakpoint management.
  [#]## Fixed
  * `where` command failing on instance_exec block stack frames.
  * `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3).
  * `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3).
  [#]## Removed
  * Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs
    on these platforms.
* Sat Oct 01 2016 coolo@suse.com
- updated to version 9.0.6
  see installed CHANGELOG.md
  [#]# 9.0.6 - 2016-09-29
  [#]## Fixed
  * Error when using `byebug` with a ruby compiled against libedit (#241).
  * Allow `Byebug.start_server` to yield the block passed to it when the actual
    port is already known (#277, thanks @cben).
  * Use a standard license name so it can be more reliably used by tools (#275).