2013-06-02 07:37:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 1 16:43:42 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to 2.145:
|
|
|
|
* Test refactoring and fixing wide and far.
|
|
|
|
* Various old-perl compat fixes.
|
|
|
|
2.143:
|
|
|
|
* Address vstring related test failures on 5.8: Skip tests for obscure case.
|
|
|
|
* Major improvements to test coverage and significant refactoring.
|
|
|
|
* Make Data::Dumper XS ignore Freezer return value. Fixes RT #116364.
|
|
|
|
* Change call of isALNUM to equivalent but more clearly named isWORDCHAR
|
|
|
|
2.139:
|
|
|
|
* Supply an explicit dynamic_config => 0 in META
|
|
|
|
* Properly list BUILD_REQUIRES prereqs (P5-RT#116028)
|
|
|
|
* Some optimizations. Removed useless "register" declarations.
|
|
|
|
2.136:
|
|
|
|
* Promote to stable release.
|
|
|
|
* Drop some "register" declarations.
|
|
|
|
2.135_07:
|
|
|
|
* Use the new utf8 to code point functions - fixing a potential reading
|
|
|
|
buffer overrun.
|
|
|
|
* Data::Dumper: Sparseseen option to avoid building much of the seen hash:
|
|
|
|
This has been measured to, in some cases, provide a 50% speed-up
|
|
|
|
* Dumper.xs: Avoid scan_vstring on 5.17.3 and up
|
|
|
|
* Avoid a warning from clang when compiling Data::Dumper
|
|
|
|
* Fix DD's dumping of qr|\/|
|
|
|
|
* Data::Dumper's Perl implementation was not working with overloaded blessed
|
|
|
|
globs, which it thought were strings.
|
|
|
|
* Allow Data::Dumper to load on miniperl
|
|
|
|
2.135_02:
|
|
|
|
* Makes DD dump *{''} properly.
|
|
|
|
* [perl #101162] DD support for vstrings: Support for vstrings to
|
|
|
|
Data::Dumper, in both Perl and XS implementations.
|
|
|
|
2.135_01:
|
|
|
|
* Make Data::Dumper UTF8- and null-clean with GVs.
|
|
|
|
* In Dumper.xs, use sv_newmortal() instead of sv_mortalcopy(&PL_sv_undef) for
|
|
|
|
efficiency.
|
|
|
|
* Suppress compiler warning
|
|
|
|
* Keep verbatim pod in Data::Dumper within 80 cols
|
|
|
|
- Updated license to "Artistic-1.0 or GPL-1.0+".
|
|
|
|
- Added perl(ExtUtils::MakeMaker) and perl(Test::More) as build requirements.
|
|
|
|
Removed perl-macros (not needed).
|
|
|
|
|
2011-05-31 14:42:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 31 14:34:27 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated to 2.131
|
|
|
|
Convert overload.t to Test::More
|
|
|
|
Fix some spelling errors
|
|
|
|
Fix some compiler warnings
|
|
|
|
Fix an out of bounds write in Data-Dumper with malformed utf8 input
|
|
|
|
|
2011-01-22 09:43:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 22 09:40:39 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 2.128:
|
|
|
|
+ Promote previous release to stable version with the correct version.
|
|
|
|
+ Port core perl changes e3ec2293dc, fe642606b19
|
|
|
|
+ Fixes core perl RT #74170 (handle the stack changing in the
|
|
|
|
custom sort functions) and adds a test.
|
|
|
|
|
2010-11-29 18:53:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:29:39 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
2010-11-29 18:04:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:00:12 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- called spec2changelog
|
|
|
|
|