Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@etingof etingof released this 29 Apr 09:04
· 45 commits to master since this release

This release bring a couple of new features plus some fixes. Most importantly:

  • The mibcopy tool implemented to copy MIB modules from files with potentially messed up names into a directory under canonical MIB names picking up the latest MIB revision along the way.
  • ZIP archive reader implemented to pull ASN.1 MIB files from .zip archives pretty much in the same way as from plain directories
  • HTTP/S proxy support added (through respecting http_proxy environment variable) by switching from httplib to urllib2 internally

Full change log can be seen here.