aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-11-17 15:39:46 -0500
committerRoger Dingledine <arma@torproject.org>2009-11-17 15:39:46 -0500
commit55cd2fa310ae328eba3ed99992e530faa2471a97 (patch)
tree4dc38aec0fcaf6e98fa4637192ce0d21502b8c11 /ChangeLog
parente722ffa60508d4959566eb210aa8e2a00c6cf899 (diff)
parent0656c12b077f1241ca9b3b471b3d5f1b34dead94 (diff)
downloadtor-55cd2fa310ae328eba3ed99992e530faa2471a97.tar
tor-55cd2fa310ae328eba3ed99992e530faa2471a97.tar.gz
Merge commit 'origin/maint-0.2.1'
Conflicts: debian/changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3fd6c0c4..8a3432844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -329,6 +329,18 @@ Changes in Version 0.2.1.21 - 20??-??-??
Changes in version 0.2.1.20 - 2009-10-15
+ Tor 0.2.1.20 fixes a crash bug when you're accessing many hidden
+ services at once, prepares for more performance improvements, and
+ fixes a bunch of smaller bugs.
+
+ The Windows and OS X bundles also include a more recent Vidalia,
+ and switch from Privoxy to Polipo.
+
+ The OS X installers are now drag and drop. It's best to un-install
+ Tor/Vidalia and then install this new bundle, rather than upgrade. If
+ you want to upgrade, you'll need to update the paths for Tor and Polipo
+ in the Vidalia Settings window.
+
o Major bugfixes:
- Send circuit or stream sendme cells when our window has decreased
by 100 cells, not when it has decreased by 101 cells. Bug uncovered