Latest Version of FileZilla

marce

VIP
Messages
7,115
FileZilla Client 3.5.0-rc1 released

Code:
2011-05-08 

New features:

    The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue
    Additional improvements to general queue performance and memory consumption
    The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny

Bugfixes and minor changes:

    Fixed crash during shutdown of FileZilla
    Clearing the queue when it was not yet fully populated no longer causes a crash
    If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
 

marce

VIP
Messages
7,115
FileZilla Client 3.5.0-rc2 released

Code:
New features:

    Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable

Bugfixes and minor changes:

    The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer
 

marce

VIP
Messages
7,115
FileZilla Client 3.5.0 released

Code:
Bugfixes and minor changes:2011-05-22

    Don't create queue.xml anymore if it does not exist
    MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme
    MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way
    Several fixes to build system and environment
 

marce

VIP
Messages
7,115
FileZilla Server 0.9.38 released


Code:
2011-06-05

New features:

    IPv6 support
    Range, wildcard, regular expression and dot-decimal notation subnet IP address filters have been removed. These filter rules need to be recreated using CIDR notation.

Bugfixes and minor changes:

    Upon /reload-config, notify all running instances, not just the first found.
    Report correct physical path of aliases in administration interface
    Fix reply code on permanent bans, not of 5yz type
    Increased default size of socket buffers
    Fix a crash when entering invalid IP filters
    Fixed a crash when a connection closes
    Updated to most recent OpenSSL version
 

marce

VIP
Messages
7,115
FileZilla Server 0.9.39 released

Code:
2011-06-07

Bugfixes and minor changes:

    Do not attempt to display a message box if creating an administration interface binding fails. This freezes the service on some machines.
    On FTP over TLS connections, the socket address family was not initialized from the underlaying socket
    Fix a bug in IPv4 address filters and increase their performance
 

juli13

Staff member
Administrator
Messages
10,198
2011-08-21 - FileZilla Client 3.5.1-rc1 released

Code:
[B]New features:[/B]

Add menu item to hide toolbar

[B]Bugfixes and minor changes:[/B]

Don't save server list in kiosk mode 2
Fix for predefined sites not appearing in all circumstances
OS X: Pasting formatted text into input boxes no longer changes their format
Fix typo in build script in detection of SQLite3
MSW: Small installer improvements
*nix: Fix character set conversion in desktop notification code
Merged upstream PuTTY changes for compatibility with PuTTY 0.61
Updated built-in TinyXML
 

marce

VIP
Messages
7,115
FileZilla Client 3.5.1 released



Code:
2011-08-28 

Bugfixes and minor changes

    Add support for another rate variant of MVS style directory listings
 

mohammed tanko

Super VIP
Messages
4,862
FileZilla Server 0.9.40 released

Bugfixes and minor changes:

*The service no longer crashes if onnecting with the administration interface when there are clients connected over IPv6
*Close the connection if there is additional data in the input buffers when processing the AUTH command.
*Display correct connection state item in administration interface when getting initial list of connected clients
 

marce

VIP
Messages
7,115
FileZilla Client 3.5.2-rc1 released


Code:
2011-11-01

New features:

    Added option to open site manager on startup to the settings dialog

Bugfixes and minor changes:

    The "Don't save passwords" option was not being saved
    The queue was not saved correctly if having items from multiple servers
    Queue items with the lowest priority setting are now being restored again
    Drag & Drop did not work with all saved sites if saving of passwords had been disabled
 

bozomustafa_68

Registered
Messages
16,935
FileZilla Server
----------------
These FileZilla Server builds are vanilla builds from the SVN trunk
except from the newer compiler used. The installer includes the full
source code along with zlib, GFtp and MSVC 2010 projects.

A build for x64 Windows is available too. This isn't officialy supported atm.
BIG WARNING: It's very experimental, it hasn't be tested and the installer
script is the same as the x86 build adapted for x64 but still not perfect.
Not sure if both builds can coexist so be aware that your pc might explode
if you use the x64 build ;)

The builds should run on XP SP3 or newer.

