2011-01-15 12:18:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2010-12-01 13:42:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:31:38 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2009-07-25 17:36:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 25 19:36:21 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
- spec mods
|
|
|
|
* removed ^----------
|
|
|
|
* removed ^#---------
|
|
|
|
|
2009-06-21 02:13:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 19 00:54:45 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
- added perl-macros
|
|
|
|
o autogen filelist with perl_gen_filelist
|
|
|
|
|
2011-01-15 12:18:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 25 00:06:01 UTC 2008 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial Package 0.48
|
|
|
|
|