ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Changes
Revision: 1.13
Committed: Fri Dec 21 11:22:37 2018 UTC (5 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_33
Changes since 1.12: +1 -1 lines
Log Message:
1.33

File Contents

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