Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2017-08-16 19:46 codesquid, revision 8538

Fix a link dependency

2017-08-16 19:34 codesquid, revision 8536

Update VS project files.

2017-08-14 15:56 codesquid, revision 8535

Bump to 3.27.1

2017-08-14 15:48 codesquid, revision 8534

Mention Azerbaijani translator.

2017-08-14 15:47 codesquid, revision 8533

Updated translations.

2017-08-14 14:50 codesquid, revision 8532

Minor reformatting.

2017-08-14 14:47 codesquid, revision 8531

Fix bounds.

2017-08-14 14:12 codesquid, revision 8530

Fix warnings.

2017-08-13 13:59 codesquid, revision 8526

Display initial directory access dialog after welcome dialog

2017-08-13 13:59 codesquid, revision 8525

Add menu item to show directory access dialog

2017-08-13 13:58 codesquid, revision 8524

Improve text for sandbox dirs dialog

2017-08-13 13:56 codesquid, revision 8523

Add dialog to add/remove sandbox permissions

2017-08-13 13:56 codesquid, revision 8522

Add selected userdirs to local directory tree if using the app sandbox.

2017-08-13 13:55 codesquid, revision 8521

Fix possible crash due to wxListCtrl oddities

2017-08-10 20:12 codesquid, revision 8520

#11357 Change advertised client version.

2017-07-31 15:43 codesquid, revision 8513

Trivial reformatting.

2017-07-24 19:36 codesquid, revision 8512

Fix silent installation, the uninstaller was not being run. Also add the /quiet flag which acts like silent, except for showing error messages.

2017-07-24 07:09 codesquid, revision 8511

Add port to error message when creating the listen socket fails.

2017-07-24 06:55 codesquid, revision 8510

Add /skipuac flag to bypass UAC prompt if started unevaluated.

2017-07-22 08:54 codesquid, revision 8509

Mark a string translatable that should be translated.

2017-07-21 12:17 codesquid, revision 8508

Add events.hpp to distribution.

2017-07-19 16:41 codesquid, revision 8507

Bump to 3.27.0.1

2017-07-19 16:40 codesquid, revision 8506

\b does not work with + or -

2017-07-19 15:31 codesquid, revision 8505

There's a problematic libtool bug, it strips the -static-libgcc and -static-libstdc++ options. Force libtool to use them.

2017-07-19 15:30 codesquid, revision 8504

Provide a dummy __cxa_pure_virtual. My code is proper, it doesn't call pure virtuals.