summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-06-10 22:41:45 +0000
committerelie <elie>2013-06-10 22:41:45 +0000
commitac9009ca91d80943f9f32437056954e292e7dcb8 (patch)
tree221e79a67c916c5c389fe41e4fb27ba48992c93d /CHANGES
parentb1b008d452938a7b75d55a836f70b3c3337df4ae (diff)
downloadpysnmp-ac9009ca91d80943f9f32437056954e292e7dcb8.tar.gz
previous comment revoked as it's new to unreleased 4.2.5
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 4a7fedf..45ef2ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,10 +63,6 @@ Revision 4.2.5rc2
does not let you to configure different securityModels per securityname
at VACM though the cfgCmdGen() wrapper.
- MIB builder traceback formatting and reporting improved.
-- Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance error
- to emulate MIB lookup failure. Previous version of the code always
- succeeded returning securityName on failure. That screwed new row
- creation logic.
- Fix and significant logic rework of snmpCommunityTable to make it working
in both Generator and Responder modes and better follow RFC2576
requirements on sequential entries lookup and selection. As a side effect,