aboutsummaryrefslogtreecommitdiff
path: root/changes/win32_unicode
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
commit1bc20f9c1a6b5733b0502a67ee160291f761b802 (patch)
tree46f8244733c70a9a168cb03c57710030b32faebb /changes/win32_unicode
parent286f407cd2ffbbbc41736fe4054faf870a1d96aa (diff)
downloadtor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar
tor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar.gz
merge changes files for upcoming release
Diffstat (limited to 'changes/win32_unicode')
-rw-r--r--changes/win32_unicode11
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/win32_unicode b/changes/win32_unicode
deleted file mode 100644
index f64a22f81..000000000
--- a/changes/win32_unicode
+++ /dev/null
@@ -1,11 +0,0 @@
- o Minor bugfixes
- - On Windows, build correctly either with or without Unicode support.
- This is necessary so that Tor can support fringe platforms like
- Windows 98 (which has no Unicode), or Windows CE (which has no
- non-Unicode). Bugfix on 0.2.2.14-alpha. Fixes bug 1797.
- - Fix the Windows directory-listing code. A bug introduced in
- 0.2.2.14-alpha could make Windows directory servers forget to
- load some of their cached v2 networkstatus files.
-
- o Testing
- - Add a unit test for cross-platform directory-listing code.