ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-SNMP/Changes
Revision: 1.11
Committed: Sun Apr 15 11:02:07 2012 UTC (12 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-6_0
Changes since 1.10: +4 -0 lines
Log Message:
6.0

File Contents

# Content
1 Revision history for AnyEvent::SNMP
2
3 6.0 Sun Apr 15 12:21:38 CEST 2012
4 - compatibility with 6.0.1 restored.
5 - provide msg_handle_alloc method, as required by 6.0.
6 - provide loop method, as required by 6.0.
7 - improve documentation a bit.
8 - use common::sense.
9
10 1.0 Wed Jan 6 11:42:57 CET 2010
11 - use the faster AE::* functions.
12 - do no longer rely on the undocumented AnyEvent->loop method.
13
14 0.2 Sat Apr 25 14:20:25 CEST 2009
15 - limit number of outstanding requests and implement a dynamic
16 algorithm to adjust this limit to local and network conditions
17 (implemented after lots of creative discussion with Karl Gaissmaier).
18
19 0.11 Fri Apr 10 07:32:23 CEST 2009
20 - fix testsuite loading the wrong module
21 (reported by Karl Gaissmaier).
22
23 0.1 Wed Apr 1 00:39:08 CEST 2009
24 - original version, cloned from Net::SNMP::EV, but
25 very different.