summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-09-12 08:18:27 +0000
committerelie <elie>2003-09-12 08:18:27 +0000
commit91cc078fe0796ff140aa67a9b4f949b378054464 (patch)
tree1f98ef1f759efdbf1fd37c0d48ecf6c8bfb431e9
parentfe93b5bd3abb01df53a8203cc1bfda93b90d9fbd (diff)
downloadpysnmp-91cc078fe0796ff140aa67a9b4f949b378054464.tar.gz
more changes added
-rw-r--r--CHANGES13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 42de14a..feedfde 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,11 +5,20 @@ Changes to version 3.4.1
- examples/* tools reworked and moved to apps/ (to act as full-blown
applications)
-- the mapping.udp.cli.ucd code reworked for a more consistent design.
+- The mapping.udp.cli.ucd code reworked for a more consistent design.
API slightly changed in an backward incompatible way.
-- socket-based transport re-written from the scratch to better
+- Socket-based transport re-written from the scratch to better
comply SNMP v3 model. As a result a new API is introduced, Backward
compatibility is [hopefully] preserved.
+- Various structured ASN.1 objects might not now return newly created
+ inner components upon decoding as well as not copying passed objects
+ on assignment. As a rule of thumb, all asn1.StructuredAsn1Object derivatives
+ are mutable and they deals with object references.
+- Inner components caching implemented at SingleFixedTypeAsn1Object.berDecoder()
+ of pysnmp.asn1.encoding.ber for better performance on repetitive operations.
+- Var-binds caching implemented at RequestPduMixIn.apiAlphaSetVarBind() of
+ pysnmp.proto.api.alpha.rfc1157 & rfc1905 for better performance on
+ repetitive operations.
Mon Sep 1 11:08:30 MSD 2003