diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 20:54:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 20:54:45 +0000 |
commit | e790dbe779de620bdb0b2f52d4d04ce84bb7c5a8 (patch) | |
tree | dc0756bf9d604c966a0c1b3d79a1d731a3730c6a /ChangeLog | |
parent | 5c03f82a650e3986c37466197d79d85906cce671 (diff) | |
download | tor-e790dbe779de620bdb0b2f52d4d04ce84bb7c5a8.tar.gz tor-e790dbe779de620bdb0b2f52d4d04ce84bb7c5a8.zip |
r18347@catbus: nickm | 2008-02-21 15:54:40 -0500
Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script.
svn:r13661
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - When SafeLogging is disabled, log addresses along with all TLS errors. + o Minor features (build): + - When built with --enable-gcc-warnings, check for whether Apple's + warning "-Wshorten-64-to-32" is enabled. + o Minor bugfixes: - Log the correct memory chunk sizes for empty RAM chunks in mempool.c. - Directory mirrors no longer include a guess at the client's IP |