diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-12-16 21:59:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-12-16 21:59:25 -0500 |
commit | 62c2a5a8838ac8eb97ab967e10e7a1e99d761d94 (patch) | |
tree | e408dcac0370063dba78ecb04cbff084a13be133 /ChangeLog | |
parent | 350181529e39c5b9dcec7f1ae7edf15946fee501 (diff) | |
parent | b9b430e136998e0e796d1879250cc7c8c84a01da (diff) | |
download | tor-62c2a5a8838ac8eb97ab967e10e7a1e99d761d94.tar.gz tor-62c2a5a8838ac8eb97ab967e10e7a1e99d761d94.zip |
Merge commit 'karsten/fix-cell-stats'
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Changes in version 0.2.2.7-alpha - 2009-??-?? 0.1.0.1-rc. - Update our OpenSSL 0.9.8l fix so that it works with OpenSSL 0.9.8m too. + - Do not segfault when writing buffer stats when we haven't observed + a single circuit to report about. Found by Fabian Lanze. Bugfix on + 0.2.2.1-alpha. Changes in version 0.2.2.6-alpha - 2009-11-19 |