]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for gisle vanem's MSVC fix
authorNick Mathewson <nickm@torproject.org>
Mon, 12 May 2014 15:49:17 +0000 (11:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 12 May 2014 15:49:17 +0000 (11:49 -0400)
changes/msvc_fix [new file with mode: 0644]

diff --git a/changes/msvc_fix b/changes/msvc_fix
new file mode 100644 (file)
index 0000000..6d4531b
--- /dev/null
@@ -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.