Skip to content

Release 4.4.7

Compare
Choose a tag to compare
@etingof etingof released this 30 Dec 09:52

This is a bug fix release addressing a handful of accumulated bugs.

The most important changes are:

  • Use compile() before exec'ing MIB modules to attach filename to the stack frames (ultimately shown in traceback/debugger)
  • Fixed hlapi/v3arch transport target caching to ensure transport targets are different even if just timeout/retries options differ
  • Fixed hlapi LCD configurator to include contextName. Prior to this fix sending SNMPv3 TRAP with non-default contextName would fail.
  • Fixed possible duplicate key occurrence in the OrderedDict following a race condition
  • Fixed undefined name references in inet_pton/inet_ntop substitute routines for IPv6 in TRANSPORT-ADDRESS-MIB.py

Please refer to the change log for complete list of changes.