summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2007-08-13 16:11:29 +0000
committerelie <elie>2007-08-13 16:11:29 +0000
commit71882d69a64032ff596d30e1dffa0cf4883c5a93 (patch)
treec9761b0b3d8f090468a783fd3043285cf87fa7ae
parenta59a5efaff7a1664c45e61acdb552e0d35e8a321 (diff)
downloadpysnmp-71882d69a64032ff596d30e1dffa0cf4883c5a93.tar.gz
updated
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f8137cf..25dffda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
---------------