diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-05 11:10:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-05 11:10:42 -0400 |
commit | d09a3ecd01330e2ec5da942a0469a37416da75ed (patch) | |
tree | ff7d33d41388e35867e534741ceb18af505ae55a /changes | |
parent | b482c870ca3d70bc5611b8eb447ebbe3418bf3a9 (diff) | |
parent | e7d34935fb3050065cf0d8350b5d75f72c1fe6c4 (diff) | |
download | tor-d09a3ecd01330e2ec5da942a0469a37416da75ed.tar tor-d09a3ecd01330e2ec5da942a0469a37416da75ed.tar.gz |
Merge remote-tracking branch 'public/getfilesize_64'
Conflicts:
src/common/compat.c
The getfilesize change conflicted with the removal of file_handle
from the windows tor_mmap_t.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/getfilesize_64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/getfilesize_64 b/changes/getfilesize_64 new file mode 100644 index 000000000..abcdab6ee --- /dev/null +++ b/changes/getfilesize_64 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - On Windows, correctly detect errors and large file sizes from + GetFileSize. Fixes bug 5957; bugfix on Tor 0.1.2.1-alpha. |