Roger Dingledine 15 лет назад
Родитель
Сommit
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.