diff options
author | teor <teor@torproject.org> | 2019-04-17 12:34:33 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-17 12:34:33 +1000 |
commit | 37d7daa3cd22a7dce833e09392bcdbadf6e047f1 (patch) | |
tree | 454c9a7a448dc65604c9dcdd6002ee2034f9e7c0 | |
parent | 367dd9cf0226c087d49225a20415e9a199d2d71f (diff) | |
download | tor-37d7daa3cd22a7dce833e09392bcdbadf6e047f1.tar.gz tor-37d7daa3cd22a7dce833e09392bcdbadf6e047f1.zip |
changes: update the changes file for 30001
-rw-r--r-- | changes/bug30001 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug30001 b/changes/bug30001 index e3304701e7..52e58872ef 100644 --- a/changes/bug30001 +++ b/changes/bug30001 @@ -2,3 +2,6 @@ - Use the approx_time() function when setting the "Expires" header in directory replies, to make them more testable. Needed for ticket 30001. + o Minor bug fixes (testing): + - Check the time in the "Expires" header with approx_time(). + Fixes bug 30001; bugfix on 0.4.0.4-rc. |