Building environment:
* Microsoft Visual C++ 2010 SP1
* Microsoft Windows SDK v7.0A
* NSIS 2.46 ANSI
* OpenSSL 0.9.8t, compiled with MSVC 2010 SP1 using /MT /O2 /LTCG
 

marce

VIP
Messages
7,115
latest stable version of FileZilla Server is 0.9.41

Code:
2012-02-26 

Bugfixes and minor changes:

    Fix parsing of IP address filters ending with :0 or equivalent substringss.
    Allow speed limits larger than 64 MiB/s.
    Show more verbose error messages if transfer connection cannot be established.
 

bozomustafa_68

Registered
Messages
16,935
27-05-2012

Code:
FileZilla Client
----------------
These FileZilla builds are vanilla builds from the SVN trunk.
They are compiled on Windows under MinGW with GCC.

Building environment:
* gnutls 2.12.19
* libgcrypt 1.4.6
* libgpg error 1.10
* libidn 1.24
* sqlite 3.7.12.1
* wxWidgets 2.8.12
* GCC 4.7.0
* NSIS Unicode 2.46.5
 

bozomustafa_68

Registered
Messages
16,935
12-06-2012

Code:
FileZilla Client
----------------
These FileZilla builds are vanilla builds from the SVN trunk.
They are compiled on Windows under MinGW with GCC.

Building environment:
* gnutls 2.12.19
* libgcrypt 1.4.6
* libgpg error 1.10
* libidn 1.25
* sqlite 3.7.13
* wxWidgets 2.8.12
* GCC 4.7.0
* NSIS Unicode 2.46.5
 

bozomustafa_68

Registered
Messages
16,935
18-07-2012

Code:
FileZilla Server
----------------
These FileZilla Server builds are vanilla builds from the SVN trunk
except from the newer compiler used. The installer includes the full
source code along with zlib, GFtp and MSVC 2010 projects.

A build for x64 Windows is available too. This isn't officialy supported atm.
BIG WARNING: It's very experimental, it hasn't be tested and the installer
script is the same as the x86 build adapted for x64 but still not perfect.
Not sure if both builds can coexist so be aware that your pc might explode
if you use the x64 build ;)

The builds should run on XP SP3 and newer.

Building environment:
* Microsoft Visual C++ 2010 SP1
* Microsoft Windows SDK v7.0A
* NSIS 2.46 ANSI
* OpenSSL 0.9.8x, compiled with MSVC 2010 SP1 using /MT /O2 /LTCG
* zlib 1.2.7, same settings as above
 

bozomustafa_68

Registered
Messages
16,935
22-07-2012

Code:
FileZilla Client
----------------
These FileZilla builds are vanilla builds from the SVN trunk.
They are compiled on Windows under MinGW with GCC.

Building environment:
* [COLOR="Blue"][B]gnutls 2.12.20[/B][/COLOR]
* libgcrypt 1.4.6
* libgpg error 1.10
* libidn 1.25
* sqlite 3.7.13
* wxWidgets 2.8.12
* GCC 4.7.0
* NSIS Unicode 2.46.5
 

bozomustafa_68

Registered
Messages
16,935
03-09-2012

Code:
FileZilla Client
----------------
These FileZilla builds are vanilla builds from the SVN trunk.They are compiled on Windows under MinGW with GCC. Building environment:
* gnutls 2.12.20
* libgcrypt 1.4.6
* libgpg error 1.10
* libidn 1.25
* sqlite 3.7.13
* wxWidgets 2.8.12
[COLOR="Blue"]* GCC 4.7.1[/COLOR]
* NSIS Unicode 2.46.5
 

bozomustafa_68

Registered
Messages
16,935
05-09-2012

Code:
FileZilla Client
----------------
These FileZilla builds are vanilla builds from the SVN trunk.They are compiled on Windows under MinGW with GCC. Building environment:
* gnutls 2.12.20
* libgcrypt 1.4.6
* libgpg error 1.10
* libidn 1.25
[COLOR="Blue"]* sqlite 3.7.14[/COLOR]
* wxWidgets 2.8.12
* GCC 4.7.1
* NSIS Unicode 2.46.5
 
Top