summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-21 06:03:15 +0000
committerelie <elie>2013-05-21 06:03:15 +0000
commit20d54b60747b2aa3b103e98a15ff99dad901cf05 (patch)
tree8f26da8d4dea78a612985c6f741ebe54aec17fd2 /CHANGES
parent01032dc67fcb188d386c3f807d6ad5c423f895a3 (diff)
downloadpysnmp-20d54b60747b2aa3b103e98a15ff99dad901cf05.tar.gz
contextEngineId parameter of auth.UsmUserData() renamed into
securityEngineId as it's semantically correct
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c780c77..d665ac2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,8 +38,8 @@ Revision 4.2.5rc2
- SNMP credentials management reworked to allow multiple securityNames's in
snmpCommunityEntry and usmUserEntry tables. Changes made to addV1System(),
addV3User() functions as well as to their oneliner's wrappers.
-- The contextEngineId parameter of config.addV3User() renamed into
- securityEngineId as it's semantically correct.
+- The contextEngineId parameter of config.addV3User() and auth.UsmUserData()
+ renamed into securityEngineId as it's semantically correct
- AsynNotificationOriginator.cfgCmdGen() does not take into account
securityModel & securityLevel when reducing LCD access via addTrapUser().
This improves LCD consistency on sparse add/del operatons but also