summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2004-02-19 12:00:25 +0000
committerelie <elie>2004-02-19 12:00:25 +0000
commite3ad303db4a656bbe6e6a71a8b11c6a86bf827d4 (patch)
tree4a2d3cf8913f1e469151381514dfd05a22bbfff5
parent0572d7e99e8ad05a0ea887580dff1142076bd645 (diff)
downloadpysnmp-e3ad303db4a656bbe6e6a71a8b11c6a86bf827d4.tar.gz
3.4.3 changes committed
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 243e9cc..132e1d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+Wed Feb 18 18:34:05 MSK 2004
+
+Changes to version 3.4.3
+------------------------
+
+- More tests added at pysnmp.test package.
+- 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.
+
Sun Feb 8 19:12:34 MSK 2004
Changes to version 3.4.2