Files
perl-Data-Serializer/perl-Data-Serializer.changes

79 lines
3.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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