Przeglądaj źródła

bump us to pre21, add ChangeLog entries

svn:r1107
Roger Dingledine 20 lat temu
rodzic
commit
980f74f455
2 zmienionych plików z 16 dodań i 1 usunięć
  1. 15 0
      ChangeLog
  2. 1 1
      configure.in

+ 15 - 0
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

+ 1 - 1
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"