ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/Changes
Revision: 1.10
Committed: Sat Apr 20 13:47:10 2019 UTC (5 years, 1 month ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Convert::BER::XS
2
3 TODO: testcases
4 TODO: documentation cleanup
5
6 - add some basic tests.
7 - ported it down to 5.8.9.
8 - some portability fixes and give some allowance to non-C99
9 compilers.
10 - fix an out-of-bounds access when creating profiles.
11 - fixed boolean/null decoding.
12 - fixed out of boundas access when decoidng even-length oid
13 components. yup.
14 - fixed ObjectDescriptor type mapping,
15 - fixed ENUMERATED type mapping.
16
17 0.7 Sat Apr 20 03:31:51 CEST 2019
18 - profile support, no longer are snmp types hardcoded.
19 - much improved documentation.
20 - all types except REAL implemented.
21
22 0.2 Fri Apr 19 22:41:16 CEST 2019
23 - release early, release often.
24 - more useful documentation.
25 - tune ber_is_xxx functions to be more useful.
26
27 0.1 Fri Apr 19 21:46:05 CEST 2019
28 - add experimental encoder.
29 - add some minimal documentation.
30
31 0.0 Fri Apr 19 17:55:27 CEST 2019
32 - cloned from an unfinished version of Net::SNMP:XS 2.0.
33