summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-11-10 14:38:29 +0000
committerelie <elie>2013-11-10 14:38:29 +0000
commit865c80c81526a371af0c7c5a9615ccb429f2c719 (patch)
treef2d159c7cadbc3a1260fd5426cb72e63ed8a96c9 /CHANGES
parentd8ae6561c238fd8844dc086575e02b3142029289 (diff)
downloadpysnmp-865c80c81526a371af0c7c5a9615ccb429f2c719.tar.gz
Internal oneliner apps configuration cache moved from respective
apps objects to [a singular] snmpEngine object. That would allow for better cache reuse and allow for a single app working with many snmpEngine instances.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4aa8a03..c282f45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Revision 4.2.6rc0
of pysnmp engine. Previously introduced non-RFC APIs (like
getting peer's transport endpoint) will be gradually migrated to
this new framework.
+- Internal oneliner apps configuration cache moved from respective
+ apps objects to [a singular] snmpEngine object. That would allow
+ for better cache reuse and allow for a single app working with
+ many snmpEngine instances.
- Memory leak fixed in CommandForwarder examples.
- Fix to CommandGenerator to make sendRequestHandle persistent across
multiple iterations of GETNEXT/GETBULK queries.