summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--README4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 33e2c78..b1e42aa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@ Revision 4.1.6a
ContextEngineId to SecurityEngineId whenever ContextEngineId is not
reported by authoritative SNMP engine on discovery.
- MibBuilder.loadModules() now fails on missing MIB files.
+- initial VACM configuration implemented according to rfc3415 Appendix 1
+- tools/buildmibs.sh split-up and re-implemented as tools/build-pysnmp-mib
+ and pysnmp-mibs/tools/rebuild-pysnmp-mibs for better usability. These
+ and libsmi2pysnmp scripts made installable.
- Types/Notifications/Groups exportSymbols() call chunking implemented
in tools/libsmi2pysnmp
- Minor fixes towards Python 1.5 compatibility
diff --git a/README b/README
index 669ba9a..b3de22c 100644
--- a/README
+++ b/README
@@ -104,8 +104,8 @@ of MIB text files into Python code. The code been generated relies upon
PySNMP SMI library.
In order to convert MIB text files into pysnmp.smi-compliant Python source,
-please, use the pysnmp/tools/buildmibs.sh utility. Review its source code
-before use.
+please, use build-pysnmp-mib utility as shipped along with PySNMP
+distribution.
A large set of pre-compiled MIB files is shipped along the pysnmp-mibs
package.[2]