summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-08 20:38:35 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-08 20:38:35 +0000
commitfde998b16d0c5c5b9d8442a4f68b534035db4359 (patch)
treee1e1a45646011b6500763e7518bac8101bca65eb
parent318f5f40554ff6e97f0211ead1ff23f73a9de33e (diff)
downloadATCD-fde998b16d0c5c5b9d8442a4f68b534035db4359.tar.gz
UPdated notes for Eric Newtons fixes
-rw-r--r--ASNMP/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog
index b7ab0424d8d..c19bb6c5ca7 100644
--- a/ASNMP/ChangeLog
+++ b/ASNMP/ChangeLog
@@ -1,3 +1,22 @@
+Mon Dec 8 14:33:59 CST 1997
+ * Thanks to Eric Newton's <ecn@smart.net> continued patches
+ Version 1.7 has fixes for: agent, base library
+ Fix to the response type fixes the interoperability with CMU snmp on
+ linux. (and SNMP Research as well)
+
+ Initialize member of Pdu: output_
+ Send responses as response messages
+ Deallocate and reset the io_vec
+
+ The transaction object didn't initialize the io_vec used to receive
+ a packet when it was used for an agent transaction.
+
+ Cleans up a warning about using a const object from a previous
+ patch.
+
+ Removes the transaction object from the Reactor.
+
+
Sun Nov 30 17:49:12 CST 1997 Mike MacFaden <mrm@tango.cs.wustl.edu>
* Thanks to Eric Newton's <ecn@smart.net> apply patches:
Removed G++ warnings: