automatic update OBS-URL: https://build.opensuse.org/request/show/295855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=9
118 lines
5.2 KiB
Plaintext
118 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 13 18:24:27 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.60
|
|
see /usr/share/doc/packages/perl-Data-Serializer/Changes
|
|
|
|
0.60 Tue Aug 20 2013
|
|
Move some non-critical tests from t/ to xt/ as they are not needed
|
|
for verifying functionality of the module, merely ensuring a clean release.
|
|
No changes to core Data::Serializer functionality with this release.
|
|
|
|
0.59 Thr Jun 16 2011
|
|
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
|
|
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
|
|
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
|
|
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
|
|
|
|
0.58 Tue Jun 14 2011
|
|
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
|
|
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
|
|
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 18:24:26 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.59
|
|
see /usr/share/doc/packages/perl-Data-Serializer/Changes
|
|
|
|
0.59 Thr Jun 16 2011
|
|
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
|
|
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
|
|
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
|
|
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
|
|
|
|
0.58 Tue Jun 14 2011
|
|
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
|
|
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
|
|
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 4 16:30:48 UTC 2011 - chris@computersalat.de
|
|
|
|
- update to 0.57
|
|
- Updated remainder of test suite to armor against XML::Simple
|
|
dependency problems that I first attempted to fix in 0.53.
|
|
Only modified tests, no change to module code
|
|
Thanks to the cpantesters automated reporting for finding this.
|
|
- recreated by cpanspec 1.78.03
|
|
- fix deps
|
|
o removed Digest::SHA1
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 12:11:16 UTC 2011 - chris@computersalat.de
|
|
|
|
- update to 0.56
|
|
- Moved store/retrieve internals to Data::Serializer::Persistent
|
|
(internals only) This defers the inclusion of IO::File to happen
|
|
only if store or retrieve is called
|
|
- Added store/retireve to Data::Serializer::Raw
|
|
- 0.55 Fri Jan 14 2011
|
|
- Added support for Bencode, Convert::Bencode, and Convert::Bencode_XS
|
|
- Documentation updates
|
|
- 0.54 Thu Jan 13 2011
|
|
- Added Data::Serializer::Raw as a lightweight means of providing a
|
|
unified raw access to the underlying serializers also improved
|
|
caching of serializer object inside of Data::Serializer
|
|
Thanks to Peter Makholm <peter@makholm.net> for the profiling done
|
|
by Benchmark::Serialize
|
|
- 0.53 Mon Jan 10 2011
|
|
- Modified tests for XML::Simple - it has sub-dependencies on either
|
|
XML::Parser or XML::SAX the test harness was posting a failure if
|
|
neither of these were present. Now it will treat XML::Simple as
|
|
if it weren't installed if it is missing it's own depenencies.
|
|
This version only modifies the test harness no modification to
|
|
module code.
|
|
Thanks to the cpantesters automated reporting for finding this.
|
|
- 0.52 Mon Jan 3 2011
|
|
- Simplfied object by removing %_internal references, base
|
|
$serializer object is much simpler now. This eliminated the need
|
|
for an overridden DESTROY method, and should truly fix the memory
|
|
leak problem originally reported by fabrice@dulaunoy.com,
|
|
essentially it was confusing the Garbage collector (Fix Bug#39592)
|
|
- 0.51 Wed Dec 29 2010
|
|
- Modified JSON deserializer to handle corrupt input (Bug#63259)
|
|
Thanks to neil.whelchel@gmail.com for report and patch
|
|
- 0.50 Wed Dec 29 2010
|
|
- Modified dedigest function to armor against corrupt input values
|
|
(Bug#63258)
|
|
Thanks to neil.whelchel@gmail.com for report and patch
|
|
- 0.49 Tue Apr 15 2009
|
|
- Modified XML::Simple serializer to support options patch supplied
|
|
by John Alden <john_a_alden@hotmail.com>
|
|
- changelog to changes file
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:31:38 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 25 19:36:21 CEST 2009 - chris@computersalat.de
|
|
|
|
- spec mods
|
|
* removed ^----------
|
|
* removed ^#---------
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 19 00:54:45 CEST 2009 - chris@computersalat.de
|
|
|
|
- added perl-macros
|
|
o autogen filelist with perl_gen_filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 25 00:06:01 UTC 2008 - chris@computersalat.de
|
|
|
|
- initial Package 0.48
|
|
|