diff options
author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-08 20:38:35 +0000 |
---|---|---|
committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-08 20:38:35 +0000 |
commit | fde998b16d0c5c5b9d8442a4f68b534035db4359 (patch) | |
tree | e1e1a45646011b6500763e7518bac8101bca65eb /ASNMP/ChangeLog | |
parent | 318f5f40554ff6e97f0211ead1ff23f73a9de33e (diff) | |
download | ATCD-fde998b16d0c5c5b9d8442a4f68b534035db4359.tar.gz |
UPdated notes for Eric Newtons fixes
Diffstat (limited to 'ASNMP/ChangeLog')
-rw-r--r-- | ASNMP/ChangeLog | 19 |
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: |