summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-09-29 21:19:23 +0000
committerelie <elie>2013-09-29 21:19:23 +0000
commit1defd98e558729aa741877c51cb0d61bb68bcb31 (patch)
treebed0431c6b6fe5a3f29c7b5c58cc8829680812f6 /CHANGES
parent3b8d594cbb5c7ccb79b85992baad6ac425cac863 (diff)
downloadpysnmp-1defd98e558729aa741877c51cb0d61bb68bcb31.tar.gz
fix to pass stateReference to registered app on unconfirmed notifications
reception (to let NotificationReceiver Apps browsing request details).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2f2097a..24bc91f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -108,6 +108,11 @@ Revision 4.2.5rc2
bogus stateReference in some cases what causes SNMP engine crashes.
- Fix to IPv6 transport to zero ZoneID, FlowID and ScopeID components
sometimes coming along with incoming packet.
+- Fix to SNMPv1 MP module to pass stateReference to registered app on
+ unconfirmed notifications reception (to let NotificationReceiver
+ Apps browsing request details).
+ (transport information at the moment) at SNMP engine.
+-
- Asyncsock sockets now configured with SO_REUSEADDR option to fix possible
Windows error 10048.
- Gracefully handle malformed SnmpEngineID at USM coming from SNMPv3 header.