bump us to pre21, add ChangeLog entries

svn:r1107
This commit is contained in:
Roger Dingledine 2004-02-18 08:54:35 +00:00
parent 35c17c5a8b
commit 980f74f455
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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"