Преглед изворни кода

changelog entry for bug 1943

Roger Dingledine пре 15 година
родитељ
комит
fec297338f
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      changes/bug1943

+ 4 - 0
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.