Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 15:00:01
Changelog for FileZilla 3 (8047 changes):
2008-02-28 10:40 botg, revision 2151- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
2008-02-27 20:17 botg, revision 2150OS X compile fix
- M /FileZilla3/trunk/data/install.nsi.in
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/resources/blukis/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/blukis/theme.xml
- M /FileZilla3/trunk/src/interface/resources/cyril/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/cyril/theme.xml
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/theme.xml
- D /FileZilla3/trunk/src/interface/resources/themes.xml
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.h
2008-02-27 12:20 botg, revision 2149[ 1901788 ] Use individual theme.xml files instead of global themes.xml
2008-02-27 09:25 botg, revision 2148Get PKA working with SSH2.
2008-02-26 23:51 botg, revision 2147Add fzputtygen to zip archive
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-02-26 19:39 botg, revision 2146Updated translations
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/ssh.c
2008-02-25 17:59 botg, revision 2145Put all the pieces together. So far SSH1 only.
2008-02-25 14:30 botg, revision 2144Fix typo
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- M /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
2008-02-24 22:47 botg, revision 2143Finish the SFTP settings page.
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_TW.po
2008-02-24 17:08 botg, revision 2142Updated translations
- M /FileZilla3/trunk/src/interface/inputdialog.cpp
- M /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/fzprintf.c
2008-02-23 14:24 botg, revision 2141Partially implement options page for SFTP public key authentication.
2008-02-22 19:00 botg, revision 2140Compilefix
2008-02-22 14:56 botg, revision 2139Implement fzputtygen. Really not intended for human use.
2008-02-21 18:30 botg, revision 2138Install fzputtygen.
2008-02-21 16:09 botg, revision 2137Compile fix
2008-02-21 15:01 botg, revision 2136Speed up local file listing. Under *nix, previous code called stat twice. Under win it called GetFileAttributes twice and stat once. New code just calls stat once on *nix and GetFileAttributes once on Windows.
- A /FileZilla3/trunk/src/putty/cmdgen.c
- A /FileZilla3/trunk/src/putty/fzprintf.c
- A /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/fzsftp.c
- M /FileZilla3/trunk/src/putty/fzsftp.h
- A /FileZilla3/trunk/src/putty/import.c
- M /FileZilla3/trunk/src/putty/Makefile.am
- A /FileZilla3/trunk/src/putty/notiming.c
- M /FileZilla3/trunk/src/putty/putty.h
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/Makefile.am
- M /FileZilla3/trunk/src/putty/windows/Makefile.am
2008-02-21 11:35 botg, revision 2135Initial import of fzputtygen. It will later be used by the SFTP page in the settings dialog to verify and convert private keys into PuTTY's native format.
2008-02-20 00:12 botg, revision 2134Fail if server sends multiple prompts. Requires interactive login.
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.cpp
- A /FileZilla3/trunk/src/interface/optionspage_connection_ftp.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/settingsdialog.cpp
2008-02-19 22:00 botg, revision 2133Apply [ 1896533 ] New FTP Sub-Category in the "Connection" Dialog
2008-02-19 16:57 botg, revision 2131Don't crash if resources could not be loaded.
2008-02-19 16:03 botg, revision 2119Sync with 3.0.7.x branch
2008-02-19 15:21 botg, revision 2118Fix timeouts if keep-alive enabled
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
2008-02-18 17:27 botg, revision 2117Language id might changedepending on wx version, use language code instead in wrapping engine.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-02-18 14:25 botg, revision 2116Fix some warnings
2008-02-17 23:39 botg, revision 2115Fix [ 1895058 ] File rename bug
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/sk_SK.po
Updated translations