summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-06-09 16:39:31 +0000
committerStef Walter <stef@memberwebs.com>2004-06-09 16:39:31 +0000
commit66d68a58fbbeacfaa51f5210e9d6a549a677014f (patch)
treec0bcad3aae498452aecb87ce912c405dbc612af0 /ChangeLog
parent80b0e2c0fdad108454ae87130496f595f0b81b81 (diff)
- Changed 'method' to 'handler' throughout
- Fixed bug in hash.c with unitialized memory - Imported new hash table features - Writes out pid file when requested with -p option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..de146d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,9 @@
+0.3
+ - Changed 'method' to 'handler' throughout
+ - Fixed bug in hash.c
+ - Imported new hash table features
+ - Writes out pid file when requested with -p option
+
+0.2
+ - Changed protocol to a more secure resilient protocol
+