]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add a changelog and bump to 0.0.8rc2 tor-0.0.8rc2
authorRoger Dingledine <arma@torproject.org>
Fri, 20 Aug 2004 21:41:19 +0000 (21:41 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 20 Aug 2004 21:41:19 +0000 (21:41 +0000)
svn:r2303

ChangeLog
configure.in

index f62ada6738c290897d3cff12afb1838500b788c6..284708868582ed5fee30aa10d2ca3801979fbabc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 Release notes in progress for 0.0.8:
+rc2:
+  o Make it compile on cygwin again.
+  o When picking unverified routers, skip those with low uptime and/or
+    low bandwidth, depending on what properties you care about.
+
 rc1:
   o Changes from 0.0.7.3:
     - Bugfixes:
index 47f44137b0b32c3c9842360605c6b7906ebe9a6d..016bbaefdf939c28c83f7dc585df6561397efde8 100644 (file)
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.8rc1)
+AM_INIT_AUTOMAKE(tor, 0.0.8rc2)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST