8
0

Accepting request 457015 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/457015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Variable-Magic?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2017-02-14 09:07:16 +00:00
committed by Git OBS Bridge
parent 13aa162ff8
commit cb52d8599d
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 14 07:57:29 UTC 2017 - coolo@suse.com
- updated to 0.61
see /usr/share/doc/packages/perl-Variable-Magic/Changes
0.61 2017-01-24 15:30 UTC
+ Fix : [RT #115792] : Latest blead stack unwind work causes infloop
in a test.
A change in how the core frees temporary values after eval
interacted badly with Variable::Magic and caused infinite loops
when a free callback was attached to a wizard. This change was
temporarily reverted, but is going to be reinstated, and
Variable::Magic is now able to play nicely when this happens.
Thanks Peter Rabbitson for reporting and David Mitchell for
providing a fix.
-------------------------------------------------------------------
Wed Sep 7 06:18:52 UTC 2016 - coolo@suse.com