aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-16 18:35:21 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-16 18:35:21 +0000
commitdd6324b0c67a6fd5c69cb04896f223e671e7c65a (patch)
tree1b2ae5ab4c402d144b439795991d988ab8d1e8e9 /ChangeLog
parent6299f4429a6a055ca9d5b6f06da9efd025bd1630 (diff)
downloadtor-dd6324b0c67a6fd5c69cb04896f223e671e7c65a.tar
tor-dd6324b0c67a6fd5c69cb04896f223e671e7c65a.tar.gz
More bug 707 fixes: no #if/#endif pairs inside macro arguments.
svn:r15307
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 435bc6421..6f623e6ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,9 @@ Changes in version 0.2.1.2-alpha - 2008-??-??
o Bugfixes:
- Asking for a conditional consensus at .../consensus/<fingerprints>
would crash a dirserver if it did not already have a consensus.
- - Clean up some macro/cpp interactions.
+ - Clean up some macro/CPP interactions: some GCC versions don't like
+ #if/#endif pairs inside macro arguments. Fixes bug 707.
+
Changes in version 0.2.1.1-alpha - 2008-06-13
o Major features: