8
0

- updated to 0.30

- doy/data-visitor should probably be the canonical repository at this
     point
   - The class callbacks to be run for an object are now chosen once, at the
     start of visiting that object. Previously, it always looked through the
     entire list of callbacks every time, in a loop in which the object in
     question could be changed by the callback. Since the class callbacks are
     only partially ordered, this lead to differences in whether a callback
     would be called or not based on hash order. reported by Robin Smidsrød.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Visitor?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-07-18 16:04:30 +00:00
committed by Git OBS Bridge
parent 38dcc7e1db
commit e2362ccc85
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 18 16:03:40 UTC 2013 - coolo@suse.com
- updated to 0.30
- doy/data-visitor should probably be the canonical repository at this
point
- The class callbacks to be run for an object are now chosen once, at the
start of visiting that object. Previously, it always looked through the
entire list of callbacks every time, in a loop in which the object in
question could be changed by the callback. Since the class callbacks are
only partially ordered, this lead to differences in whether a callback
would be called or not based on hash order. reported by Robin Smidsrød.
-------------------------------------------------------------------
Mon Feb 27 08:47:42 UTC 2012 - coolo@suse.com