summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-10 19:08:46 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-10 19:08:46 +0000
commit2f183708216408cef226d9967d47b5d8889f2fb1 (patch)
tree053d55162fa64832a1eb14aed385f75d4f2f45e3 /ChangeLog
parentb322348e8a976e7bb27150c05f056d1d3dbcb826 (diff)
downloadtor-2f183708216408cef226d9967d47b5d8889f2fb1.tar.gz
tor-2f183708216408cef226d9967d47b5d8889f2fb1.zip
and here too
svn:r16835
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4ce66357d..8664609f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,13 @@ Changes in version 0.2.0.31 - 2008-09-03
Changes in version 0.2.1.5-alpha - 2008-08-31
+ Tor 0.2.1.5-alpha moves us closer to handling IPv6 destinations, puts
+ in a lot of the infrastructure for adding authorization to hidden
+ services, lays the groundwork for having clients read their load
+ balancing information out of the networkstatus consensus rather than
+ the individual router descriptors, addresses two potential anonymity
+ issues, and fixes a variety of smaller issues.
+
o Major features:
- Convert many internal address representations to optionally hold
IPv6 addresses.
@@ -143,6 +150,8 @@ Changes in version 0.2.1.5-alpha - 2008-08-31
Changes in version 0.2.1.4-alpha - 2008-08-04
+ Tor 0.2.1.4-alpha fixes a pair of crash bugs in 0.2.1.3-alpha.
+
o Major bugfixes:
- The address part of exit policies was not correctly written
to router descriptors. This generated router descriptors that failed
@@ -165,6 +174,12 @@ Changes in version 0.2.1.4-alpha - 2008-08-04
Changes in version 0.2.1.3-alpha - 2008-08-03
+ Tor 0.2.1.3-alpha implements most of the pieces to prevent
+ infinite-length circuit attacks (see proposal 110); fixes a bug that
+ might cause exit relays to corrupt streams they send back; allows
+ address patterns (e.g. 255.128.0.0/16) to appear in ExcludeNodes and
+ ExcludeExitNodes config options; and fixes a big pile of bugs.
+
o Bootstrapping bugfixes (on 0.2.1.x-alpha):
- Send a bootstrap problem "warn" event on the first problem if the
reason is NO_ROUTE (that is, our network is down).
@@ -233,6 +248,9 @@ Changes in version 0.2.1.3-alpha - 2008-08-03
Changes in version 0.2.0.29-rc - 2008-07-08
+ Tor 0.2.0.29-rc fixes two big bugs with using bridges, fixes more
+ hidden-service performance bugs, and fixes a bunch of smaller bugs.
+
o Major bugfixes:
- If you have more than one bridge but don't know their keys,
you would only launch a request for the descriptor of the first one