diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:47 -0400 |
commit | e8cc9f3edf21ff56ba16cf716e74eb1efba0b0f1 (patch) | |
tree | 542f6c5e4efe8c4e4c2ff9cb1dab099d18e9791f /changes | |
parent | ce6f2d1c4da5125cdd4a69fcc4cd45f7c3d6ca8d (diff) | |
parent | 4165b1a0da893a9f67a2ba32b4fcd54a7804ce14 (diff) | |
download | tor-e8cc9f3edf21ff56ba16cf716e74eb1efba0b0f1.tar.gz tor-e8cc9f3edf21ff56ba16cf716e74eb1efba0b0f1.zip |
Merge branch 'maint-0.2.7' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18977 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18977 b/changes/bug18977 new file mode 100644 index 0000000000..3f46b09fba --- /dev/null +++ b/changes/bug18977 @@ -0,0 +1,4 @@ + o Minor bugfixes (time handling): + - When correcting a corrupt 'struct tm' value, fill in the tm_wday + field. Otherwise, our unit tests crash on Windows. + Fixes bug 18977; bugfix on 0.2.2.25-alpha. |