summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-12-12 18:51:57 +0000
committerelie <elie>2013-12-12 18:51:57 +0000
commit52a4fb50597511eab82d0e529b13dc2b7c73afa9 (patch)
tree5703f63086d19854e282999dedfd74a5973eed40 /CHANGES
parentb3933c17a3501cdaca1b2c93e25497806a472ae0 (diff)
downloadpysnmp-52a4fb50597511eab82d0e529b13dc2b7c73afa9.tar.gz
example script on SNMP Agents UDP broadcast-based discovery added
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 86cdd10..79e5e0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,7 @@ Revision 4.2.6rc0
- AbstractTransportDispatcher's jobStarted() and jobFinished() methods
now accept optional 'count' parameter which is a way for an app to indicate
how many responses are expected or have been processed in bulk.
+- Example script on SNMP Agents UDP broadcast-based discovery added.
- Fix to rfc1902.Bits type to make it accepting hex and binary initializers,
cope with missing bits identifieirs at prettyPrint().
- Memory leak fixed in CommandForwarder examples.