summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-03-07 22:39:30 +0000
committerelie <elie>2015-03-07 22:39:30 +0000
commit9a3322fe7aff404d0134b242e2fd71b6984b52a6 (patch)
tree703b466776dddadada9a604dab80716ad1cc6de1 /CHANGES
parent36b5f1ec3bf18af407d84ff605347e90dade7411 (diff)
downloadpysnmp-9a3322fe7aff404d0134b242e2fd71b6984b52a6.tar.gz
make config.delTransport() returning detached transport object
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a8ada5..06043a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,6 +74,8 @@ Revision 4.2.6rc2
broken SNMP messages or its components.
- First attempt made to make some of SNMP Engine settings persistent
across reboots.
+- Make config.delTransport() returning detached transport object. Asyncio
+ examples now use this facility to explicitly shutdown transport object.
- Fix to authoritative engine side snmpEngineID discovery procedure:
respond with notInTimeWindows rather then with unsupportedSecurityLevel
at time synchronization phase.