diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-08-26 11:20:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-08-26 11:21:38 -0400 |
commit | 29ec66fb39ec07df6809f47741dc48d9d366ef22 (patch) | |
tree | e420ae4aed589a9b95b4c9d332283d8c25b6c9e1 /changes/bug40383 | |
parent | bbbeed942f10b8076d56d3fc6c700b14e4e957d3 (diff) | |
download | tor-29ec66fb39ec07df6809f47741dc48d9d366ef22.tar.gz tor-29ec66fb39ec07df6809f47741dc48d9d366ef22.zip |
Remove changes files that have already been in changelogs for 0.4.6
Diffstat (limited to 'changes/bug40383')
-rw-r--r-- | changes/bug40383 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug40383 b/changes/bug40383 deleted file mode 100644 index c4ca46fac7..0000000000 --- a/changes/bug40383 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (timekeeping): - - Calculate the time of day correctly on systems where the time_t - type includes leap seconds. (This is not the case on most - operating systems, but on those where it occurs, our tor_timegm - function did not correctly invert the system's gmtime function, - which could result in assertion failures when calculating - voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha. |