aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-17 09:38:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-17 09:38:48 -0400
commit2939cc3ba3afe5ef2c6a273eef18577274e6867b (patch)
treea5892a5ffe1623bfac4a28c1d3ea6d5f97103b15 /ChangeLog
parent2e342df7cdde5236ce2bdf2db457d193bdbffa5e (diff)
downloadtor-2939cc3ba3afe5ef2c6a273eef18577274e6867b.tar
tor-2939cc3ba3afe5ef2c6a273eef18577274e6867b.tar.gz
Note which compiler caused bug 6842
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c51720760..3ba1286c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,9 +36,9 @@ Changes in version 0.2.4.3-alpha - 2012-09-??
Previously, Tor would have confused (as-yet-unused) protocol version
numbers greater than 32 with lower ones on many platforms. Fixes
bug 6827; bugfix on 0.2.0.10-alpha. Found by George Kadianakis.
- - Fix building with older versions of GCC that don't like preprocessor
- directives inside macro arguments. Found by grarpamp. Fixes bug
- 6842; bugfix on 0.2.4.2-alpha.
+ - Fix building with older versions of GCC (2.95, for one) that don't
+ like preprocessor directives inside macro arguments. Found by
+ grarpamp. Fixes bug 6842; bugfix on 0.2.4.2-alpha.
- Switch weighted node selection rule from using a list of doubles
to using a list of int64_t. This change should make the process
slightly easier to debug and maintain. Needed to finish ticket 6538.