perl-Devel-StackTrace/perl-Devel-StackTrace.changes

57 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 1 09:44:32 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Mar 8 21:59:06 UTC 2010 - chris@computersalat.de
- update to version 1.22
- Apparently, overload::StrVal on older Perls (5.8.5, but not 5.8.8)
tried to call a stringification method if it existed. So now,
Devel::StackTrace just uses overload::AddrRef instead, which should
always be safe. Reported by Michael Stevens. Fixes RT #47900.
- 1.21 Jul 1, 2009
- Overloaded objects which didn't provide a stringification method
cause Devel::StackTrace to die when respect_overload was
true. Reported by Laurent Dami. RT #39533.
- Added a frame_filter option which allows for fine-grained control
over what frames are included in a trace. Based on (but expanded)
from a patch proposed by Florian Ragwitz. RT #47415.
- cleanup spec
- Header version
- License
- Provides
-------------------------------------------------------------------
Sat Jul 25 19:37:10 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 28 01:06:14 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
o fixed deps
-------------------------------------------------------------------
Thu Mar 19 15:06:07 CET 2009 - lars@linux-schulserver.de
- update to 1.20:
+ many test fixes
+ bad utf-8 fixes
+ Added a max_arg_length parameter, which if set causes
Devel::StackTrace to truncate long strings when printing out a
frame. RT #33519. Patch by Ian Burrell.
-------------------------------------------------------------------
Thu Nov 01 00:00:00 CET 2007 - James Oakley <jfunk@funktronics.ca> - 1.15-1
- Initial release