ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-SNMP/Changes
Revision: 1.8
Committed: Wed Jan 6 10:25:54 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for AnyEvent::SNMP
2
3 1.0
4 - use the faster AE::* functions.
5 - do no longe rely on the undocumented AnyEvent->loop method.
6
7 0.2 Sat Apr 25 14:20:25 CEST 2009
8 - limit number of outstanding requests and implement a dynamic
9 algorithm to adjust this limit to local and network conditions
10 (implemented after lots of creative discussion with Karl Gaissmaier).
11
12 0.11 Fri Apr 10 07:32:23 CEST 2009
13 - fix testsuite loading the wrong module
14 (reported by Karl Gaissmaier).
15
16 0.1 Wed Apr 1 00:39:08 CEST 2009
17 - original version, cloned from Net::SNMP::EV, but
18 very different.