summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2007-11-23 10:33:14 +0000
committerelie <elie>2007-11-23 10:33:14 +0000
commitcd3bec575efb610bf183f5f890238b3d8fd728fc (patch)
treec1725df250030fce3a6ae9f29403b8ce2763bcef
parent0c2bcbe7d1bf3130a206f5d7843aec55055dfe88 (diff)
downloadpysnmp-cd3bec575efb610bf183f5f890238b3d8fd728fc.tar.gz
updated
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 44c00b3..a68834a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ Revision 4.1.9a
sharing the same socket map with them. A solution would be to either
set asyncore map to pysnmp (AsynsockDispatcher.setSocketMap()) or pass
pysnmp map (AsynsockDispatcher.getSocketMap()) to asyncore.
+- Fix to response timeout roundup bug at CommandGenerator and
+ NotificationOriginator code.
Revision 4.1.8a
---------------