summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-08-27 19:31:14 +0000
committerelie <elie>2003-08-27 19:31:14 +0000
commita6ab3dde343592abab91fe7a783f14b2791f24d7 (patch)
treee9a6ea630cbbb0bbdaf70665cf519a14342cb268
parentf0b81bf88b95252a209130bd5c0c1854c1824c24 (diff)
downloadpysnmp-a6ab3dde343592abab91fe7a783f14b2791f24d7.tar.gz
3.3.5 changes added
-rw-r--r--CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0793b52..064decc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+Wed Aug 27 22:45:44 MSD 2003
+
+Changes to version 3.3.5
+------------------------
+
+- The examples/snmp*walk.py tools fixed not to query first OID in range
+ by GetRequest unless explicitly specified by command line.
+- The -C<p|i|c> option implemented at examples/snmp*walk.py tools
+- Bugfix to empty/malformed VarBindList reference by ErrorIndex on
+ ErrorStatus reported at examples/* tools.
+- Syntax errors fixed at pysnmp/mapping/udp/asynrole.py and
+ pysnmp/proto/cli/ucd/rfc1905.py
+- The manager class at pysnmp/mapping/udp/role.py fixed not to connect()
+ to default destination as this prevents underlying socket from
+ receiving UDP from non-default source (some agents appear to respond
+ from a strange IP/port). Note: this change raises the risk of agent
+ IP/port spoofing!
+- 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.
+
Thu Jun 07 19:23:33 MSD 2003
Changes to version 3.3.4