summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2009-05-22 07:10:09 +0000
committerelie <elie>2009-05-22 07:10:09 +0000
commite05dfc63a6d25c5ef58fe1171dbb8e1c62367b23 (patch)
tree37bc6901d29efb3eeae5d1403ea430542759c0c2
parent99d320277505a7e746a3576e938de6a54bf45d9a (diff)
downloadpysnmp-e05dfc63a6d25c5ef58fe1171dbb8e1c62367b23.tar.gz
updated
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 067e77e..1fa6c03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
Revision 4.1.11a
----------------
+- Let NotificationReceiver and CommandResponder Apps browsing request details
+ (transport information at the moment) at SNMP engine.
- Fix to config.addV1System() to allow multiple systems to co-exist in LCD.
- Fix to wrongly succeeding user-parameters-by-community-name searching code
in rfc2576 processIncomingMsg() method.
@@ -99,11 +101,11 @@ Revision 4.1.8a
to make sure these automatic entries won't interfere or exceed constraints
on keys values.
- Made use of notificationType parameter of the sendNotification method
- in NotificationGenerator applications. This parameter used to be
+ in NotificationOriginator applications. This parameter used to be
ignored in the past. Note, that previously used (and ignored) syntax
has been changed in an incompatible way.
- Allow plain Python values in setCmd() and sendNotification()
- methods in CommandGenerator and NotificationGenerator applications
+ methods in CommandGenerator and NotificationOriginator applications
respectively.
- Multi-target oneliner API-based example script added.
- Ignore more socket errors in datagram-type async socket code.