Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-05-25 10:25 codesquid, revision 5553

Bump to 3.8.1-rc2 as rc1 had wrong filenames.

2014-05-25 09:56 codesquid, revision 5551

Fix compiler warnings.

2014-05-25 09:14 codesquid, revision 5550

Version bump to 3.8.1-rc1

2014-05-25 09:14 codesquid, revision 5549

Updated translation.

2014-05-25 08:51 codesquid, revision 5548

Complain when XP is being found.

2014-05-25 08:36 codesquid, revision 5547

Add setting to change a remembered choice.

2014-05-25 08:36 codesquid, revision 5546

Fix assertion during forced application shutdown.

2014-05-25 08:28 codesquid, revision 5545

Add checkbox to remember selection when connecting while already connected.

2014-05-25 08:03 codesquid, revision 5544

Fix double mnemonic.

2014-05-24 18:11 codesquid, revision 5543

Remove code for Windows 2000.

2014-05-24 17:40 codesquid, revision 5542

Bump minimum required GnuTLS version.

2014-05-24 16:46 codesquid, revision 5541

XP is not supported anymore.

2014-05-24 16:45 codesquid, revision 5540

Mention that libidn isn't needed on Windows

2014-05-24 16:43 codesquid, revision 5539

Updated DLLs to new version.

2014-05-24 16:24 codesquid, revision 5538

With XP support dropped, libidn is no longer needed on Windows.

2014-05-24 07:36 codesquid, revision 5537

Look in XDG_CONFIG_HOME for the settings.

2014-05-24 06:51 codesquid, revision 5536

Fix warnings.

2014-05-23 22:35 codesquid, revision 5535

Fix two more warnings. The one in Mainfrm.cpp was due to a (now fixed) documentation error in wx.

2014-05-23 22:21 codesquid, revision 5534

Fix a warning.

2014-05-23 22:03 codesquid, revision 5533

Fix automake warnings.

2014-05-18 10:30 codesquid, revision 5532

Updated a few translations.

2014-05-11 21:48 codesquid, revision 5531

Add missing parenthesis.

2014-05-11 16:34 codesquid, revision 5530

Avoid a redundant insert.

2014-05-11 11:28 codesquid, revision 5529

Small changes to CServerPath declaration to prevent the cause for the previous commit.

2014-05-11 10:35 codesquid, revision 5528

Fix compile error, some compilers do not like the implicit conversion going on.

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.