Changelogs
Overview
These changelogs reflect the history of all files in the CVS repository. The changelog has been generated at 2007-11-22 10:46
Changelog for Legacy FileZilla 2 (1767 changes):
2006-07-13 10:59 Tim Kosse (botg)- source/Options.cpp: timezone offset is stored in minutes, not hours. Fix rangecheck.
- source/LocalFileListCtrl.cpp: local drag&drop operations didn't move all files.
- source/FtpControlSocket.cpp: Fix file uploads if CWD fails with 4yz reply code. Based on patch #1517579
- source/SftpControlSocket.cpp, source/TransferSocket.cpp: bFileTransfer flag of transfer status messages was incorrectly set even for directory listings.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/ControlSocket.cpp: typo
- source/ControlSocket.cpp: This should fix 90% of all reported crashes.
- source/ControlSocket.cpp, source/ControlSocket.h, source/SftpControlSocket.cpp, source/TransferSocket.cpp: small cleanup of speedlimit code
- source/MainFrm.cpp: fix URLs of the form ftp://someuser@somehost/ passed in quickconnect host field.
- source/FtpControlSocket.cpp, source/FtpControlSocket.h: Fix connection establishment if using SSL (or some other layer) and CFtpControlSocket::Create encountered a port that was in use.
- source/Options.cpp: Apply patch #1506155: UTF-8 option not saved properly.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/LanguageDLLs/Polish/FzResPo.rc: menu was missing inside Site Manager
- source/FtpListResult.cpp: added Finnish month names
- source/DirTreeCtrl.cpp, source/DirTreeCtrl.h: missing commit
- source/DirTreeCtrl.cpp: corrected calling convention
- source/DirTreeCtrl.cpp: load SHGetFolderPath dynamically, disable desktop display if function not found
- source/DirTreeCtrl.cpp: use SHGetFolderPath instead of SHGetSpecialFolderPath, should fix NT4 compatibility
- source/DirTreeCtrl.cpp: partially reverse patch #1496596: fix sorting problems patch did not work properly
- source/FtpListResult.cpp: compile fix
- source/DirTreeCtrl.cpp: apply patch #1496596: fix sorting problems
- source/DirTreeCtrl.cpp: Use CSIDL_DESKTOPDIRECTORY instead of CSIDL_DESKTOP to get desktop path.
- source/IdentServerControl.cpp: fix assertion
- readme.htm, source/FileZilla.rc, source/FileZilla.vcproj, source/install/FileZilla.nsi: version bump
- source/FtpControlSocket.cpp: [no log message]