summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2007-11-23 11:36:37 +0000
committerelie <elie>2007-11-23 11:36:37 +0000
commit8e43aedc7d33531852596ebba2b3806d362ae8bc (patch)
tree7c280a143b6f9517ca498bffec425c2faf72e207
parent12c3d4ede7d5b7a0872722d0caa7cf2f407fe036 (diff)
downloadpysnmp-8e43aedc7d33531852596ebba2b3806d362ae8bc.tar.gz
updated
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a68834a..7b1767d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,9 @@ Revision 4.1.9a
pysnmp map (AsynsockDispatcher.getSocketMap()) to asyncore.
- Fix to response timeout roundup bug at CommandGenerator and
NotificationOriginator code.
+- Oneline configuration classes made hashable to prevent memory leaks
+ when committing them into CommandGenerator/NotificationOriginator
+ internal repository.
Revision 4.1.8a
---------------