The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Convert::BER::XS

TODO: testcases
TODO: documentation cleanup

0.8  Sat Apr 20 15:48:21 CEST 2019
	- confidence rises.
	- add some basic tests.
	- ported it down to 5.8.9.
        - some portability fixes and give some allowance to non-C99
          compilers.
        - fix an out-of-bounds access when creating profiles.
        - fixed boolean/null decoding.
        - fixed out of boundas access when decoidng even-length oid
          components. yup.
        - fixed ObjectDescriptor type mapping,
        - fixed ENUMERATED type mapping.

0.7  Sat Apr 20 03:31:51 CEST 2019
	- profile support, no longer are snmp types hardcoded.
        - much improved documentation.
        - all types except REAL implemented.

0.2  Fri Apr 19 22:41:16 CEST 2019
	- release early, release often.
	- more useful documentation.
        - tune ber_is_xxx functions to be more useful.

0.1  Fri Apr 19 21:46:05 CEST 2019
	- add experimental encoder.
        - add some minimal documentation.

0.0  Fri Apr 19 17:55:27 CEST 2019
	- cloned from an unfinished version of Net::SNMP:XS 2.0.