From: Roger Dingledine Date: Tue, 21 Sep 2010 01:32:18 +0000 (-0400) Subject: changelog entry for bug 1943 X-Git-Tag: tor-0.2.2.17-alpha~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec297338f3b4fd5cba59ee1f7abeda8e19a24b8;p=thirdparty%2Ftor.git changelog entry for bug 1943 --- diff --git a/changes/bug1943 b/changes/bug1943 new file mode 100644 index 0000000000..0005cef9b3 --- /dev/null +++ b/changes/bug1943 @@ -0,0 +1,4 @@ + o Minor features: + - Add some more defensive programming for architectures that can't + handle unaligned integer accesses. We don't know of any actual + bugs right now, but that's the best time to fix them.