Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 13:00:01
Changelog for FileZilla 3 (8068 changes):
2009-08-13 12:44 botg, revision 33222009-08-13 12:19 botg, revision 3321Updated translations
2009-08-12 19:02 botg, revision 3320Bump to GnuTLS 2.8.3, 2.8.2 didn't last long.
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
2009-08-10 15:00 botg, revision 3319Keep data copied to clipboard even if FZ closes, fixes #4737. Also required wx to be patched with wx#11102
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-08-10 13:51 botg, revision 3318Update translations
2009-08-10 12:35 botg, revision 3317GnuTLS 2.8.2 is out with several buffixes affecting FileZilla. Make it a requirement.
2009-08-10 12:34 botg, revision 3316Use a new enum for address family, makes it easier to work with
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/misc.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2009-08-09 19:02 botg, revision 3315Use a new enum for address family, makes it easier to work with
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/misc.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
2009-08-09 15:56 botg, revision 3314Make resolver IPv6 capable (unlikely that it'll ever be used though), explicitly request IPv4 wherever used.
2009-08-08 12:19 botg, revision 3313Add option to connect on specific address family only.
2009-08-08 12:16 botg, revision 3312Ensure buttons to manipulate filter sets are all same size
2009-08-08 12:10 botg, revision 3311Small layout improvement on search dialog
2009-08-06 17:01 botg, revision 3310Handle escape key (or equivalent) to close search dialog
2009-08-06 16:59 botg, revision 3309Version bump
2009-08-06 16:32 botg, revision 3308Adjust control spacing
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- A /FileZilla3/trunk/locales/hr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-08-06 16:17 botg, revision 3307Update translations
2009-08-04 19:22 botg, revision 3303Fix typo in error message.
2009-08-04 10:48 botg, revision 3302Typo.
2009-08-04 10:28 botg, revision 3301GCC is odd...
2009-08-04 10:21 botg, revision 3300Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
2009-08-04 09:21 botg, revision 3299Updated translations
2009-08-04 09:20 botg, revision 3298Allow file to be included by FZ interface.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
2009-08-04 09:15 botg, revision 3297Process certificate notification
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-04 09:13 botg, revision 3296Add update log to failed page.
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2009-08-03 21:55 botg, revision 3295Don't needlessly print "Disconnected from server" so many times.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-03 19:55 botg, revision 3294Verify checksum. Using sha512 code from putty.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.h
2009-08-03 19:51 botg, revision 3293Implement HTTPS support and make update wizard use it.
2009-08-03 19:45 botg, revision 3292Add option for trusted root certificate and introduce concept of internal options
2009-08-02 13:52 botg, revision 3291More extensive certificate validation.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2009-08-02 13:34 botg, revision 3290Fix warnings
2009-08-02 13:28 botg, revision 3289Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
2009-08-02 10:39 botg, revision 3288Updated translations
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-08-02 10:10 botg, revision 3287Calculate right button size
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2009-08-02 09:28 botg, revision 3286Add status bar to search dialog.
- M /FileZilla3/trunk/src/interface/customheightlistctrl.cpp
- M /FileZilla3/trunk/src/interface/customheightlistctrl.h
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-08-01 17:15 botg, revision 3285Implement proper keyboard navigation in search and filter edit dialogs.
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filteredit.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-08-01 10:43 botg, revision 3284Make filter edit dialog resizable.
- M /FileZilla3/trunk/src/fzshellext/fzshellext.vcproj
- M /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll
2009-08-01 10:32 botg, revision 3283Rebuild 64bit version of shell extension
2009-08-01 10:26 botg, revision 3282Update copyright year
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
2009-08-01 10:08 botg, revision 3281Cleanup
- M /FileZilla3/trunk/src/interface/resources/filezilla.rc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2009-07-30 15:58 botg, revision 3280Attach manifest only if using GNU windres
2009-07-29 09:56 botg, revision 3279Set minsize, clarify matching string.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-07-28 13:47 botg, revision 3278Use a wxChoice for match type
2009-07-28 13:26 botg, revision 3277Cleanup, don't use ugly Id hackery
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-07-28 13:23 botg, revision 3276Fix svn:eol-style
- M /FileZilla3/trunk/src/interface/customheightlistctrl.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
2009-07-28 12:22 botg, revision 3275Sizing issues under wxGTK
2009-07-28 09:20 botg, revision 3274Don't needlessly recreate the same controls over and over again.
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
2009-07-27 20:35 botg, revision 3273Properly resize conditions
2009-07-27 14:13 botg, revision 3272Fix behavior of + button
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
2009-07-26 21:23 botg, revision 3271Remove ugly more/remove buttons, add sleek + and - buttons next to rules.
2009-07-26 20:54 botg, revision 3270#4692: Remember file exists action on individual queue items
Fix warning