summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-12-19 21:25:48 +0000
committerelie <elie>2013-12-19 21:25:48 +0000
commit4b17e6ff647b071a7736f891e74b62d17f773242 (patch)
tree3fb6b7e364ace5b4a093f0a6468ffeac2b39241a /CHANGES
parent52a4fb50597511eab82d0e529b13dc2b7c73afa9 (diff)
downloadpysnmp-4b17e6ff647b071a7736f891e74b62d17f773242.tar.gz
oneliner transport object now supports setLocalAddress() method to
force socket binding to specified local interface
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79e5e0a..4e17860 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,8 @@ Revision 4.2.6rc0
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.
+- Oneliner transport object now supports setLocalAddress() method to
+ force socket binding to specified local interface.
- 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.