summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-24 17:18:05 +0000
committerelie <elie>2014-03-24 17:18:05 +0000
commitc85746b6c9bb8682ef799ed1d82d8d2f0853d88b (patch)
tree73426319d62571f50d88b11171bdd0ba3000164c /CHANGES
parentdf6f66529ce542aaea111a09d309046852cc6552 (diff)
downloadpysnmp-c85746b6c9bb8682ef799ed1d82d8d2f0853d88b.tar.gz
clean up request queue on pysnmp-level processing failure, not just
StatusInformation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7ed1bd..cb6ecad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -62,6 +62,8 @@ Revision 4.2.6rc0
namedValue parameter positionally rather than binding it by name.
- Fix to PDU translation service (proto.proxy.rfc2576) to make it
initializing errorIndex & errorStatus components of the resulting PDU.
+- Fix to MsgAndPduDispatcher.sendPdu() to clean up request queue on
+ pysnmp-level processing failure.
Revision 4.2.5
--------------