Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08:00:01
Changelog for FileZilla 3 (8047 changes):
2007-10-17 12:45 botg, revision 1739- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-10-17 12:41 botg, revision 1738Updated
2007-10-16 14:36 botg, revision 1737Updated icon for OS X bundle.
2007-10-16 09:52 botg, revision 1736Fix [ 1802200 ] MSW: Uninstall on upgrade aborts installation in progress
2007-10-15 20:12 botg, revision 1735Fix typo in comment
2007-10-15 13:47 botg, revision 1734Fix two options being reversed in the file.
2007-10-15 12:30 botg, revision 1733Add /user=all and /user=current installer options
2007-10-15 09:47 botg, revision 1732Speed up message log if hidden. Also fixes a big performance hit on MSW if log never has been shown before due to a very strange windows internal bug.
2007-10-14 12:31 botg, revision 1731Fix filename extension on z/VM
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/pt_BR.po
2007-10-14 10:34 botg, revision 1730Updated
- M /FileZilla3/trunk/src/fzshellext/fzshellext.rc
- M /FileZilla3/trunk/src/fzshellext/fzshellext_64.dll
2007-10-13 22:54 botg, revision 1729Bump version number of DLL.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2007-10-13 20:23 botg, revision 1728This hopefully fixes all race conditions. All hail to wxString, the string class with thread-unsafe reference counting.
2007-10-13 18:12 botg, revision 1727Fix an assertion
2007-10-13 18:05 botg, revision 1726This file needs proper < operator too.
2007-10-13 17:52 botg, revision 1725Attempt 2, can't think today.
- M /FileZilla3/trunk/src/engine/pathcache.h
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
2007-10-12 15:56 botg, revision 1724Use a proper strict weak ordering.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/server.h
2007-10-10 20:49 botg, revision 1722Add experimental support for IBM z/VS abomination.
2007-10-10 20:47 botg, revision 1721Version bump
2007-10-10 20:45 botg, revision 1720Updated
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshdes.c
- M /FileZilla3/trunk/src/putty/sshdss.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
2007-10-10 16:21 botg, revision 1719Merge with upstream.
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/lv.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-10-10 14:44 botg, revision 1718Updated
2007-10-10 13:42 botg, revision 1717Implement proper locking on *nix like systems
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2007-10-10 13:31 botg, revision 1716Add button to reopen file
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2007-10-09 19:57 botg, revision 1715Implement dialog for currently edited files.
2007-10-09 18:21 botg, revision 1714Fix [ 1809547 ] automatic ASCII mode for dotfiles doesn't work
Add missing mutex around settings file access, fixes [ 1810221 ]