From 980f74f4551efb1cb4bcde1465111008fd3ab740 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 18 Feb 2004 08:54:35 +0000 Subject: [PATCH] bump us to pre21, add ChangeLog entries svn:r1107 --- ChangeLog | 15 +++++++++++++++ configure.in | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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"