From: Nick Mathewson Date: Mon, 12 May 2014 15:49:17 +0000 (-0400) Subject: changes file for gisle vanem's MSVC fix X-Git-Tag: tor-0.2.5.5-alpha~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75e850efe6d5c6d0de7e99f71671d2983afcad4c;p=thirdparty%2Ftor.git changes file for gisle vanem's MSVC fix --- diff --git a/changes/msvc_fix b/changes/msvc_fix new file mode 100644 index 0000000000..6d4531bff6 --- /dev/null +++ b/changes/msvc_fix @@ -0,0 +1,3 @@ + o Minor bugfixes (build): + - Fix compilation of test_status.c when building with MVSC. + Bugfix on 0.2.5.4-alpha. Patch from Gisle Vanem.