diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:56 -0400 |
commit | 7bc9d1e00204c5f11ccf81a9eeca3efaead63cc9 (patch) | |
tree | f9e412ee16e8f97792fc009bf466669312c28c17 /changes | |
parent | 44cbd00dfaba8314dea274d5c4535adc3c202220 (diff) | |
parent | e8cc9f3edf21ff56ba16cf716e74eb1efba0b0f1 (diff) | |
download | tor-7bc9d1e00204c5f11ccf81a9eeca3efaead63cc9.tar.gz tor-7bc9d1e00204c5f11ccf81a9eeca3efaead63cc9.zip |
Merge branch '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. |