summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-06-23 20:45:12 +0000
committerRoger Dingledine <arma@torproject.org>2004-06-23 20:45:12 +0000
commite9b882554e44641011e3ee5be26e7cc200f3dd71 (patch)
treea8495a721a47a5b992205c11e9ab176215aefada
parentce5b9d8d2bfa72ba05229dab62bbd30a51aa0bd7 (diff)
downloadtor-e9b882554e44641011e3ee5be26e7cc200f3dd71.tar.gz
tor-e9b882554e44641011e3ee5be26e7cc200f3dd71.zip
add a changelog entry for 0.0.2pre13, since we have it
svn:r1984
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55152f301f..0dc6d60fd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+