summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-24 18:18:44 +0000
committerelie <elie>2014-03-24 18:18:44 +0000
commite86843c0c430ec539fe11a5acf86c73fe0e98f84 (patch)
tree15c72b611f7c4d68c279a410adca7e71a69363bf /CHANGES
parentc85746b6c9bb8682ef799ed1d82d8d2f0853d88b (diff)
downloadpysnmp-e86843c0c430ec539fe11a5acf86c73fe0e98f84.tar.gz
Fix to SNMPv1/v2c message processing subsystem to make it serving
unique PDU request-id's in both outgoing and incoming confirmed and response PDU types. Duplicate request-id's in unrelated PDUs may cause cache errors otherwise.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb6ecad..ab32477 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,10 @@ Revision 4.2.6rc0
initializing errorIndex & errorStatus components of the resulting PDU.
- Fix to MsgAndPduDispatcher.sendPdu() to clean up request queue on
pysnmp-level processing failure.
+- Fix to SNMPv1/v2c message processing subsystem to make it serving
+ unique PDU request-id's in both outgoing and incoming confirmed
+ and response PDU types. Duplicate request-id's in unrelated PDUs may
+ cause cache errors otherwise.
Revision 4.2.5
--------------