summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-18 08:54:35 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-18 08:54:35 +0000
commit980f74f4551efb1cb4bcde1465111008fd3ab740 (patch)
treeb3167567806f8e4db367a8bf626c74173c109bec
parent35c17c5a8b852c0b0c2e5fe3298c396c14b5e77a (diff)
downloadtor-980f74f4551efb1cb4bcde1465111008fd3ab740.tar.gz
tor-980f74f4551efb1cb4bcde1465111008fd3ab740.zip
bump us to pre21, add ChangeLog entries
svn:r1107
-rw-r--r--ChangeLog15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4182aa9ddf..5197c270e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes in version 0.0.2pre21 - 2004-02-18
+ o New features:
+ - There's a ChangeLog file that actually reflects the changelog.
+ - There's a 'torify' script, with an accompanying tor-tsocks.conf,
+ that simplifies the process of using tsocks for tor. Plus it has a
+ man page.
+ - The tor binary gets installed to sbin rather than bin now.
+ - Retry streams where the connected cell hasn't arrived in 15 seconds
+ - Clean up exit policy handling -- get the default out of the torrc, so we can update it without forcing each server operator to fix
+ his/her torrc.
+ - Allow imaps and pop3s in default exit policy
+ o Bugfixes:
+ - Prevent picking middleman nodes as the last node in the circuit
+
+
Changes in version 0.0.2pre20 - 2004-01-30
o New features:
- We now have a deb package, and it's in debian unstable. Go to
diff --git a/configure.in b/configure.in
index 69bf1d9168..a0dc99474a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre20)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre21)
AM_CONFIG_HEADER(orconfig.h)
CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"