summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-16 18:35:34 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-16 18:35:34 +0000
commitdfdb74961c835c0903fa1694b2e2970f1fae76de (patch)
treef2af01762338c52314bc6a01c823c8e7ad086393 /ChangeLog
parente82fcbeac17f0c6c71386bb2dc5e15ce930ed9ec (diff)
downloadtor-dfdb74961c835c0903fa1694b2e2970f1fae76de.tar.gz
tor-dfdb74961c835c0903fa1694b2e2970f1fae76de.zip
Backport: More bug 707 fixes: no #if/#endif pairs inside macro arguments.
svn:r15308
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d5c3f8f0f..14730083eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Changes in version 0.2.0.29 - 2008-06-13
o Minor bugfixes:
- - Fix a macro/CPP interactions that was confusing some compilers.
-
+ - Fix a macro/CPP interactions that was confusing some compilers:
+ some GCCs don't like #if/#endif pairs inside macro arguments.
+ Fix for bug 707.
Changes in version 0.2.0.28-rc - 2008-06-13