summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-21 18:05:06 +0000
committerelie <elie>2014-03-21 18:05:06 +0000
commit4e997e3d4c8475e52ceed631cbdc6fc7615fb497 (patch)
treee30293efc050aaddd6711fd94d51d7f5e5a4894d /CHANGES
parentfc3c3bb8bf1667937ac630cb853f6d96163e8ada (diff)
downloadpysnmp-4e997e3d4c8475e52ceed631cbdc6fc7615fb497.tar.gz
do not cache snmpEngineId & snmpAdminString at CommandGenerator to let it
be reused with many different snmpEngines
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4c08d3e..d7ed1bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,8 @@ Revision 4.2.6rc0
facility.
- MIB instrumentation example improved to cover table index building facility.
- Handle the case of null writer at Debug printer.
+- Do not cache snmpEngineId & snmpAdminString at CommandGenerator to let it
+ be reused with many different snmpEngines.
- Multiple fixes to verify pyasn1 decoder.decode() return to withstand
broken SNMP messages or its components.
- Fix to rfc1902.Bits type to make it accepting hex and binary initializers,