summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-08-27 19:31:08 +0000
committerelie <elie>2003-08-27 19:31:08 +0000
commitcf4b5ac2485018a275ea122698f3019870d016e9 (patch)
treeaaa8ada2a827ce836bed68adf30dce7c146e4d1a
parent7fbad24aa744491bccddca626633c19fbb9cf0db (diff)
downloadpysnmp-cf4b5ac2485018a275ea122698f3019870d016e9.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..9311180 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