diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-10 16:39:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-10 16:39:41 +0100 |
commit | 118f2918b33c31dec5f9e9f99aedc22c626a3b61 (patch) | |
tree | 62b89ffed5b310aaf8e4ded7481c805eae4f8ea8 /ChangeLog | |
parent | 11b3dd2874a60aec5ae286dc99f13bd4a5de4cd8 (diff) | |
download | weechat-118f2918b33c31dec5f9e9f99aedc22c626a3b61.zip |
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug #31531)
This commit fixes another bug when file is sent: sometimes transfer was still
active although file was successfully sent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ Version 0.3.4 (under dev!) * python: add info "python2_bin" (path to python 2.x interpreter) * lua: fix crash when unloading script * ruby: fix compilation with Ruby 1.9.2 (patch #7316) +* xfer: fix dcc file transfer for large files (more than 4 GB) on 32-bit systems + (bug #31531) +* xfer: fix bug at end of file sent, sometimes transfer is still active although + file was successfully sent Version 0.3.3 (2010-08-07) -------------------------- |