summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-13 20:12:28 +0000
committerelie <elie>2013-05-13 20:12:28 +0000
commite389f5d736b4cd6f56d2bc5d80244c6819472ff1 (patch)
treed05ff9a106203aafb5d003cfd03a176bdaf649a0 /CHANGES
parent163c7581081e7cb800d60f0ac500ca34fedf0fa8 (diff)
downloadpysnmp-e389f5d736b4cd6f56d2bc5d80244c6819472ff1.tar.gz
break cyclic references at CommandResponder and NotificationReceiver apps
through close() method
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 81cb312..827d0d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Revision 4.2.5rc1
+Revision 4.2.5rc2
-----------------
- License updated to vanilla BSD 2-Clause to ease package use
@@ -58,6 +58,8 @@ Revision 4.2.5rc1
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.
+- Break cyclic references at CommandResponder and NotificationReceiver apps
+ through close() method.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.