Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:00:01
Changelog for FileZilla 3 (8068 changes):
2016-05-09 07:14 codesquid, revision 74792016-05-09 07:14 codesquid, revision 7478Tag 3.17.0.1
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hy.po
2016-05-09 06:46 codesquid, revision 7477Updated translations
2016-05-09 06:43 codesquid, revision 7476Change constness.
2016-05-07 20:05 codesquid, revision 7475Remove commented out line.
2016-05-07 17:28 codesquid, revision 7474Add quotes around argument. Fixes privilege escalation vulnerability in installer. #10832 reported by Cyril Vallicari from Ug_0 Security.
2016-05-05 19:41 codesquid, revision 7473Initialize uninitialized variable, fixes resuming SFTP downloads.
2016-05-05 19:31 codesquid, revision 7472Cleanup arithmetic.
2016-04-27 13:41 codesquid, revision 7463Avoid making and modifying a temporary copy of the input string in CServerPath::SetSafePath.
2016-04-27 11:50 codesquid, revision 7462Fixed typos.
2016-04-26 20:08 codesquid, revision 7461Do not attempt to open update dialog right when FileZilla is closing.
2016-04-25 07:49 codesquid, revision 7460For some bizarre reason loading the catalogs for the default locale fails on English non-US Windows installations, resulting in fallback to C locale. Ignore catalog loading errors if the default locale is requested.
2016-04-22 13:40 codesquid, revision 7459Fix small logic error, we only need one token.
2016-04-22 13:08 codesquid, revision 7457Fix date.
2016-04-22 13:01 codesquid, revision 7456Version bump to 3.17.0
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2016-04-22 12:15 codesquid, revision 7455Updated translations
2016-04-22 12:11 codesquid, revision 7454Spelling
2016-04-21 12:21 codesquid, revision 7453Fix typo that resulted in two strings marked translatable even though they shouldn't be.
2016-04-21 07:46 codesquid, revision 7452Small dialog size adjustment.
2016-04-20 17:18 codesquid, revision 7451Treat items as links if they have a URL tooltip.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2016-04-20 16:56 codesquid, revision 7450Load resources into update dialog and push them through to welcome dialog.
2016-04-20 16:32 codesquid, revision 7449Get rid of debugging preprocessor defines.
2016-04-20 14:18 codesquid, revision 7448Add a resources header to the update information.
- M /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.cpp
- M /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.h
2016-04-20 14:18 codesquid, revision 7447Implement wxFileSystemBlobHandler::FindFirst
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/xrc_helper.cpp
- M /FileZilla3/trunk/src/interface/xrc_helper.h
2016-04-20 09:12 codesquid, revision 7446Move loading of XRC handlers into own file.
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.cpp
- A /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.h
Add handler for wxFileSystem that can work with blobs where the filename is the hex-encoded content.