ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Changes
Revision: 1.9
Committed: Thu Sep 18 02:58:42 2014 UTC (11 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3
Changes since 1.8: +3 -0 lines
Log Message:
1.3

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Net::SNMP::XS
2    
3 root 1.9 1.3 Thu Sep 18 04:51:17 CEST 2014
4     - fix a potential leak.
5    
6 root 1.8 1.2 Tue Jan 25 20:26:50 CET 2011
7     - fix a bug where the internal message cache wouldn't be refreshed
8     when perl reuses SVs, causing runtime errors and possibly crashes.
9 root 1.7 - remove harmless/unused debugging code.
10    
11 root 1.6 1.1 Thu Jul 29 04:50:46 CEST 2010
12     - provide optimised _buffer_append/put - this should speed up
13     message encoding and fixes a number of bugs in snmpv3 handling
14     caused by this module.
15 root 1.7 - fix illegal ASN.1 type handling in process_sv.
16 root 1.6 - minor _buffer_get optimisations.
17    
18 root 1.5 1.0 Wed May 5 22:36:27 CEST 2010
19     - implement the last missing bit, which I forgot, and broke
20     snmpv3.
21     - use a slightly slower, but more robust way of fetching/storing
22     the buffer state for the parser.
23    
24 root 1.4 0.03 Sun Apr 12 02:48:00 CEST 2009
25     - support leading_dot setting.
26 root 1.3 - add xs replacement for oid_base_match.
27     - add xs replacement for oid_lex_sort, _index_cmp (only with glibc).
28    
29 root 1.2 0.02 Sat Apr 11 06:21:38 CEST 2009
30     - first CPAN release.
31    
32 root 1.1 0.01 Wed Apr 8 07:07:51 CEST 2009
33     - original version; cloned from Convert::Scalar.
34