diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-23 00:13:57 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-23 00:13:57 -0400 |
commit | 0f3417d1dbffdf7a894cb02ac90ecf3de9d2cea7 (patch) | |
tree | 0cff108ec9a918b02c1fd93c18f33e2bacb0ff22 | |
parent | 8e3af72ed0ee10b732de1ceddd0d5c0e370bca52 (diff) | |
download | tor-0f3417d1dbffdf7a894cb02ac90ecf3de9d2cea7.tar.gz tor-0f3417d1dbffdf7a894cb02ac90ecf3de9d2cea7.zip |
finishing touches on the changelogtor-0.2.2.3-alpha
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ Changes in version 0.2.2.3-alpha - 2009-09-23 o Major bugfixes: - Fix an overzealous assert in our new circuit build timeout code. + Bugfix on 0.2.2.2-alpha; fixes bug 1103. o Minor bugfixes: - If the networkstatus consensus tells us that we should use a negative circuit package window, ignore it. Otherwise we'll - believe it and then trigger an assert. + believe it and then trigger an assert. Bugfix on 0.2.2.2-alpha. Changes in version 0.2.2.2-alpha - 2009-09-21 |