diff options
author | Roger Dingledine <arma@torproject.org> | 2004-06-23 20:45:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-06-23 20:45:12 +0000 |
commit | e9b882554e44641011e3ee5be26e7cc200f3dd71 (patch) | |
tree | a8495a721a47a5b992205c11e9ab176215aefada /ChangeLog | |
parent | ce5b9d8d2bfa72ba05229dab62bbd30a51aa0bd7 (diff) | |
download | tor-e9b882554e44641011e3ee5be26e7cc200f3dd71.tar.gz tor-e9b882554e44641011e3ee5be26e7cc200f3dd71.zip |
add a changelog entry for 0.0.2pre13, since we have it
svn:r1984
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -458,3 +458,30 @@ Changes in version 0.0.2pre14 - 2003-11-29 - Reloads config on HUP - Usage info on -h or --help - If you set User and Group config vars, it'll setu/gid to them. + +Changes in version 0.0.2pre13 - 2003-10-19 + o General stability: + - SSL_write no longer fails when it returns WANTWRITE and the number + of bytes in the buf has changed by the next SSL_write call. + - Fix segfault fetching directory when network is down + - Fix a variety of minor memory leaks + - Dirservers reload the fingerprints file on HUP, so I don't have + to take down the network when I approve a new router + - Default server config file has explicit Address line to specify fqdn + + o Buffers: + - Buffers grow and shrink as needed (Cut process size from 20M to 2M) + - Make listener connections not ever alloc bufs + + o Autoconf improvements: + - don't clobber an external CFLAGS in ./configure + - Make install now works + - create var/lib/tor on make install + - autocreate a tor.sh initscript to help distribs + - autocreate the torrc and sample-server-torrc with correct paths + + o Log files and Daemonizing now work: + - If --DebugLogFile is specified, log to it at -l debug + - If --LogFile is specified, use it instead of commandline + - If --RunAsDaemon is set, tor forks and backgrounds on startup + |