8
0
Christian Wittmer
2009-06-21 01:15:59 +00:00
committed by Git OBS Bridge
commit 398bdd7a3e
5 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
-------------------------------------------------------------------
Sun Jun 21 03:04:11 CEST 2009 - chris@computersalat.de
- update to 0.32
o 0.32
- Making finite state machine
- Fixed bug in arrays RT21218
- RT24441 is not a bug
- Croaks on incomplete strings. RT44700
- Fixed bug with float as index. RT42029
- Removed warning from POD
- Changed todo in POD
- BOLAV@cpan.org
o 0.31
- Add warning note to POD
- Take patch from RT#45024 to fix boolean deserialization bug.
o 0.30
- Significantly cleanup the code to be much prettier.
- Fix RT#42279, output sizes a bytes, not characters so that
serializing multibyte data works correctly.
o 0.29
- Fix bug with negative numbers, RT#6402, patch from
<tom [...] eborcom.com>
- Add TODO test for RT21218
- Add TODO test for RT24441
o 0.28
- Serializing long integers comes out as -1 on the PHP end
as noted in RT#6112 patch from <kcivey [...] cpcug.org>.
- Add test for the issue above (t0m).
- Fix POD as noted in RT#6113 by MCMAHON.
- Only require perl 5.6 in Makefile.PL as noted in RT#17034
by <kcivey [...] cpcug.org>
- added perl-macros
o autogen filelist with perl_gen_filelist