summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-11 10:14:01 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-11 10:14:01 -0400
commita6180b7f290c52b03f8abe3caf2ce233399dd66f (patch)
tree03e84ecf4e9f0b7cc401b3033f34197198cd8c84 /changes
parentcb01aaea12b5ed217a1af2595aa9d658c4a52709 (diff)
parentbf9252587b4d7d970f02631b308451fb05ec5560 (diff)
downloadtor-a6180b7f290c52b03f8abe3caf2ce233399dd66f.tar.gz
tor-a6180b7f290c52b03f8abe3caf2ce233399dd66f.zip
Merge branch 'bug6097'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug59095
-rw-r--r--changes/fix_unicode3
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug5909 b/changes/bug5909
new file mode 100644
index 0000000000..61990faefa
--- /dev/null
+++ b/changes/bug5909
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - When building Tor on Windows with -DUNICODE (not default),
+ ensure that error messages, filenames, and DNS server names are
+ always NUL-terminated when we convert them to a single-byte
+ encoding. Fixes bug 5909; bugfix on 0.2.2.16-alpha.
diff --git a/changes/fix_unicode b/changes/fix_unicode
new file mode 100644
index 0000000000..b97c393954
--- /dev/null
+++ b/changes/fix_unicode
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Make Tor build correctly again with -DUNICODE -D_UNICODE defined.
+ Bugfix on 0.2.2.16-alpha; fixes bug 6097.