diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-12 15:33:35 -0400 |
commit | 4165b1a0da893a9f67a2ba32b4fcd54a7804ce14 (patch) | |
tree | edbb59f93ec3278d095cd57d6febfb164cd512ef /changes | |
parent | d40e8695f42959d180fe563d447422327535c753 (diff) | |
parent | 20b01cece8cd2ceb7f8051aee04294bdba471f1a (diff) | |
download | tor-4165b1a0da893a9f67a2ba32b4fcd54a7804ce14.tar.gz tor-4165b1a0da893a9f67a2ba32b4fcd54a7804ce14.zip |
Merge branch 'bug18977_026_v2' into maint-0.2.7
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. |