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