summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2007-05-28 15:22:37 +0000
committerelie <elie>2007-05-28 15:22:37 +0000
commitc813d586597ceb3aa4e4181c61bcd46911238364 (patch)
tree885412d0d327a15622571eefbe1872d55daab306
parent280b4eb6f1c1c06bfdd43e172892969659bfc945 (diff)
downloadpysnmp-c813d586597ceb3aa4e4181c61bcd46911238364.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7bb3e7b..a888c68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,10 @@ Revision 4.1.8a
- At oneliners, build LCD tables keys from a hashed mix of input parameters
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
+ ignored in the past. Note, that previously used (and ignored) syntax
+ has been changed in an incompatible way.
- Multi-target oneliner API-based example script added.
- Ignore more socket errors in datagram-type async socket code.