Changelog for
perl-Data-Dumper-2.173-2.4.i586.rpm :
* Thu Dec 06 2018 Stephan Kulow
- updated to 2.173 see /usr/share/doc/packages/perl-Data-Dumper/Changes =item 2.173 perl #133624: Reinstate support for 5.8.8 and older.
* Sun Sep 23 2018 Stephan Kulow - updated to 2.172 see /usr/share/doc/packages/perl-Data-Dumper/Changes
* Sat Sep 22 2018 Stephan Kulow - updated to 2.172 see /usr/share/doc/packages/perl-Data-Dumper/Changes
* Tue Jul 12 2016 cooloAATTsuse.com- updated to 2.161 see /usr/share/doc/packages/perl-Data-Dumper/Changes =item 2.161 (Jul 11 2016) Perl 5.12 fix/workaround until fixed PPPort release. Pre-5.12 fixes for test dependency.
* Mon Jul 04 2016 cooloAATTsuse.com- updated to 2.160 see /usr/share/doc/packages/perl-Data-Dumper/Changes =item 2.160 (Jul 3 2016) Now handles huge inputs on 64bit perls. Add Trailingcomma option. This is as suggested in RT#126813. Significant refactoring of XS implementation. Pure Perl implementation fixes in corner cases (\" \" dumped raw\").
* Fri Apr 17 2015 cooloAATTsuse.com- updated to 2.154 see /usr/share/doc/packages/perl-Data-Dumper/Changes =item 2.154 (Sep 18 2014) Most notably, this release fixes CVE-2014-4330: Don\'t recurse infinitely in Data::Dumper Add a configuration variable/option to limit recursion when dumping deep data structures. [...] This patch addresses CVE-2014-4330. This bug was found and reported by: LSE Leading Security Experts GmbH employee Markus Vervier. On top of that, there are several minor big fixes and improvements, see \"git log\" if the core perl distribution for details. =item 2.151 (Mar 7 2014) A \"useqq\" implementation for the XS version of Data::Dumper. Better compatibility wrt. hash key quoting between PP and XS versions of Data::Dumper. EBCDIC fixes. 64bit safety fixes (for very large arrays). Build fixes for threaded perls. clang warning fixes. Warning fixes in tests on older perls. Typo fixes in documentation.
* Sat Jun 01 2013 asterios.dramisAATTgmail.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).
* Tue May 31 2011 cooloAATTnovell.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
* Sat Jan 22 2011 larsAATTlinux-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.
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules