summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-04 14:59:28 +0000
committerelie <elie>2013-05-04 14:59:28 +0000
commitea06d03578fd14757215eb7914c54234a3d97e52 (patch)
tree5fab8e15a21c2d31f5d29155b3a062cd0cf3a420 /CHANGES
parent2855379f969cec57a9f9003300f63ce7cb5264db (diff)
downloadpysnmp-ea06d03578fd14757215eb7914c54234a3d97e52.tar.gz
fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoid
sendPduHandle miss (followed by system crash) on cache expiration run
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1fc9015..c0780bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,8 @@ Revision 4.2.5rc1
socket ('host', port) notation is now supported.
- The delV3User() function improved to drop all rows from USM table that
were cloned from the target one.
+- Fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoid
+ sendPduHandle miss (followed by system crash) on cache expiration run.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.