summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-10-25 07:22:54 +0000
committerelie <elie>2013-10-25 07:22:54 +0000
commiteb44ada0eb7aaeb6be4026abe89af8420a942a9a (patch)
treee542cb148edf5b389bccd50bb7adbd1c562ada0c /CHANGES
parentef021ff0bc7b9550e01074bdd60bce950d37b869 (diff)
downloadpysnmp-eb44ada0eb7aaeb6be4026abe89af8420a942a9a.tar.gz
memory leak fixed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 27ec4d8..cf872c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
Revision 4.2.6rc0
-----------------
+- Memory leak fixed in CommandForwarder examples.
- Fix to CommandGenerator to make sendRequestHandle persistent across
multiple iterations of GETNEXT/GETBULK queries.
- Fix to sendNotification() error handling at NotificationOriginator.