diff --git a/byebug-7.0.0.gem b/byebug-7.0.0.gem deleted file mode 100644 index 19962be..0000000 --- a/byebug-7.0.0.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbea96aab46b3b71a4564898bf7c420f5256a01d5f097ffe57f9c9bb9f669e95 -size 76800 diff --git a/byebug-8.2.0.gem b/byebug-8.2.0.gem new file mode 100644 index 0000000..5a5d5f0 --- /dev/null +++ b/byebug-8.2.0.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105432b181a0b62f38784f3bccc59c4a851d4bd9f3fc6ff51fe66515ecb71d96 +size 78336 diff --git a/rubygem-byebug.changes b/rubygem-byebug.changes index ef9f672..ffb7dec 100644 --- a/rubygem-byebug.changes +++ b/rubygem-byebug.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Mon Nov 23 05:28:32 UTC 2015 - coolo@suse.com + +- updated to version 8.2.0 + see installed CHANGELOG.md + + ## Master (Unreleased) + + ## 8.2.0 - 2015-11-12 + ### Fixed + * [#184](https://github.com/deivid-rodriguez/byebug/issues/184) & + [#188](https://github.com/deivid-rodriguez/byebug/issues/188), both due + to the way of running evaluations in a separate thread. + + ### Added + * `debug` command to evaluate things in a separate thread, since this behavior + was removed from default `eval` to fix the above issues. + + ## 8.1.0 - 2015-11-09 + ### Fixed + * Command history should be specific per project. + * Better error message in certain edge cases when printing the backtrace. + * Bug in evaluator which would show information about having stopped at a + breakpoint in some cases. + + ### Added + * Ability to autolist source code after `frame` command. + * Ability to stop at lines where methods return. + + ## 8.0.1 - 2015-11-07 + ### Fixed + * Error stream wouldn't be properly reset when using standalone `byebug`. + * Confusing error message for invalid breakpoint locations. + + ## 8.0.0 - 2015-11-05 + ### Fixed + * [#183](https://github.com/deivid-rodriguez/byebug/issues/183). Compilation + in Ruby 2.0. Regression introduced in 7.0.0 + * "Return value is: nil" would be displayed when stopping right before the end + of a class definition. We want to avoid showing anything instead. + + ## Changed + * Plugins now need to implement an `at_end` method (separate from `at_return`) + in their custom processors. + ------------------------------------------------------------------- Thu Nov 5 05:28:49 UTC 2015 - coolo@suse.com diff --git a/rubygem-byebug.spec b/rubygem-byebug.spec index 12de4e0..6ffd0d6 100644 --- a/rubygem-byebug.spec +++ b/rubygem-byebug.spec @@ -24,7 +24,7 @@ # Name: rubygem-byebug -Version: 7.0.0 +Version: 8.2.0 Release: 0 %define mod_name byebug %define mod_full_name %{mod_name}-%{version}