[pysnmp-users] ANN: pysnmp-3.3.5 released
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2003-08-29 12:02:54
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> Greetings, The 3.3.5 is a major bugfix and new minor feature release. It accumulates most of the patches submitted to me over the last few months. Most important changes follow: * The examples/snmp*walk.py tools fixed not to query first OID in range by GetRequest unless explicitly specified by command line. * The -C option implemented at examples/snmp*walk.py tools to mimic Net-SNMP interface. * The manager class at pysnmp/mapping/udp/role.py fixed not to connect() to default destination as this prevents underlying socket from receiving UDP from non-default source. * rfc1902 BITS construct implemented. * Obsolete rfc1442 BIT STRING type implemented to handle outdated SNMP entities. * Make pysnmp.mapping.udp.role.manager attempting to resolve and cache default agent IP on instantiation for better performance. ...and many minor bugs fixed. Please, let me know if anything appears wrong or broken in this release. Thanks, ilya |