diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-17 17:43:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-17 17:43:25 +0000 |
commit | 99792df64585558ae51ec4b93f26ee42a07cd82c (patch) | |
tree | 184581e1540cab3bfab23a62989d3a8cee0b78f1 /ChangeLog | |
parent | 721899a44736607f6a6c9477cb42625c91fcec7a (diff) | |
download | tor-99792df64585558ae51ec4b93f26ee42a07cd82c.tar tor-99792df64585558ae51ec4b93f26ee42a07cd82c.tar.gz |
r13473@catbus: nickm | 2007-06-17 13:42:36 -0400
Fix solaris eventdns.c behavior. This time, I think I got it. We were redefining _FILE_OFFSET_BITS, and thereby calling fstat64() on a struct stat, or something like that.
svn:r10643
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - Add DNSPort connections to the global connection list, so that we can time them out correctly. (Bug found by mwenge) [Bugfix on 0.2.0.2-alpha] + - Fix eventdns.c behavior on Solaris: It is critical to include + orconfig.h _before_ sys/types.h, so that we can get the expected + definition of _FILE_OFFSET_BITS. [Bugfix on 0.1.2.x] o Minor bugfixes (hidden services): - Stop tearing down the whole circuit when the user asks for a |