diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-26 17:21:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-26 17:21:07 -0400 |
commit | 031d8fcdab1e5551ae45880f3efdab6ebf192992 (patch) | |
tree | 5976113776a70445c41e51ed11a169e6c5a2ed1f /ChangeLog | |
parent | 9f61d8a3b3cc0433b622d552d76bf30e052e95ea (diff) | |
download | tor-031d8fcdab1e5551ae45880f3efdab6ebf192992.tar.gz tor-031d8fcdab1e5551ae45880f3efdab6ebf192992.zip |
merge in more changes entries
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,10 @@ Changes in version 0.2.1.31 - 2011-05-?? like Vidalia, in which case the controller would never get a REACHABILITY_SUCCEEDED status event. Bugfix on 0.1.2.6-alpha; fixes bug 1172. + - Build correctly on OSX with zlib 1.2.4 and higher with all warnings + enabled. Fixes bug 1526. + - Remove undocumented option "-F" from tor-resolve: it hasn't done + anything since 0.2.1.16-rc. - Avoid signed/unsigned comparisons by making SIZE_T_CEILING unsigned. None of the cases where we did this before were wrong, but by making this change we avoid warnings. Fixes bug 2475; bugfix on 0.2.1.28. @@ -59,6 +63,8 @@ Changes in version 0.2.1.31 - 2011-05-?? example due to a permissions change, between when we start up and when a controller calls SAVECONF. Fixes bug 3135; bugfix on 0.0.9pre6. + - Fix warnings from GCC 4.6's "-Wunused-but-set-variable" option. + Fixes bug 3208. - Always NUL-terminate the sun_path field of a sockaddr_un before passing it to the kernel. (Not a security issue: kernels are smart enough to reject bad sockaddr_uns.) Found by Coverity; |