summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-01-08 21:08:55 +0000
committerelie <elie>2014-01-08 21:08:55 +0000
commit7a3e83ddeac4dd826cbe5df2601a9cb23bb3ca59 (patch)
tree908574e1ad971e9198e06f169ceca909b4f292e6 /CHANGES
parent5b60e8a668bcf58a7c0f785a34513077df15e5b1 (diff)
downloadpysnmp-7a3e83ddeac4dd826cbe5df2601a9cb23bb3ca59.tar.gz
updated
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 21826e8..3bc8994 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,9 @@ Revision 4.2.6rc0
force socket binding to specified local interface.
- New public DgramSocketTransport.getLocalAddress() returns local endpoint
address underlying BSD socket is currently bound to.
+- Passing request details to access control callback at CommandResponder
+ reworked towards more robust and simple design with the execution observer
+ facility.
- 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.