]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changelog entry for bug 1943
authorRoger Dingledine <arma@torproject.org>
Tue, 21 Sep 2010 01:32:18 +0000 (21:32 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 21 Sep 2010 01:32:18 +0000 (21:32 -0400)
changes/bug1943 [new file with mode: 0644]

diff --git a/changes/bug1943 b/changes/bug1943
new file mode 100644 (file)
index 0000000..0005cef
--- /dev/null
@@ -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.