Net-SNMP-XS
view release on metacpan or search on metacpan
Revision history for Perl extension Net::SNMP::XS
1.34 Tue May 7 23:42:44 CEST 2019
- lessons learned from Convert::BER::XS...
- fix oid first component decoding for X == 2.
- avoid sprintf in oid decoding, for likely negligible
speed increase.
- minor code cleanups.
1.33 Fri Dec 21 12:20:00 CET 2018
- no functional changes.
- use new MakeMaker feature to properly declare dependency on
Canary::Stability (reported by Alexander Karelas).
- use common::sense.
- remove dependency on Guard.
1.32 Wed Dec 7 12:56:41 CET 2016
- work around a bug in perl 5.20 (and probably later) where
undef array elements become null pointers in the array.
this caused segmentation faults on illegal/unsupported ASN.1
types.
1.31 Thu Oct 23 17:57:44 CEST 2014
- change dependency check to not include a version,
as the Net::SNMP version number isn't monotonically increasing.
1.3 Thu Sep 18 04:51:17 CEST 2014
- fix a potential leak.
1.2 Tue Jan 25 20:26:50 CET 2011
- fix a bug where the internal message cache wouldn't be refreshed
when perl reuses SVs, causing runtime errors and possibly crashes.
- remove harmless/unused debugging code.
1.1 Thu Jul 29 04:50:46 CEST 2010
- provide optimised _buffer_append/put - this should speed up
message encoding and fixes a number of bugs in snmpv3 handling
caused by this module.
- fix illegal ASN.1 type handling in process_sv.
- minor _buffer_get optimisations.
( run in 1.416 second using v1.01-cache-2.11-cpan-49f99fa48dc )