diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-03 13:45:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-03 13:45:10 -0500 |
commit | 0893793f0103467ffa0e0474013e4f6f88ecdc18 (patch) | |
tree | e6f4eaf4b90761f8297b4d2a7fcb5418585775b5 /changes | |
parent | 0bd884cd5b5e22283f7fa02a5ff4ef86ebd32095 (diff) | |
parent | c0f1517d87d0c858ba8472eb85fd31df73f4b4d1 (diff) | |
download | tor-0893793f0103467ffa0e0474013e4f6f88ecdc18.tar.gz tor-0893793f0103467ffa0e0474013e4f6f88ecdc18.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-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. |