summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-01-25 16:01:53 +0000
committerelie <elie>2014-01-25 16:01:53 +0000
commit9f53657a29fa470fdc335ad56e497f9cee129f54 (patch)
tree6ce80041c2686c8e82b0cf62ed5544800be8116d /CHANGES
parent219fedac62d83b74edcc5544a3a16d821f3f723d (diff)
downloadpysnmp-9f53657a29fa470fdc335ad56e497f9cee129f54.tar.gz
example script explaining incoming message's communityName re-writing added
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b82bcd..6dee96b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ Revision 4.2.6rc0
in oneliner AsyncCommandGenerator & AsyncNotificationOriginator based
applicatons added.
- Example script on transport timeout & retries manipulation added.
+- Example script explaining incoming message's communityName re-writing added.
- Some more examples on MIB lookup and use at oneliner CommandGenerator added.
- Broadcast socket option can now be enabled with the .enableBroadcast()
call for any datagram-based transport (namely, UDP and UDP6).