summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-29 02:21:02 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-29 02:21:02 +0000
commite8a3fa91a60310559d6ef3eb66663eab4c55b1c1 (patch)
tree17dc47ab473e94d8c4abc9c88a59fff4214d0846 /ChangeLog
parentb0a8ecd19377d13592819b1bc17ea513523b2ed4 (diff)
downloadtor-e8a3fa91a60310559d6ef3eb66663eab4c55b1c1.tar.gz
tor-e8a3fa91a60310559d6ef3eb66663eab4c55b1c1.zip
Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android.
svn:r17805
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1861010647..94ae9b9878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,11 @@ Changes in version 0.2.1.10-alpha - 2009-01-??
- Make get_interface_address() function work properly again; stop
guessing the wrong parts of our address as our address.
+ o Code simplifications and refactoring:
+ - Change our header file guard macros to be less likely to conflict
+ with system headers. Adam Langley noticed that we were conflicting
+ with log.h on Android.
+
Changes in version 0.2.1.9-alpha - 2008-12-25
o New directory authorities: