ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/Changes
(Generate patch)

Comparing Convert-BER-XS/Changes (file contents):
Revision 1.3 by root, Fri Apr 19 20:42:12 2019 UTC vs.
Revision 1.14 by root, Sat Apr 20 14:45:03 2019 UTC

1Revision history for Perl extension Convert::BER::XS 1Revision history for Perl extension Convert::BER::XS
2
3TODO: testcases
4TODO: documentation cleanup
5
6 - I always forget the (void) prototype in C.
7 - documented and cleaned up export tags and constants.
8 - fixed :encode/:decode tags.
9
100.8 Sat Apr 20 15:48:21 CEST 2019
11 - confidence rises after some sleeping and fixing.
12 - add some basic tests.
13 - ported it down to 5.8.9.
14 - some portability fixes and give some allowance to non-C99
15 compilers.
16 - fix an out-of-bounds access when creating profiles.
17 - fixed boolean/null decoding.
18 - fixed out of boundas access when decoidng even-length oid
19 components. yup.
20 - fixed ObjectDescriptor type mapping,
21 - fixed ENUMERATED type mapping.
22
230.7 Sat Apr 20 03:31:51 CEST 2019
24 - profile support, no longer are snmp types hardcoded.
25 - much improved documentation.
26 - all types except REAL implemented.
2 27
30.2 Fri Apr 19 22:41:16 CEST 2019 280.2 Fri Apr 19 22:41:16 CEST 2019
4 - release early, release often. 29 - release early, release often.
5 - more useful documentation. 30 - more useful documentation.
6 - tune ber_is_xxx functions to be more useful. 31 - tune ber_is_xxx functions to be more useful.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines