pull/45/head
elie 2006-05-21 11:26:38 +00:00
parent 6b032376a7
commit 64e205a05d
2 changed files with 12 additions and 2 deletions

View File

@ -11,13 +11,19 @@ Revision 4.1.6a
- MibBuilder.loadModules() now fails on missing MIB files.
- MibBuilder.exportSymbols() now accepts unnamed objects (likely Managed
Objects Instances)
- initial VACM configuration implemented according to rfc3415 Appendix 1
- SNMPv2-SMI.MibScalarInstance objects now support create*/destroy*
Management Instrumentation methods to pass Columnar Object creation and
removal events. MibTableColumn class invoke these methods accordingly.
- Fix to AsynNotificationOriginator.asyncSendNotification() callback
formal parameters
- 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
- Initial values specified to pyasn1 types to comply with latest pyasn1 API.
- Documentation improved
- Minor fixes towards Python 1.5 compatibility
Revision 4.1.5a

View File

@ -10,12 +10,14 @@ Sparse notes on major existing problems/plans
Dedicated, simple API for table cells mangling should be
provided.
* Walking over VACM shadowed OIDs is painfully slow
* Notification filtering (RFC3413) not implemented.
* MsgAndPduDispatcher should use TransportDispatcher jobs interface
to handle SNMPv3 handshake
* Implement 'oneliner' API for v1arch
* Implement 'oneliner' API for v1arch, possibly compatible with v3arch API
* Implement prettyIn value format parser at TC
@ -61,3 +63,5 @@ Sparse notes on major existing problems/plans
this should be re-worked.
* Implement snmptranslate tool
* exclude SNMP-COMMUNITY-MIB from view for better security