summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2007-02-24 22:47:40 +0000
committerelie <elie>2007-02-24 22:47:40 +0000
commitc2c40361bdd3d3a05b76535a379eb294b1382036 (patch)
treeacacff9cd70542262ef4e9f3e239cb3243bb05ca
parent146d1e6bdfd19adf425a9240cf707e2a2fefbfa9 (diff)
downloadpysnmp-c2c40361bdd3d3a05b76535a379eb294b1382036.tar.gz
4.1.8a
-rw-r--r--CHANGES7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4680be2..7d0d478 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
---------------
diff --git a/setup.py b/setup.py
index 1d6555f..51561c8 100644
--- a/setup.py
+++ b/setup.py
@@ -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 ",