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

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Convert::BER::XS
2    
3 root 1.6 TODO: testcases
4     TODO: documentation cleanup
5    
6 root 1.13 - i always forget the (void) prototype in C.
7    
8 root 1.11 0.8 Sat Apr 20 15:48:21 CEST 2019
9 root 1.12 - confidence rises after some sleeping and fixing.
10 root 1.10 - add some basic tests.
11 root 1.5 - ported it down to 5.8.9.
12 root 1.7 - some portability fixes and give some allowance to non-C99
13     compilers.
14 root 1.9 - 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.
20 root 1.5
21 root 1.4 0.7 Sat Apr 20 03:31:51 CEST 2019
22     - profile support, no longer are snmp types hardcoded.
23     - much improved documentation.
24 root 1.8 - all types except REAL implemented.
25 root 1.4
26 root 1.3 0.2 Fri Apr 19 22:41:16 CEST 2019
27     - release early, release often.
28     - more useful documentation.
29     - tune ber_is_xxx functions to be more useful.
30    
31 root 1.2 0.1 Fri Apr 19 21:46:05 CEST 2019
32     - add experimental encoder.
33     - add some minimal documentation.
34    
35 root 1.1 0.0 Fri Apr 19 17:55:27 CEST 2019
36     - cloned from an unfinished version of Net::SNMP:XS 2.0.
37