summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-08-24 23:13:55 +0000
committerelie <elie>2013-08-24 23:13:55 +0000
commitb704ce7e0d59189ab63d9ea1fa17b25017cc4dce (patch)
tree4bd605f6e028db57ea55757ef39614b75c170f9c /CHANGES
parent0e865e60133db95c0870cd2a91127f8ff374a2b0 (diff)
downloadpysnmp-b704ce7e0d59189ab63d9ea1fa17b25017cc4dce.tar.gz
fix to message processing module which used to refer to a bogus
stateReference in some cases what causes SNMP engine crashes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ce1f26..5f6adcb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -96,6 +96,8 @@ Revision 4.2.5rc2
- Fix to octet string typing at 3DES codec (used to throw an exception).
- Fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make them
supporting UTF-8 initializers.
+- Fix to v1/v2c message processing module which used to refer to a
+ bogus stateReference in some cases what causes SNMP engine crashes.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.