diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-26 16:34:20 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-26 16:34:20 -0400 |
commit | 9ac4ceb0d493bb7f743ed621189f5877f128f747 (patch) | |
tree | fe432050ac9fd8ec375060a601c1dbaa27f46ccb /changes/bug2235 | |
parent | 7c29b6996ee315cf2d8fdd6fe53b47512174be77 (diff) | |
parent | cecc5b7aa1030eddcf1a613d103b81f5cb98e959 (diff) | |
download | tor-9ac4ceb0d493bb7f743ed621189f5877f128f747.tar.gz tor-9ac4ceb0d493bb7f743ed621189f5877f128f747.zip |
Merge branch 'maint-0.2.1' into release-0.2.1
Diffstat (limited to 'changes/bug2235')
-rw-r--r-- | changes/bug2235 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2235 b/changes/bug2235 new file mode 100644 index 0000000000..0c3bafa44f --- /dev/null +++ b/changes/bug2235 @@ -0,0 +1,3 @@ + o Minor bugfixes + - Avoid crashes when AccountingMax is set on clients. Fixes bug 2235; + Bugfix on 0.2.2.18-alpha. Diagnosed by boboper. |