ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-SNMP/Changes
(Generate patch)

Comparing AnyEvent-SNMP/Changes (file contents):
Revision 1.7 by root, Sat Apr 25 12:20:50 2009 UTC vs.
Revision 1.12 by root, Wed Oct 9 18:22:59 2019 UTC

1Revision history for AnyEvent::SNMP 1Revision history for AnyEvent::SNMP
2
36.02 Wed Oct 9 20:20:10 CEST 2019
4 - work around a bug in Net::SNMP, where a failure during SNMPv3
5 handshaking would cause Net::SNMP to freeze/never invoke the
6 callback. Since this module copied the code, it also has the
7 bug, so using Net::SNMP without this module will still trigger
8 it.
9
106.0 Sun Apr 15 12:21:38 CEST 2012
11 - compatibility with 6.0.1 restored.
12 - provide msg_handle_alloc method, as required by 6.0.
13 - provide loop method, as required by 6.0.
14 - improve documentation a bit.
15 - use common::sense.
16
171.0 Wed Jan 6 11:42:57 CET 2010
18 - use the faster AE::* functions.
19 - do no longer rely on the undocumented AnyEvent->loop method.
2 20
30.2 Sat Apr 25 14:20:25 CEST 2009 210.2 Sat Apr 25 14:20:25 CEST 2009
4 - limit number of outstanding requests and implement a dynamic 22 - limit number of outstanding requests and implement a dynamic
5 algorithm to adjust this limit to local and network conditions 23 algorithm to adjust this limit to local and network conditions
6 (implemented after lots of creative discussion with Karl Gaissmaier). 24 (implemented after lots of creative discussion with Karl Gaissmaier).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines