summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-08-27 20:12:32 +0000
committerelie <elie>2003-08-27 20:12:32 +0000
commitf809776587a17cb169858bd6bbfa290a810fac97 (patch)
tree92083d6578eb50685afaffb7343e8747e5dcdd65
parenta6ab3dde343592abab91fe7a783f14b2791f24d7 (diff)
downloadpysnmp-f809776587a17cb169858bd6bbfa290a810fac97.tar.gz
changes updated
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 064decc..bd470bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,17 @@
Wed Aug 27 22:45:44 MSD 2003
+
+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.
+ API slightly changed in an backward incompatible way.
+- 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.
+
+Wed Aug 27 22:45:44 MSD 2003
Changes to version 3.3.5
------------------------
@@ -18,6 +31,7 @@ Changes to version 3.3.5
- New another flavor of API to protocol objects (pysnmp.proto.api.alpha)
implemented as a superset of pysnmp.proto.api.generic API, which
remains fully functional.
+- Bugfix to v*.SetRequest.Community initialization at pysnmp.proto
Thu Jun 07 19:23:33 MSD 2003