| 1 |
Revision history for Perl extension Net::SNMP::XS |
| 2 |
|
| 3 |
1.34 Tue May 7 23:42:44 CEST 2019 |
| 4 |
- lessons learned from Convert::BER::XS... |
| 5 |
- fix oid first component decoding for X == 2. |
| 6 |
- avoid sprintf in oid decoding, for likely negligible |
| 7 |
speed increase. |
| 8 |
- minor code cleanups. |
| 9 |
|
| 10 |
1.33 Fri Dec 21 12:20:00 CET 2018 |
| 11 |
- no functional changes. |
| 12 |
- use new MakeMaker feature to properly declare dependency on |
| 13 |
Canary::Stability (reported by Alexander Karelas). |
| 14 |
- use common::sense. |
| 15 |
- remove dependency on Guard. |
| 16 |
|
| 17 |
1.32 Wed Dec 7 12:56:41 CET 2016 |
| 18 |
- work around a bug in perl 5.20 (and probably later) where |
| 19 |
undef array elements become null pointers in the array. |
| 20 |
this caused segmentation faults on illegal/unsupported ASN.1 |
| 21 |
types. |
| 22 |
|
| 23 |
1.31 Thu Oct 23 17:57:44 CEST 2014 |
| 24 |
- change dependency check to not include a version, |
| 25 |
as the Net::SNMP version number isn't monotonically increasing. |
| 26 |
|
| 27 |
1.3 Thu Sep 18 04:51:17 CEST 2014 |
| 28 |
- fix a potential leak. |
| 29 |
|
| 30 |
1.2 Tue Jan 25 20:26:50 CET 2011 |
| 31 |
- fix a bug where the internal message cache wouldn't be refreshed |
| 32 |
when perl reuses SVs, causing runtime errors and possibly crashes. |
| 33 |
- remove harmless/unused debugging code. |
| 34 |
|
| 35 |
1.1 Thu Jul 29 04:50:46 CEST 2010 |
| 36 |
- provide optimised _buffer_append/put - this should speed up |
| 37 |
message encoding and fixes a number of bugs in snmpv3 handling |
| 38 |
caused by this module. |
| 39 |
- fix illegal ASN.1 type handling in process_sv. |
| 40 |
- minor _buffer_get optimisations. |
| 41 |
|
| 42 |
1.0 Wed May 5 22:36:27 CEST 2010 |
| 43 |
- implement the last missing bit, which I forgot, and broke |
| 44 |
snmpv3. |
| 45 |
- use a slightly slower, but more robust way of fetching/storing |
| 46 |
the buffer state for the parser. |
| 47 |
|
| 48 |
0.03 Sun Apr 12 02:48:00 CEST 2009 |
| 49 |
- support leading_dot setting. |
| 50 |
- add xs replacement for oid_base_match. |
| 51 |
- add xs replacement for oid_lex_sort, _index_cmp (only with glibc). |
| 52 |
|
| 53 |
0.02 Sat Apr 11 06:21:38 CEST 2009 |
| 54 |
- first CPAN release. |
| 55 |
|
| 56 |
0.01 Wed Apr 8 07:07:51 CEST 2009 |
| 57 |
- original version; cloned from Convert::Scalar. |
| 58 |
|