diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-16 15:22:18 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-16 15:22:18 +0300 |
commit | cd72850e08f39413d281a480a78f38838ddf42e9 (patch) | |
tree | fb7177a1107c50605c74741de99d97f5474089b4 /changes | |
parent | 5ec751b38b6ea5b40dece321a2c673c6b7e9cf01 (diff) | |
parent | bfc5f09979d49867b373b9433edf37adce8c66dd (diff) | |
download | tor-cd72850e08f39413d281a480a78f38838ddf42e9.tar.gz tor-cd72850e08f39413d281a480a78f38838ddf42e9.zip |
Merge branch 'tor-github/pr/1316'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31475 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31475 b/changes/ticket31475 new file mode 100644 index 0000000000..e156c145a9 --- /dev/null +++ b/changes/ticket31475 @@ -0,0 +1,5 @@ + o Minor bugfixes (configuration): + - Invalid floating-point values in the configuration file are now + detected treated as errors in the configuration. Previously, they + were ignored and treated as zero. Fixes bug 31475; bugfix on + 0.0.1. |