From 59f67f9e1780975a133a3086b086d8ead9a4f6da Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sun, 24 Jan 2010 23:38:25 +0100 Subject: [PATCH] Updated ChangeLog and README. --- ChangeLog | 12 ++++++++++++ README | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ceb293..3e9a0f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +0.3.0: +- More user commands: ban, broadcast, mute, rules, history, myip, whoip, log +- Experimental SSL support +- Large rewrite of the network stack in order to support SSL. +- Added rule file for defining hub rules. +- Many crash fixes and other important bug fixes. +- Optimizations: O(1) timeout scheduler +- New sid allocation code. +- Added configurable server_listen_backlog (default 50). +- Added init.d scripts for RedHat/CentOS + + 0.2.8: - Fix bug #13: getsockname() failure, use sockaddr from accept() instead. - Fix bug #10: Improve logging, ensure logs are machine readable. diff --git a/README b/README index 4fe04e1..3e5583d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Welcome and thanks for downloading uHub, a high performance ADC p2p hub. For the official documentation, bugs and other information, please visit: -http://www.extatic.org/uhub/ +http://www.uhub.org/