summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-06-01 10:08:33 +0000
committerelie <elie>2013-06-01 10:08:33 +0000
commita8bd7e3f06c5c84363764de284ef4e7024534969 (patch)
treee4ab90ab91fae02b8abc4c03704277bf49492c4d /CHANGES
parent0200c5022de3e1e224ed73eba357e12b56e05b79 (diff)
downloadpysnmp-a8bd7e3f06c5c84363764de284ef4e7024534969.tar.gz
Oneliner UsmUserData() and CommunityData() classes now support clone()'ing
to facilitate authentication data management in user applications.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f30ed47..09f8146 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,8 @@ Revision 4.2.5rc2
addV3User() functions as well as to their oneliner's wrappers.
- The contextEngineId parameter of config.addV3User() and auth.UsmUserData()
renamed into securityEngineId as it's semantically correct
+- Oneliner UsmUserData() and CommunityData() classes now support clone()'ing
+ to facilitate authentication data management in user applications.
- Oneliner transport target classes now support the getTransportInfo()
method that returns network addresses used on protocol level.
- The SnmpV3MessageProcessingModel.getPeerEngineInfo() method is implemented