aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-30 10:16:04 -0400
committerNick Mathewson <nickm@torproject.org>2009-07-30 10:16:04 -0400
commitdf354a002cbb8d10f7bf9fd1cae4ca48c53c56bc (patch)
tree2f5912a9524a8a73369158050ab24d4f14ef49f6 /ChangeLog
parentefe966944d6f8fd4374ccc19b10adfe762034f47 (diff)
parent4577bda7669885c077624f99657520b7b0f6f96b (diff)
downloadtor-df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc.tar.gz
tor-df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc.zip
Merge commit 'origin/maint-0.2.1'
Resolved onflicts in: ChangeLog src/or/config.c src/or/or.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1465407ce7..1d9b71b766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,10 +51,19 @@ Changes in version 0.2.2.1-alpha - 2009-0?-??
controllers.
+Changes in version 0.2.1.20 - 2009-??-??
+ o Minor bugfixes:
+ - Fix a signed/unsigned compile warning in 0.2.1.19.
+
+
Changes in version 0.2.1.19 - 2009-07-28
+ Tor 0.2.1.19 fixes a major bug with accessing and providing hidden
+ services on Tor 0.2.1.3-alpha through 0.2.1.18.
+
o Major bugfixes:
- - Make accessing hidden services on 0.2.1.x work right
- again. Bugfix on 0.2.1.3-alpha; workaround for bug 1038.
+ - Make accessing hidden services on 0.2.1.x work right again.
+ Bugfix on 0.2.1.3-alpha; workaround for bug 1038. Diagnosis and
+ part of patch provided by "optimist".
o Minor features:
- When a relay/bridge is writing out its identity key fingerprint to
@@ -73,6 +82,12 @@ Changes in version 0.2.1.19 - 2009-07-28
Changes in version 0.2.1.18 - 2009-07-24
+ Tor 0.2.1.18 lays the foundations for performance improvements,
+ adds status events to help users diagnose bootstrap problems, adds
+ optional authentication/authorization for hidden services, fixes a
+ variety of potential anonymity problems, and includes a huge pile of
+ other features and bug fixes.
+
o Build fixes:
- Add LIBS=-lrt to Makefile.am so the Tor RPMs use a static libevent.