summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-01-08 20:18:00 +0000
committerelie <elie>2014-01-08 20:18:00 +0000
commit240e62b9928f55fd4ea0769631a36f161c3d11f9 (patch)
tree5b7396f6bde866383a3b925f46ed13214bbf5dcc /CHANGES
parent4b17e6ff647b071a7736f891e74b62d17f773242 (diff)
downloadpysnmp-240e62b9928f55fd4ea0769631a36f161c3d11f9.tar.gz
new public DgramSocketTransport.getLocalAddress() returns local endpoint
address underlying BSD socket is currently bound to
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4e17860..21826e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,8 @@ Revision 4.2.6rc0
- 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.
+- New public DgramSocketTransport.getLocalAddress() returns local endpoint
+ address underlying BSD socket is currently bound to.
- 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.