Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 19:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-05-11 10:11 codesquid, revision 5527

Use new location of xrc files.

2014-05-10 16:41 codesquid, revision 5526

Move .xrc into own directory.

2014-05-10 16:19 codesquid, revision 5525

C++1x has become C++11.

2014-05-10 16:01 codesquid, revision 5524

Patch by schittl, add item to create and enter directories to the context menus.

2014-05-07 06:31 codesquid, revision 5523

Use HTTPS when linking to the FileZilla website.

2014-05-01 21:41 codesquid, revision 5512

Stip libraries

2014-05-01 21:39 codesquid, revision 5511

Need to map WSAECONNREFUSED.

2014-05-01 21:23 codesquid, revision 5510

Fix script error.

2014-05-01 21:17 codesquid, revision 5509

Reference new libraries in Makefile.

2014-05-01 21:15 codesquid, revision 5508

Upgraded compiler infrastructure. Brings along new dependencies.

2014-04-26 10:49 codesquid, revision 5505

Having multiple wxDBusConnections is a bad idea as the very same unerlying dbus connection is being used. Only use one connection instead.

2014-04-26 09:01 codesquid, revision 5504

Fix harmless warnings.

2014-04-21 10:20 codesquid, revision 5503

Updated translations.

2014-04-20 20:48 codesquid, revision 5502

Reduce code duplication.

2014-04-20 14:19 codesquid, revision 5501

Fix compile error on non-Windows.

2014-04-20 09:46 codesquid, revision 5500

Handle changed settings ourselves, don't wait for main window to call SettingsChanged.

2014-04-19 12:46 codesquid, revision 5499

Apply patch by Tom (forum user 'schittli'): Use spin controls for number of concurrent transfers in the settings dialog.

2014-04-13 07:33 codesquid, revision 5498

Remove $INSTDIR only if uninstalling for good.

2014-04-12 21:34 codesquid, revision 5497

There's at least one SFTP server in the wild that spells out April, in French nonetheless.

2014-04-06 13:24 codesquid, revision 5491

Fix typo.

2014-03-30 13:13 codesquid, revision 5490

Allow longer SSH passwords.

2014-03-29 09:06 codesquid, revision 5489

Another attempt at fixing the focus issue. Surprisingly complex feature.

2014-03-28 09:14 codesquid, revision 5486

Bump version to 3.8.0

2014-03-28 09:13 codesquid, revision 5485

Updated translations

2014-03-28 07:58 codesquid, revision 5484

Fix #9259: Reset current offset if unsetting status line to prevent negative speeds in the momentary speed tooltip. Includes some refactoring to guard against negative speeds and to make the code perform a bit better.