summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-22 00:44:42 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-22 00:44:42 +0000
commit42172829ce7b4538ab3f79201378f1ea5256bfdb (patch)
tree44fc386eb6d2f2abfe901dad6b85a1592f060db1 /ChangeLog
parentb481036266d699e9fb57f6fe4dab8ef329ca3702 (diff)
downloadtor-42172829ce7b4538ab3f79201378f1ea5256bfdb.tar.gz
tor-42172829ce7b4538ab3f79201378f1ea5256bfdb.zip
r16016@catbus: nickm | 2007-10-21 20:44:19 -0400
Check a platform assumption we have made without checking for too long: "Characters are represented in ascii." svn:r12088
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfea491beb..7e679724bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,10 @@ Changes in version 0.2.0.9-alpha - 2007-10-??
- Don't try to launch descriptor downloads quite so often when we
have enough directory information.
+ o Minor features (compilation):
+ - Detect non-ASCII platforms (if any still exist) and refuse to
+ build there. Some of our code assumes that 'A' is 65 and so on.
+
o Minor bugfixes (directory authorities):
- Correct the implementation of "download votes by digest." Bugfix on
0.2.0.8-alpha.