Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:40:01
Changelog for FileZilla 3 (8047 changes):
2014-07-06 10:53 codesquid, revision 57832014-07-06 09:20 codesquid, revision 5782Fix a typo.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2014-07-06 09:13 codesquid, revision 5781Don't print a stand-alone line for critical errors, fold it into the next line.
2014-07-06 09:02 codesquid, revision 5780Show a helpful message if username or password starts or ends with whitespace.
2014-07-04 19:41 codesquid, revision 5777Fix FTP proxy login sequence. There was an incorrect comparison against an enum value instead of a the intended variable.
2014-07-04 19:36 codesquid, revision 5776Bump to 3.9.0-rc1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/sv.po
2014-07-04 15:21 codesquid, revision 5775Updated translations
2014-07-04 12:08 codesquid, revision 5774On MSW, set os and subsystem version to 5.1 since binutils's ld defaults to 4.0
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2014-07-04 08:04 codesquid, revision 5773Get rid of a warning.
2014-07-02 17:26 codesquid, revision 5770Add linker flags to enable ASLR and DEP.
2014-07-02 14:01 codesquid, revision 5769Fix creating and closinig tabs on OS X. #9627
2014-07-02 09:09 codesquid, revision 5768Only load a single specific xrc file if it exists instead of all xrc files.
- M /FileZilla3/trunk/src/interface/resources/xrc/netconfwizard.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/quickconnectbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/toolbar.xrc
- M /FileZilla3/trunk/src/interface/resources/xrc/xrcclean.sh
2014-07-01 17:14 codesquid, revision 5767Update script to clean XRC files. Added special option to minify files removing structure.
2014-07-01 15:02 codesquid, revision 5766Fix assertion in date/time comparison.
2014-07-01 14:28 codesquid, revision 5764Fix a copy&paste error when hiding remote directory tree.
2014-07-01 14:20 codesquid, revision 5763Version bump to 3.9.0-beta3
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-07-01 14:15 codesquid, revision 5762Updated translations.
2014-07-01 13:29 codesquid, revision 5761Update svn:ignore.
2014-07-01 13:27 codesquid, revision 5760Fix one last nullpointer dereference.
2014-07-01 13:05 codesquid, revision 5759Set correct initial parent to avoid reparenting. Reparenting doesn't work during construction on OS X, afterwards main window is unresponsive. Oddly enough, this only happens on OS X if a display is connected. On a headless machine controlled via VNC this does not happen.
2014-07-01 12:58 codesquid, revision 5758Another bug.
2014-07-01 12:55 codesquid, revision 5757And yet another nullpointer dereference spotted by returning early from the constructor.
2014-07-01 12:48 codesquid, revision 5756Fix another nullpointer dereference.
2014-07-01 12:43 codesquid, revision 5755Fix potential nullpointer dereference.
2014-06-30 19:45 codesquid, revision 5754Default-initialize members.
Generate greyscale images for the toolbar if using GTK3 build of wx.