summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-05-28 19:42:59 +0000
committerStef Walter <stef@memberwebs.com>2005-05-28 19:42:59 +0000
commit8a09d9575e3fdb1c9df38047cbc20534bf1be63d (patch)
treec4af66b91d7c3af7c0c97ab3123609ea79afebaa /ChangeLog
parent1bc164f033cd467853f80e9a08137a67631e63c0 (diff)
Drop privileges after binding to port. Allows listening on ports < 1024
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 722347f..34c7d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1.5
- Handle condition of server refusing data transfers more gracefully.
+ - Less chatty when setting timeouts fail
+ - Drop privileges after binding to port. Allows listening on ports < 1024
+ - Ported to Solaris
1.4.1 [2005-04-15]
- Fixed bug (introduced in 1.4) when Header was not present.