summaryrefslogtreecommitdiff
path: root/lib/libalias/HISTORY
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-09-06 11:19:11 +0000
committerBrian Somers <brian@FreeBSD.org>1997-09-06 11:19:11 +0000
commit15e9e679060b800818c32f9746831f1184b88558 (patch)
tree5b1576f05c39776ecfea2a76253272bdcbaab7fe /lib/libalias/HISTORY
parent40f2dabf789c96d4e1bae5d5cb7f1d4ced10ea48 (diff)
Notes
Diffstat (limited to 'lib/libalias/HISTORY')
-rw-r--r--lib/libalias/HISTORY12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libalias/HISTORY b/lib/libalias/HISTORY
index c690b588ce4b..78a7e08c14f3 100644
--- a/lib/libalias/HISTORY
+++ b/lib/libalias/HISTORY
@@ -41,9 +41,14 @@ Verstion 1.7: January 9, 1997 (cjm)
from two hosts which are both running packet
aliasing.
+ - Checksum error on FTP transfers. Problem
+ in code located by Martin Renters and
+ Brian Somers.
+
Version 1.8: January 14, 1997 (cjm)
- Fixed data type error in function StartPoint()
in alias_db.c (this bug did not exist before v1.7)
+ Problem in code located by Ari Suutari.
Version 1.9: February 1, 1997 (Eivind Eklund <perhaps@yes.no>)
- Added support for IRC DCC (ee)
@@ -108,5 +113,10 @@ Version 2.3: August 11, 1997 (cjm)
- Problem associated with socket file descriptor
accumulation in alias_db.c corrected. The sockets
had to be closed when a binding failed. Problem
- identified by Gordon Burditt.
+ in code located by Gordon Burditt.
+
+Version 2.4: September 1, 1997 (cjm)
+ - PKT_ALIAS_UNREGISTERED_ONLY option repaired.
+ This part of the code was incorrectly re-implemented
+ in version 2.1.