summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-01-23 12:36:32 +0000
committerelie <elie>2011-01-23 12:36:32 +0000
commit8a098534d6a24f358ef46c8a22142ab3d8495047 (patch)
treeb2a4dfd8629abb99fecafa88d1ff3970ab635d5e
parentaf9e7c66d59ac5dd90cea706d4cc8368ad571cf7 (diff)
downloadpysnmp-8a098534d6a24f358ef46c8a22142ab3d8495047.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bc67a71..59e08f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,10 @@ Revision 4.1.16a
+ pre-compute and re-use some of ASN.1 structures.
+ avoid setting PDU defaults to save on unnecessary initialization.
+ skip ASN.1 types verification where possible.
+ + at oneliner Command Generator, avoid looking up pure OID arguments
+ at MIB as it's pointless but takes time.
+ + cache MIB columnar objects instance ID <-> symbolic index representation
+ mapping
Revision 4.1.15a
----------------