summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2007-08-13 16:11:29 +0000
committerelie <elie>2007-08-13 16:11:29 +0000
commitc80478504772d82587d1948c60580388430c03b4 (patch)
tree0d2d44530651928c61a8e91842682f096d968aca /CHANGES.txt
parentd598666e6dc220d76648b86a16381c0dfe2c0751 (diff)
downloadpysnmp-git-c80478504772d82587d1948c60580388430c03b4.tar.gz
updated
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f8137cf4..25dffda6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,8 @@ Revision 4.1.8a
- Fix to messed up tagIDs of noSuchInstance and noSuchObject types.
- SET Command Responder fixed to obscure access to non-existing variables
by returning notWritable error (SF bug #1764839).
+- AsynsockDispatcher.setSocketMap() method added to facilitate pysnmp
+ transport integration into third-party asyncore-based applications.
Revision 4.1.7a
---------------