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.6 by root, Sat Apr 20 11:12:47 2019 UTC vs.
Revision 1.13 by root, Sat Apr 20 14:09:56 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines