diff options
author | Roger Dingledine <arma@torproject.org> | 2009-11-17 15:35:14 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-11-17 15:35:14 -0500 |
commit | 0656c12b077f1241ca9b3b471b3d5f1b34dead94 (patch) | |
tree | c168bae34f15ea9a18f6d2e875949250d7bd5b96 /ChangeLog | |
parent | 0f212193a00f20d3a6cd0d1b63119bce04a509c4 (diff) | |
download | tor-0656c12b077f1241ca9b3b471b3d5f1b34dead94.tar.gz tor-0656c12b077f1241ca9b3b471b3d5f1b34dead94.zip |
add the 0.2.1.20 changelog blurb, plus update the releasenotes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,6 +16,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 |