aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-31 10:42:41 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-31 10:42:41 -0500
commit48424772aa9a7b3ed4710471a205a841d69337bd (patch)
tree9dc6e9ec25b1015eb8593cd88d0cf130bcf1dcc0 /changes
parent2b29c8f48f5c4b9b172e5975adba61a72a275a7a (diff)
downloadtor-48424772aa9a7b3ed4710471a205a841d69337bd.tar.gz
tor-48424772aa9a7b3ed4710471a205a841d69337bd.zip
Actually enable the windows absolute-path code
Checking for "WINDOWS" is wrong; our magic macro is MS_WINDOWS Fixes bug 4973; bugfix on 0.2.3.11-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug49733
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4973 b/changes/bug4973
new file mode 100644
index 0000000000..dd3ad690b7
--- /dev/null
+++ b/changes/bug4973
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Calculate absolute paths correctly on Windows. Fixes bug 4973;
+ bugfix on 0.2.3.11-alpha.