summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-03-24 17:21:07 +0000
committerelie <elie>2011-03-24 17:21:07 +0000
commit060f39f9ead5b0c4af4dd3c7af1368cd507d71db (patch)
tree3cededd262edde11a3c2f857fe10b37902f84640
parenta4ba6bdd5c2c1de867e7c6aeffcbe0fd53c334d0 (diff)
downloadpysnmp-060f39f9ead5b0c4af4dd3c7af1368cd507d71db.tar.gz
4.1.16b
-rw-r--r--CHANGES5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d4885e9..017a582 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Revision 4.1.16b
+----------------
+
+- Fix to MIB operation failure handling at CommandResponderBase.processPdu
+
Revision 4.1.16a
----------------
diff --git a/setup.py b/setup.py
index b7899cc..14f4f34 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ except ImportError:
params.update( {
'name': 'pysnmp',
- 'version': '4.1.16a',
+ 'version': '4.1.16b',
'description': 'SNMP framework',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',