Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-23 13:40:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2009-09-07 21:01 botg, revision 3347

Use case-insensitive compare on MSW. Fixes #4803. Case-insensitive file systems are so broken :(

2009-09-05 15:00 botg, revision 3344

Make sure all instances of FileZilla are closed before starting installation.

2009-09-04 13:13 botg, revision 3343

Call installer with update flag

2009-09-03 19:11 botg, revision 3342

Add /update argument to hide license and reinstall page on updates, will be used by FileZilla's update wizard.

2009-08-30 17:08 botg, revision 3336

Filter invalid characters from filename. Closes #3227.

2009-08-28 09:06 botg, revision 3335

Fix CLocalPath::Exists on partial UNC paths

2009-08-24 07:12 botg, revision 3334

Fix syntax error

2009-08-23 17:23 botg, revision 3333

Version bump

2009-08-23 09:59 botg, revision 3332

Fix compile error

2009-08-23 09:06 botg, revision 3331

Updated translations

2009-08-22 16:38 botg, revision 3330

Performance improvements, closes #4658: - Don't populate selected but unexpanded directories. - MSW: Defer obtaining open icon until item gets selected

2009-08-21 15:05 botg, revision 3329

Fix segfault if adding new filter

2009-08-20 21:30 botg, revision 3328

Partial fix for #4715

2009-08-20 13:17 botg, revision 3327

Fix compile error

2009-08-16 20:28 botg, revision 3326

Fix typo

2009-08-16 16:23 botg, revision 3325

Arguments not translatable.

2009-08-13 12:44 botg, revision 3323

Version bump

2009-08-13 12:44 botg, revision 3322

Updated translations

2009-08-13 12:19 botg, revision 3321

Bump to GnuTLS 2.8.3, 2.8.2 didn't last long.

2009-08-12 19:02 botg, revision 3320

Keep data copied to clipboard even if FZ closes, fixes #4737. Also required wx to be patched with wx#11102

2009-08-10 15:00 botg, revision 3319

Update translations

2009-08-10 13:51 botg, revision 3318

GnuTLS 2.8.2 is out with several buffixes affecting FileZilla. Make it a requirement.

2009-08-10 12:35 botg, revision 3317

Use a new enum for address family, makes it easier to work with

2009-08-10 12:34 botg, revision 3316

Use a new enum for address family, makes it easier to work with

2009-08-09 19:02 botg, revision 3315

Make resolver IPv6 capable (unlikely that it'll ever be used though), explicitly request IPv4 wherever used.