summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-11-09 22:01:33 +0000
committerelie <elie>2013-11-09 22:01:33 +0000
commit704974e090122b73ef2ad59f23aa0b9e0e50023e (patch)
treef3331d4dcdd2f9aa3eb4e868410dc056e6dd660e /CHANGES
parenteb44ada0eb7aaeb6be4026abe89af8420a942a9a (diff)
downloadpysnmp-704974e090122b73ef2ad59f23aa0b9e0e50023e.tar.gz
Execution Observer facility implemented to give app an inside view
of SNMP engine inner workings. This is thought to be a generic framework for viewing (and modifying) various internal states of pysnmp engine. Previously introduced non-RFC APIs (like getting peer's transport endpoint) will be gradually migrated to this new framework.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf872c7..4aa8a03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Revision 4.2.6rc0
-----------------
+- Execution Observer facility implemented to give app an inside view
+ of SNMP engine inner workings. This is thought to be a generic
+ framework for viewing (and modifying) various internal states
+ of pysnmp engine. Previously introduced non-RFC APIs (like
+ getting peer's transport endpoint) will be gradually migrated to
+ this new framework.
- Memory leak fixed in CommandForwarder examples.
- Fix to CommandGenerator to make sendRequestHandle persistent across
multiple iterations of GETNEXT/GETBULK queries.