The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Storable::AMF.

0.01  Mon Aug 25 13:04:31 2008
	- original version; created by h2xs 1.23 with options
		-A -n Data::AMF::XS

0.0200 (  404) 2008-09-01 13:25:47 +0400 
	- blessed referenses added

0.0200 (  405) 2008-09-01 15:21:37 +0400 
	- added documentation
	- some error handling

0.0200 (  452) 2008-09-04 12:18:11 +0400 
	- add warnings && some code improvement && use setjmp
	- speed up  dclone for 20% gain
	- add prototypes

0.0200 (  487) 2008-09-26 18:30:43 +0400 
	- Minor error fixes

0.0200 (  523) 2008-10-08 11:11:48 +0400 
	- fixed error with null array element
	- added support for self referenses structures

0.0200 (  528) 2008-10-09 13:15:56 +0400 
	- fixed ecma_array
	- Create lots of real data tests 08(real-data)
	- Add unicode support

0.0200 (  533) 2008-10-10 13:34:13 +0400 
	- begin work for AMF3
	- amf3 numbers worked
	- added strings for amf3
	- added  tests for AMF3 and improve Storable::AMF3 (array && objects)

0.1200 (  540) 2008-10-16 13:55:15 +0400 
	- Tested for memory leak (mainly AMF0 and some AMF3) 
	- Uploaded to cpan
	- find bug report

0.1400 (  581) 2008-11-07 11:25:31 +0300 
	- improved docs
	- deleted unused filex
	- improved doc and tests
	- remove UTF8 support

0.1500 (  593) 2008-11-12 15:13:44 +0300 
	- fixed typos (date->data)
	- add support of bigendian machines

0.1500 (  599) 2008-11-13 13:28:37 +0300 
	- implements parse bytearray, xml-doc, xml, date. Added more descriptive error codes
	- Added TODO section 

0.1502 (  603) 2008-11-14 13:28:37 +0300 
	- Remove Strange bug for BigEndian machine 
	- Fixed int (I32) declaration for hv_iternextsv
	- Upgrade ExtUtils::MakeMaker to 6.48
	- remove warnings: empty declaration

0.1503 (  605) 2008-11-15 11:53:53 +0300 
	- Fixed read/write integer for BIGENDIAN machine

0.1600 (  608) 2008-11-15 16:39:32 +0300 
	- Improved  MakeFile.  Some compile error for Solaris eliminated.

0.1700 (  611) 2008-11-17 13:25:30 +0300 
	- fixed read_u* and read_s16 for big_endian machines

0.1701 (  613) 2008-11-17 14:31:00 +0300 
	- Add Perl Licence. Add marker comments

0.1800 (  615) 2008-11-18 10:39:57 +0300 
	- Fixed stupid typo( NetBSD ).

0.1900 (  627) 2008-11-21 14:04:41 +0300 
	- Patch for Solaris 2.10 compile bug
	- Fixed implicit convertion strings to numbers in some cases
	- Improved Makefile.PL

0.2000 (  634) 2008-11-24 17:32:35 +0300 
	- added lots tests for date. more date. more references.(AMF0). 
	- Some algoritms fixed for date

0.2100 (  644) 2008-11-25 17:22:07 +0300 
	- Added XMLDocument type parse(amf0)
	- Added freeze long string. More tests

0.2200 (  694) 2008-12-05 12:45:20 +0300 
	- blessed references mod to undef
	- added more error messages. 
    - Added tests for AMF3. 
    - Fixed thaw_amf3 for array. 
    - Fixed test for AMF3 XML

0.2300 (  704) 2008-12-08 11:54:41 +0300 
	- Fixed bug behavior for freeze.
    - Added tests for blessed or not CODEREF, etc.

0.2400 (  706) 2008-12-08 14:25:38 +0300 
	- Add negative tests for trimed and extra bytes in stream (thaw). Bug with successfully parses was fixed.

0.2600 (  718) 2008-12-09 17:57:51 +0300 
	- added Carp for store, nstore, etc.

0.2700 (  746) 2008-12-12 18:56:23 +0300 
	- added aux function: ref_destroy ref_lost_memory for AMF0

0.2800 (  749) 2008-12-13 18:10:47 +0300 
	- Solaris: delete optimize for Solaris

0.2900 (  788) 2008-12-18 12:44:07 +0300 
	- fprintf moved to PerlIO abstraction layer
	- added documentation for ref_lost_memory ref_destroy.
    - some fixes to documentation
0.3000 (  797) 2008-12-18 15:09:08 +0300 
	- remove magic marker numbers. 
	- change error handle: set  setting error number and description
	- checks for error reporting. test cleanup 

0.3100 (  843) 2008-12-26 12:11:33 +0300 
	- Added dualvar behave. Document Regexp, io, error reporting

0.3200 (  848) 2008-12-26 15:14:23 +0300 
	- First port to MSWin32

0.3300 (  857) 2008-12-27 17:10:34 +0300 
	- add memory leak test for positive AMF0
	- add memory leak test for positive AMF3
	- REF and SCALAR option added to test

0.3400 (  860) 2008-12-28 20:29:19 +0300 
	- add io_destroy  memleak test for AMF0, AMF3
    - add memory leak test for negative AMF0

0.3500 (  861) 2008-12-29 11:13:25 +0300 
	- fixed memory leak positive AMF3
    - add memory leak test for negative AMF3

0.3600 (  863) 2008-12-29 14:18:27 +0300 
	- fixed memory leak negative for AMF3
	- replace  direct long_jmp with io_register_error

0.3700 (  865) 2008-12-29 14:48:04 +0300 
	- improve memleak tests

0.3800 (  870) 2008-12-29 16:18:57 +0300 
	- some fixes for port MSWin32
	- fix some warns. Increase compiler warn.

0.3900 (  876) 2008-12-30 11:28:29 +0300 
	- fix warnings
	- remove stupid say from test
	- comment out SVt_string for 5.11.0

0.4000 (  882) 2009-01-10 18:03:20 +0300 
	- Now can handle  magical strings in thawing

0.4100 (  884) 2009-01-10 18:03:20 +0300 
	- fix IV to UV for some strict compilers