summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2010-05-21 07:34:28 +0000
committerelie <elie>2010-05-21 07:34:28 +0000
commitfa1fbc0d41f6a919da7de925a359b4c6e7d66f63 (patch)
treeb24758cfb8cef820313fe8f126fb8c0a3f350f44
parent57c0b5e49356976ec46b639c11e9672c2ebf0aa4 (diff)
downloadpysnmp-fa1fbc0d41f6a919da7de925a359b4c6e7d66f63.tar.gz
updated
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 575804a..4350f32 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,11 @@ Revision 4.1.14a
- Fix to SNMPv1->SNMPv2c error status handling at proxy module. This
defect may have caused an infinite loop on a multiple var-bind
SNMPv1 GetNext operation.
+- Fix to contextName processing at config.addV1System -- typo rendered
+ passed contextName not committed into LCD.
+- config.addVacmUser() now accepts an optional contextName what makes
+ it usable for configuring multiple contextName-bound bases of Managed
+ Objects to SnmpEngine.
Revision 4.1.13a
----------------