- Removal manual license; upstream sets it correctly now - updated to 2.183 see /usr/share/doc/packages/perl-Data-Dumper/Changes OBS-URL: https://build.opensuse.org/request/show/906091 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dumper?expand=0&rev=25
181 lines
5.9 KiB
Plaintext
181 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 13 10:47:02 UTC 2021 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Removal manual license; upstream sets it correctly now
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 6 03:06:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.183
|
|
see /usr/share/doc/packages/perl-Data-Dumper/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 27 03:06:27 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.181
|
|
see /usr/share/doc/packages/perl-Data-Dumper/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 6 15:32:21 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- 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 05:17:57 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 2.172
|
|
see /usr/share/doc/packages/perl-Data-Dumper/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 22 05:14:27 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 2.172
|
|
see /usr/share/doc/packages/perl-Data-Dumper/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 12 05:13:19 UTC 2016 - coolo@suse.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 4 12:26:47 UTC 2016 - coolo@suse.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 07:56:31 UTC 2015 - coolo@suse.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 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).
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:29:39 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:00:12 UTC 2010 - coolo@novell.com
|
|
|
|
- called spec2changelog
|
|
|