summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-10-12 17:01:52 +0000
committerRoger Dingledine <arma@torproject.org>2008-10-12 17:01:52 +0000
commitf789f1f16b67071ff3c7d685c30abb2fe98d1afa (patch)
tree8c8f93afdf97ca229d5fd3e5f478e56b4a33b197
parent115ea299524e170b325a0030d0102907bcd7f449 (diff)
downloadtor-f789f1f16b67071ff3c7d685c30abb2fe98d1afa.tar.gz
tor-f789f1f16b67071ff3c7d685c30abb2fe98d1afa.zip
cleanup changelog
svn:r17064
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ec18f01f93..cffec90b11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Changes in version 0.2.0.32 - 2008-??-??
o Minor bugfixes:
- Fix several infrequent memory leaks spotted by Coverity.
- When testing for libevent functions, set the LDFLAGS variable
- correctly. (Found by Riastradh.)
+ correctly. Found by Riastradh.
- Avoid a bug where the FastFirstHopPK 0 option would keep Tor from
bootstrapping with tunneled directory connections. Bugfix on
0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.
@@ -12,14 +12,14 @@ Changes in version 0.2.0.32 - 2008-??-??
the user knows what they were asking for. Fixes bug 752. Bugfix
on 0.0.9rc5. Diagnosed by BarkerJr.
- If we overrun our per-second write limits a little, count this as
- having used up our write allocation for the second, and choke outgoing
- directory writes. Previously, we had only counted this when we
- had met our limits precisely. Fixes bug 824. Patch from by rovv.
+ having used up our write allocation for the second, and choke
+ outgoing directory writes. Previously, we had only counted this when
+ we had met our limits precisely. Fixes bug 824. Patch from by rovv.
Bugfix on 0.2.0.x (??).
o Minor bugfixes (controller):
- - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on
- 0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807.
+ - Make DNS resolved events into "CLOSED", not "FAILED". Bugfix on
+ 0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807.
Changes in version 0.2.0.31 - 2008-09-03