summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-26 18:15:31 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-26 18:15:31 +0000
commitbba98c4097b39c7083eb296e834ad9e3ecdc2499 (patch)
treefbe12c131b5f6b327920b6812c8a8f3fb5c91e5a
parentd44e3ad809e287fa0e2134bf1846b6322110b32b (diff)
downloadtor-bba98c4097b39c7083eb296e834ad9e3ecdc2499.tar.gz
tor-bba98c4097b39c7083eb296e834ad9e3ecdc2499.zip
changelog for 0.0.3
svn:r1333
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db1dd0ea16..b92fe63a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Changes in version 0.0.3 - 2004-03-26
+ o Warn and fail if server chose a nickname with illegal characters
+ o Port to Solaris and Sparc:
+ - include missing header fcntl.h
+ - have autoconf find -lsocket -lnsl automatically
+ - deal with hardware word alignment
+ - make uname() work (solaris has a different return convention)
+ - switch from using signal() to sigaction()
+ o Preliminary work on reputation system:
+ - Keep statistics on success/fail of connect attempts; they're published
+ by kill -USR1 currently.
+ - Add a RunTesting option to try to learn link state by creating test
+ circuits, even when SocksPort is off.
+ - Remove unused open circuits when there are too many.
+
+
Changes in version 0.0.2 - 2004-03-19
- Include strlcpy and strlcat for safer string ops
- define INADDR_NONE so we compile (but still not run) on solaris