diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-10 18:25:57 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-10 18:25:57 -0400 |
commit | d85b563dbb0c57bc5731e664952ed3f8b9a8f6e8 (patch) | |
tree | 29d4732b31c1f5309ada36b3a37a48a3fbf68303 /changes | |
parent | 19b2126119cc3eb39bcfd6055557440d84510f51 (diff) | |
parent | 8731a4e148e23d8edbb7f32bdfeee30c326f33cc (diff) | |
download | tor-d85b563dbb0c57bc5731e664952ed3f8b9a8f6e8.tar.gz tor-d85b563dbb0c57bc5731e664952ed3f8b9a8f6e8.zip |
Merge branch 'maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6801 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6801 b/changes/bug6801 new file mode 100644 index 0000000000..ef21acc98f --- /dev/null +++ b/changes/bug6801 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Avoid segfault when starting up having run with an extremely old + version of Tor and parsing its state file. Fixes bug 6801; bugfix on + 0.2.2.23-alpha. + |