ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Changes
Revision: 1.10
Committed: Thu Oct 23 15:58:16 2014 UTC (9 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-1_31
Changes since 1.9: +4 -0 lines
Log Message:
1.31

File Contents

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