Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-24 11:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2009-05-11 21:42 botg, revision 3158

Forgot Vietnamese translator

2009-05-08 19:26 botg, revision 3157

Additional changes to the auto reconnect retry logic. Fixes #4491

2009-05-07 15:00 botg, revision 3156

Use pkg-config if available to detect GnuTLS, modified patch #4489

2009-05-06 08:41 botg, revision 3155

Change wording, don't mention registry

2009-05-06 08:38 botg, revision 3154

Remember host keys for session, throw away on restart

2009-05-02 09:00 botg, revision 3151

Targetless OS.unix=slink facts

2009-04-30 17:41 botg, revision 3150

Use same heading for both dialog and copied information.

2009-04-30 17:40 botg, revision 3149

Better error message in case user enters http url.

2009-04-30 13:40 botg, revision 3147

Default to 644 on files, 755 on dirs.

2009-04-27 21:16 botg, revision 3146

Some lazy ass server vendors and server administrators didn't upgrade their servers for over 10 years. Allow <= mlst-06 draft.

2009-04-27 20:51 botg, revision 3145

Version bump

2009-04-27 20:50 botg, revision 3144

Updated translations

2009-04-27 16:59 botg, revision 3143

Parse OS.unix=slink fact.

2009-04-27 16:20 botg, revision 3142

Fix reconnect delay, fixes #4460

2009-04-26 20:34 botg, revision 3141

Notify queue that filename has changed after rename.

2009-04-26 17:32 botg, revision 3140

Fix rename logic, closes #4436

2009-04-26 16:36 botg, revision 3139

Modernize some timer related code, it broke due to recent changes in wx.

2009-04-26 10:39 botg, revision 3138

Add md5 to list of ascii extensions, #4458.

2009-04-24 19:30 botg, revision 3137

Wrong build system copied to clipboard. #4448

2009-04-23 18:44 botg, revision 3136

Empty fact values are allowed according to RFC 3659.

2009-04-21 18:51 botg, revision 3135

Version bump

2009-04-21 18:49 botg, revision 3134

Update translations

2009-04-21 16:52 botg, revision 3133

Fix #4374, chmod during synchronized browsing.

2009-04-21 15:29 botg, revision 3132

Cannot easily request attention when iconized on wxGTK, would have to defer processing until after the delayed resizing events

2009-04-20 15:02 botg, revision 3131

Fix unediting local files

2009-04-20 13:55 botg, revision 3130

Need to skip size event, it gets consumed by generic list control

2009-04-20 06:49 botg, revision 3129

Add missing break.

2009-04-19 19:23 botg, revision 3128

Still show requests if window is shown, restored but not active. Keep requesting user attention.

2009-04-18 20:12 botg, revision 3127

Fix unitialized variable

2009-04-18 16:49 botg, revision 3126

After resizing queue pane additional status bars might get into view, trigger a refresh.

2009-04-18 08:39 botg, revision 3125

Remove unused variable.

2009-04-17 15:18 botg, revision 3124

Fix warnings.

2009-04-14 17:19 botg, revision 3123

Version bump

2009-04-14 17:17 botg, revision 3122

Updated translations

2009-04-14 17:04 botg, revision 3121

Improve layout

2009-04-14 16:30 botg, revision 3120

XP has a bug, if ugly XP themes are enabled, client size can be negative if restoring from tray.

2009-04-14 14:45 botg, revision 3119

Fix indentation

2009-04-13 18:12 botg, revision 3118

Add button to copy info to clipboard. #2827

2009-04-13 13:49 botg, revision 3117

Correct typo

2009-04-13 09:48 botg, revision 3116

Don't hide main window if tray icon cannot not be set.

2009-04-12 22:55 botg, revision 3115

URL to clipboard

2009-04-12 22:11 botg, revision 3114

Proper icon on wxGTK, restore taskbar (non-tray) button if user interaction is needed.

2009-04-12 21:40 botg, revision 3113

Remove unused variable.

2009-04-12 19:08 botg, revision 3112

Do not display dialogs while minimized. Request user attention if not active.

2009-04-12 18:35 botg, revision 3111

Implement minimize to tray.

2009-04-11 21:46 botg, revision 3110

Sync browsing checkbox didn't work

2009-04-10 22:30 botg, revision 3109

Fix URL wrapping, #4409

2009-04-08 16:13 botg, revision 3108

Get rid of debugging code

2009-04-04 22:44 botg, revision 3107

Need to take header height into account on MSW.

2009-04-03 17:56 botg, revision 3106

vector::erase is O(n), exploit fact that removal of queue items is likely to happen near the beginning