ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-SNMP-XS/Changes
Revision: 1.14
Committed: Mon Apr 22 11:13:16 2019 UTC (7 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

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