update to 0.56
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
57d395731d
commit
062723a072
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@@ -16,3 +59,8 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user