diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-11-15 13:29:32 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-11-15 13:34:04 +0100 |
commit | 4b8d2ad6f57e4e1c21b4af7f20bc7da0d3286f3d (patch) | |
tree | 535dd891a1964a8773395754a3146687222f37b3 /changes | |
parent | 4af82fb3886e8be25ba83a1f93da54bf0d5d7974 (diff) | |
download | tor-4b8d2ad6f57e4e1c21b4af7f20bc7da0d3286f3d.tar.gz tor-4b8d2ad6f57e4e1c21b4af7f20bc7da0d3286f3d.zip |
Fix compile warnings on windows
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4469 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4469 b/changes/bug4469 new file mode 100644 index 0000000000..e9e390ccfe --- /dev/null +++ b/changes/bug4469 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a couple of compile warnings on Windows. Fixes bug 4469; bugfix + on 0.2.3.4-alpha and 0.2.3.6-alpha. + |