ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Changes
Revision: 1.7
Committed: Sun Nov 14 15:28:47 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
Changes since 1.6: +3 -1 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.7 - remove harmless/unused debugging code.
4    
5 root 1.6 1.1 Thu Jul 29 04:50:46 CEST 2010
6     - provide optimised _buffer_append/put - this should speed up
7     message encoding and fixes a number of bugs in snmpv3 handling
8     caused by this module.
9 root 1.7 - fix illegal ASN.1 type handling in process_sv.
10 root 1.6 - minor _buffer_get optimisations.
11    
12 root 1.5 1.0 Wed May 5 22:36:27 CEST 2010
13     - implement the last missing bit, which I forgot, and broke
14     snmpv3.
15     - use a slightly slower, but more robust way of fetching/storing
16     the buffer state for the parser.
17    
18 root 1.4 0.03 Sun Apr 12 02:48:00 CEST 2009
19     - support leading_dot setting.
20 root 1.3 - add xs replacement for oid_base_match.
21     - add xs replacement for oid_lex_sort, _index_cmp (only with glibc).
22    
23 root 1.2 0.02 Sat Apr 11 06:21:38 CEST 2009
24     - first CPAN release.
25    
26 root 1.1 0.01 Wed Apr 8 07:07:51 CEST 2009
27     - original version; cloned from Convert::Scalar.
28