diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-29 12:37:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-29 12:37:07 -0400 |
commit | 3b8bf743ae6eca261dd46cde94371a4cca0c0689 (patch) | |
tree | f04f35d9720ae0a5046f62be2b3de5c89eaa7c7f /changes | |
parent | 97d0cb83ed096fea9917237d68fe7700fe9ed206 (diff) | |
parent | cdb0e6c2522aac372c9a816300dacfd62856dd48 (diff) | |
download | tor-3b8bf743ae6eca261dd46cde94371a4cca0c0689.tar.gz tor-3b8bf743ae6eca261dd46cde94371a4cca0c0689.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31036 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31036 b/changes/bug31036 new file mode 100644 index 0000000000..d9921dba43 --- /dev/null +++ b/changes/bug31036 @@ -0,0 +1,3 @@ + o Minor bugfixes (windows): + - Fix a bug that prevented Tor from starting if its log file + grew above 2GB. Fixes bug 31036; bugfix on 0.2.1.8-alpha. |