pull/45/head
elie 2007-02-24 22:47:40 +00:00
parent a4c458c79a
commit 2e2cf06026
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Revision 4.1.8a
---------------
- UNSTABLE ALPHA RELEASE.
- SMI/dispatcher timeout convertion multiplier is actually 100 (1/100 sec)
rather than 1/1000. This fix affects timeouts specified through SMI.
Revision 4.1.7a
---------------

View File

@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="pysnmp",
version="4.1.7a",
version="4.1.8a",
description="SNMP framework for Python",
author="Ilya Etingof",
author_email="ilya@glas.net ",