diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-06 10:06:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-06 10:06:07 -0400 |
commit | edc9256e95e307092d57cf273ac699f33cb0192b (patch) | |
tree | caca10af727a849131c1d23716cd7d6e3a97487e /changes | |
parent | 20817403173dcd2f8128c9c8b14491117cdc40b6 (diff) | |
parent | c0c78682508c72940c8c7eee99aaea0da16ce34a (diff) | |
download | tor-edc9256e95e307092d57cf273ac699f33cb0192b.tar tor-edc9256e95e307092d57cf273ac699f33cb0192b.tar.gz |
Merge remote branch 'public/win_unicode_fixes'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/win32_unicode | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/win32_unicode b/changes/win32_unicode new file mode 100644 index 000000000..f64a22f81 --- /dev/null +++ b/changes/win32_unicode @@ -0,0 +1,11 @@ + 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. |