summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-01-24 12:33:42 +0000
committerelie <elie>2014-01-24 12:33:42 +0000
commitceab600d265bf8d541f7fe0a99d998f63eb62da5 (patch)
tree913a3560897b119c03787ac8591d9b6090800126 /CHANGES
parentae5e7b0137d62aeae460ef56683646ee83e81a6c (diff)
downloadpysnmp-ceab600d265bf8d541f7fe0a99d998f63eb62da5.tar.gz
MIB instrumentation example improved to cover table index building facility
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 094c3ed..2b82bcd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,7 @@ Revision 4.2.6rc0
- Passing request details to access control callback at CommandResponder
reworked towards more robust and simple design with the execution observer
facility.
+- MIB instrumentation example improved to cover table index building facility.
- Fix to rfc1902.Bits type to make it accepting hex and binary initializers,
cope with missing bits identifieirs at prettyPrint().
- Memory leak fixed in CommandForwarder examples.