comments for 3.4.3 backported

pull/45/head
elie 2004-10-25 06:23:27 +00:00
parent 7a9562928a
commit 9e9f418c7b
1 changed files with 18 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Wed Feb 18 18:34:05 MSK 2004
Fri Oct 22 18:23:43 MSK 2004
Changes to version 3.4.3
Changes to version 3.5.1
------------------------
- SMI framework implemented. This is to be used to access abstract SNMP
management information (MIBs) in various ways.
- SMI framework implemented. This is meant to be a tool for accessing
MIB objects whilst in manager and/or agent roles.
- ASN.1 subtyping machinery implemented. Now dynamic ASN.1 instances
subtyping and quering becomes available. Previously, this has been done
through Python classes inheritance what proved to be a wrong concept.
@ -22,6 +22,20 @@ Changes to version 3.4.3
- More tests added at pysnmp.test package.
- Many minor bugfixes.
Fri Oct 22 18:23:43 MSK 2004
Changes to version 3.4.3
------------------------
- Bugfixes and improvements to pysnmp.test code
- Bugfix to asn1.univ.Null() -- always initialize to an empty string
- Python < 2.0 issue fixed at pysnmp.asn1 (defined slice operations for custom
sequence objects)
- Bugfix to compatibility class v1.Message: decode() overloaded to
behave like original on BER decoding errors
- Fixed __cmp__ methods at pysnmp.base to hide coercion errors on comparation
- The examples/manager/snmpset.py example added for clarity
Sun Feb 8 19:12:34 MSK 2004
Changes to version 3.4.2