Changelog for
perl-Data-Serializer-0.60-2.3.CS.noarch.rpm :
Mon Apr 13 14:00:00 2015 cooloAATTsuse.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 rmb32AATTcornell.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 colinkAATTperldreamer.com for finding the bug and supplying good tests and a suggested fix and to
lpAATTsunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
Mon Apr 13 14:00:00 2015 cooloAATTsuse.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 rmb32AATTcornell.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 colinkAATTperldreamer.com for finding the bug and supplying good tests and a suggested fix and to
lpAATTsunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
Fri Mar 4 13:00:00 2011 chrisAATTcomputersalat.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 13:00:00 2011 chrisAATTcomputersalat.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
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 fabriceAATTdulaunoy.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.whelchelAATTgmail.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.whelchelAATTgmail.com for report and patch
- 0.49 Tue Apr 15 2009
- Modified XML::Simple serializer to support options patch supplied
by John Alden
- changelog to changes file
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
Mon Aug 25 14:00:00 2008 chrisAATTcomputersalat.de
- initial Package 0.48