summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2004-02-27 13:47:18 +0000
committerelie <elie>2004-02-27 13:47:18 +0000
commitafd4524cae828d121ee8d89d426c74fa229683ac (patch)
treee0657ce067b189d457af3d9c0db0f540ba50dc1f
parent99ffbac5d17c63e329e687e603907e69e0921fa1 (diff)
downloadpysnmp-afd4524cae828d121ee8d89d426c74fa229683ac.tar.gz
updated for 3.4.3
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 132e1d0..5fe25a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,13 +3,17 @@ Wed Feb 18 18:34:05 MSK 2004
Changes to version 3.4.3
------------------------
-- More tests added at pysnmp.test package.
+- 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).
- Asn1Object constraints machinery re-implemented based on Mike C. Fletcher's
design and code. Now various constrains are implemented as stand-alone
objects serving interested Asn1Object derivatives through some abstract
protocol (that's probably the Decorator design pattern).
-- The asn1.Asn1Object.allowedType has become a tuple for performance
- reasons.
+- Structured pysnmp.asn1.base.* classes reworked to act as proxy objects
+ over Python dictionary for better performance.
+- Many low-level API modifications at pysnmp.asn1.* classes.
+- More tests added at pysnmp.test package.
Sun Feb 8 19:12:34 MSK 2004