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):
2007-05-16 17:18 Tim Kosse (botg) 2007-04-16 11:14 Tim Kosse (botg)- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/QueueCtrl.cpp: Change a warning message
- source/ApiLog.cpp, source/ApiLog.h, source/ControlSocket.cpp, source/FtpControlSocket.cpp, source/IdentServerControl.cpp, source/IdentServerDataSocket.cpp, source/SftpControlSocket.cpp, source/TransferSocket.cpp: Fix format string vulnerabilities.
- source/LanguageDLLs/Russian/FzResRu.rc: Visual Studio always messes with my include paths
- source/FzSFtp/winsftp.c: typo
- source/FzSFtp/winsftp.c: Use FILE_SHARE_READ in open_new_file
- source/MainFrm.cpp: Fix potential nullpointer dereference
- source/LanguageDLLs/Russian/FzResRu.rc: Fix bug [ 1682674 ], overlapping text labels
- source/QueueCtrl.cpp: "Process Queue" in queue context menu should not require a selection.
- source/StatusCtrl.cpp: Fix a potential nullpointer dereference
- source/misc/HyperLink.cpp, source/misc/hyperlink.h: Applied patch [ 1648345 ] FZ2 VS2005 compile fix
- source/install/FileZilla.nsi: missing
- source/install/FileZilla.nsi, source/install/download.ini [DEAD], source/install/download.nsh [DEAD], source/install/source.bat: Remove source and french documentation from installer, was broken for ages and I've no idea how to fix.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/FtpListResult.cpp: Compatibility improvement
- source/RetryServerList.cpp: Fix crashes, the old code was just broken.
- readme.htm, source/FileZilla.rc: versiom bump
- source/QueueCtrl.cpp: Fix buffer overflow in OnGetDispInfo
- source/LanguageDLLs/Bulgarian/fz_bulgarian.nsh, source/LanguageDLLs/Catalan/fz_catalan.nsh, source/LanguageDLLs/Czech/fz_czech.nsh, source/LanguageDLLs/English/fz_english.nsh, source/LanguageDLLs/French/fz_french.nsh, source/LanguageDLLs/German/fz_german.nsh, source/LanguageDLLs/Hungarian/fz_hungarian.nsh, source/LanguageDLLs/Italian/fz_italian.nsh, source/LanguageDLLs/Japanese/fz_japanese.nsh, source/LanguageDLLs/Korean/fz_korean.nsh, source/LanguageDLLs/Norwegian/fz_norwegian.nsh, source/LanguageDLLs/Polish/fz_polish.nsh, source/LanguageDLLs/Russian/fz_russian.nsh, source/LanguageDLLs/SimplifiedChinese/fz_simplifiedchinese.nsh, source/LanguageDLLs/Slovak/fz_slovak.nsh, source/LanguageDLLs/TraditionalChinese/fz_traditionalchinese.nsh, source/install/FileZilla.nsi: Fix bug [1626027]
- source/Options.cpp: Fix potential buffer overflow.
- source/LocalFileListCtrl.cpp: Fix local file list control freezing up
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: Version bump
- source/AsyncSslSocketLayer.cpp: Fixed SSL error some users did report
- source/LanguageDLLs/SimplifiedChinese/FzResChs.rc: fixed a typo
- source/FtpListResult.cpp: Fix month for Italian "ott"
- source/MainFrm.cpp: typo, --overwrite option did not work properly
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/TransferSocket.cpp: have to check for WSAESHUTDOWN in OnReceive if using SSL
- source/openssl/aes.h, source/openssl/asn1.h, source/openssl/bio.h, source/openssl/bn.h, source/openssl/dh.h, source/openssl/dsa.h, source/openssl/dso.h, source/openssl/e_os2.h, source/openssl/ec.h, source/openssl/engine.h, source/openssl/evp.h, source/openssl/idea.h, source/openssl/obj_mac.h, source/openssl/opensslconf.h, source/openssl/opensslv.h, source/openssl/rsa.h, source/openssl/ssl.h, source/openssl/tls1.h, source/openssl/x509v3.h: updated
- source/AsyncSslSocketLayer.cpp, source/AsyncSslSocketLayer.h: merged with changes from FileZilla Server
- source/SiteManager.cpp: use a larger buffer to prevent cutoff
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: bumped version to 2.2.27
- source/FtpListResult.cpp: Use proper values for German month names.
- source/FtpListResult.cpp: added missing Slovenian monthnames
- source/FtpListResult.cpp: backport from FZ3: Add another VMS variant.
- source/FileAttributes.cpp: fix sticky bit.
- source/Options.cpp: ´fix reading of settings from HKLM
- source/TransferSocket.cpp: fix transfer progress for MODE Z downloads
- source/AsyncSslSocketLayer.cpp, source/AsyncSslSocketLayer.h, source/FzSFtp/PSFTP.C: spelling fixes
- source/FtpListResult.cpp: fix nullpointer dereference
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/CommandQueue.cpp, source/Options.cpp, source/Options.h: More fixes to server remembering.This code could really need a rewrite.
- source/FileZilla.cpp: Fix quoted arguments for -config parameter.
- readme.htm, source/FileZilla.rc, source/FileZilla.vcproj, source/install/FileZilla.nsi: version bump
- source/ControlSocket.cpp, source/ControlSocket.h, source/SftpControlSocket.cpp, source/TransferSocket.cpp: more cleanup to speedlimit code
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp: round filesizes up
- source/MainFrm.cpp: Apply patch [ 1509038 ], remember maximized state properly
- source/LanguageDLLs/German/FzResDe.rc: False friend: 'Seite' is not the proper translation for 'site'. Use the meaning of 'server' for 'site'. 'Server Manager' -> 'Server Verwaltung' is a much better translation.
- source/Options.cpp: timezone offset is stored in minutes, not hours. Fix rangecheck.