summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-07-28 18:19:57 -0400
committerRoger Dingledine <arma@torproject.org>2009-07-28 18:19:57 -0400
commite8e88922a789e3317c881521110bfa9a7bdce597 (patch)
tree58180b8ab702ae5968135f8727065c7b3baea84a /ChangeLog
parent7b716878cb6837756bd65ed788e5d8d89d8af56c (diff)
parent69706f99e80aec9414e6a54e76346d4cf89f1a4c (diff)
downloadtor-e8e88922a789e3317c881521110bfa9a7bdce597.tar.gz
tor-e8e88922a789e3317c881521110bfa9a7bdce597.zip
Merge branch 'maint-0.2.1' into master
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5871ddfbfc..1465407ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.2.1-alpha - 2009-07-2?
+Changes in version 0.2.2.1-alpha - 2009-0?-??
o Major features:
- Add support for dynamic OpenSSL hardware crypto acceleration engines
via new AccelName and AccelDir options.
@@ -51,6 +51,27 @@ Changes in version 0.2.2.1-alpha - 2009-07-2?
controllers.
+Changes in version 0.2.1.19 - 2009-07-28
+ 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.
+
+ o Minor features:
+ - When a relay/bridge is writing out its identity key fingerprint to
+ the "fingerprint" file and to its logs, write it without spaces. Now
+ it will look like the fingerprints in our bridges documentation,
+ and confuse fewer users.
+
+ o Minor bugfixes:
+ - Relays no longer publish a new server descriptor if they change
+ their MaxAdvertisedBandwidth config option but it doesn't end up
+ changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc;
+ fixes bug 1026. Patch from Sebastian.
+ - Avoid leaking memory every time we get a create cell but we have
+ so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha;
+ fixes bug 1034. Reported by BarkerJr.
+
+
Changes in version 0.2.1.18 - 2009-07-24
o Build fixes:
- Add LIBS=-lrt to Makefile.am so the Tor RPMs use a static libevent.