diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-11 14:04:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-11 14:04:02 -0400 |
commit | dac18e0b2085814c32070d603c4c94297ee778cc (patch) | |
tree | 5a35806d316441e7a87810a4737941ebb170ce65 | |
parent | 5d83c34ef9dccab311b9991abc3904ab409c5cfc (diff) | |
download | tor-dac18e0b2085814c32070d603c4c94297ee778cc.tar.gz tor-dac18e0b2085814c32070d603c4c94297ee778cc.zip |
More changelog edits (thanks, seborn!)tor-0.4.0.4-rc
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ Changes in version 0.4.0.4-rc - 2019-04-11 o Minor features (circuit padding): - Stop warning about undefined behavior in the probability distribution tests. Float division by zero may technically be - undefined behaviour in C, but it's well-defined in IEEE 754. + undefined behavior in C, but it's well defined in IEEE 754. Partial backport of 29298. Closes ticket 29527; bugfix on 0.4.0.1-alpha. @@ -87,7 +87,7 @@ Changes in version 0.4.0.4-rc - 2019-04-11 o Minor bugfixes (circuitpadding testing): - Minor tweaks to avoid rare test failures related to timers and - monotime. Fixes bug 29500; bugfix on 0.4.0.1-alpha + monotonic time. Fixes bug 29500; bugfix on 0.4.0.1-alpha. o Minor bugfixes (directory authorities): - Actually include the bandwidth-file-digest line in directory |