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