summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2002-09-20 07:43:53 +0000
committerelie <elie>2002-09-20 07:43:53 +0000
commit4b3c1b0e9142a2005e43d8a70f0bd64c5ab77174 (patch)
tree9bf5230193b2b8af738b774eff718a47571bfd4f
parent11f38fbcf40252b9c0bf717725b95b10c6e07224 (diff)
downloadpysnmp-4b3c1b0e9142a2005e43d8a70f0bd64c5ab77174.tar.gz
Updated to 2.0.6
-rw-r--r--CHANGES9
-rw-r--r--README8
2 files changed, 13 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index d7439b5..1deb19d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+Fri Sep 20 08:35:43 MSD 2002
+
+Changes to version 2.0.6
+------------------------
+
+- Bugfix: in bulkrole.py, ignore transport errors by catching
+ error.Error based exceptions.
+- Use repr() when reporting garbaged octet stream on decoder input.
+
Tue Jul 16 12:19:35 MSD 2002
Changes to version 2.0.5
diff --git a/README b/README
index 62f4295..4fc5a52 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-SNMP engine for Python, version 2.0.5
+SNMP engine for Python, version 2.0.6
-------------------------------------
This is a Python implementation of SNMP v.1/v.2c engine. It's general
@@ -46,13 +46,13 @@ directory in the following way (assuming your Python distribution
resides under /usr/local/lib/python):
$ cd /usr/local/lib/python/site-packages
-$ tar xvf /tmp/pysnmp-2.0.5.tar
-$ echo pysnmp-2.0.5 > pysnmp.pth
+$ tar xvf /tmp/pysnmp-2.0.6.tar
+$ echo pysnmp-2.0.6 > pysnmp.pth
Alternatively, the $PYTHONPATH environment variable can be updated to
point to your PySNMP package location (assuming your UNIX shell is bash):
-export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.5:$PYTHONPATH
+export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.6:$PYTHONPATH
The latter trick is also known to work on Windows.