summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2004-04-12 08:36:51 +0000
committerelie <elie>2004-04-12 08:36:51 +0000
commita423ec555b99011d6f175bc7f183f3a1ba478271 (patch)
tree4e8a3464d046e908191db8614f36c445cdf19689
parentafd4524cae828d121ee8d89d426c74fa229683ac (diff)
downloadpysnmp-a423ec555b99011d6f175bc7f183f3a1ba478271.tar.gz
Newest changes registered
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5fe25a4..7243c12 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Wed Feb 18 18:34:05 MSK 2004
Changes to version 3.4.3
------------------------
+- SMI framework implemented. This is to be used to access abstract SNMP
+ management information (MIBs) in various ways.
+- 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.
+ As a side-effect, the low-level API to ASN.1 classes has been changed.
- ASN.1 codecs framework re-designed and re-implemented aimed at a more
consistent design and better performance. Highlights include abstract
codec interface and serialized data caching (at encoder).
@@ -14,6 +20,7 @@ Changes to version 3.4.3
over Python dictionary for better performance.
- Many low-level API modifications at pysnmp.asn1.* classes.
- More tests added at pysnmp.test package.
+- Many minor bugfixes.
Sun Feb 8 19:12:34 MSK 2004