summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2009-05-22 07:10:09 +0000
committerelie <elie>2009-05-22 07:10:09 +0000
commit55cc044afc8dda3f27965ddbb5e476009ff8c577 (patch)
tree1756d02d44003cfb33a4593fa7a0dd1f2c7008cd
parentbaa044dd6b1cad2f04a652f9f71e056507ecbc28 (diff)
downloadpysnmp-git-55cc044afc8dda3f27965ddbb5e476009ff8c577.tar.gz
updated
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 067e77e0..1fa6c03a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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.