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.1 by root, Fri Apr 19 16:19:36 2019 UTC vs.
Revision 1.9 by root, Sat Apr 20 13:46:14 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 - ported it down to 5.8.9.
7 - some portability fixes and give some allowance to non-C99
8 compilers.
9 - fix an out-of-bounds access when creating profiles.
10 - fixed boolean/null decoding.
11 - fixed out of boundas access when decoidng even-length oid
12 components. yup.
13 - fixed ObjectDescriptor type mapping,
14 - fixed ENUMERATED type mapping.
15
160.7 Sat Apr 20 03:31:51 CEST 2019
17 - profile support, no longer are snmp types hardcoded.
18 - much improved documentation.
19 - all types except REAL implemented.
20
210.2 Fri Apr 19 22:41:16 CEST 2019
22 - release early, release often.
23 - more useful documentation.
24 - tune ber_is_xxx functions to be more useful.
25
260.1 Fri Apr 19 21:46:05 CEST 2019
27 - add experimental encoder.
28 - add some minimal documentation.
2 29
30.0 Fri Apr 19 17:55:27 CEST 2019 300.0 Fri Apr 19 17:55:27 CEST 2019
4 - cloned from an unfinished version of Net::SNMP:XS 2.0. 31 - cloned from an unfinished version of Net::SNMP:XS 2.0.
5 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines