Update filezilla to 3.3.0
Changelog: Aborting a previous connection attempt by establishing a new connection in the same tab no longer renders the new connection unusable *nix: Quote filenames containing spaces if editing using default editor for text files *nix: Fix crash while emitting queue finished notifications *nix: Display desktop notification if all transfers have finished and FileZilla isn't focused Navigating controls inside tab using tabulator key now works on all tabs Fix splitter positions on horizontal interface layouts Give choice to abort old connection or to open a new tab when trying to connect while already connected Double-click on empty space in tabbar opens new tab Middle-click on tab closes it Use splitter positions and filelist column setup of previous tab when opening new one Make betas and release candidates check daily for new versions Fix crash when leaving settings dialog after tabs have been closed Fix crash on changing tabs if old tab has site-specific bookmarks but new one doesn't Layout of tabs no longer changes after leaving settings Fix issues with remembering last used server Don't use bold font for active tab Recursive operations now working in all tabs Tabbed interface to connect to multiple server at the same time New welcome screen Add Open to local directory tree context menu Fix mismatch of displayed and actually performed default file exists action MSW: Update mingwm10.dll to fix a crash at initialization MSW: FTP over TLS no longer crashes for users of VIA CPUs *nix: Fix crashes due to race condition in dbus code Fix SHA-512 calculating incorrect hashes on 64bit systems, used by SFTP and the update wizard
This commit is contained in:
parent
8d3f6bbf30
commit
efbd75457d
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/10/13 20:05:47 zafer Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/11/11 18:30:38 zafer Exp $
|
||||
#
|
||||
|
||||
VERSION= 3.2.8.1
|
||||
VERSION= 3.3.0
|
||||
DISTNAME= FileZilla_${VERSION}_src
|
||||
PKGNAME= filezilla-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/10/13 20:05:47 zafer Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/11/11 18:30:38 zafer Exp $
|
||||
|
||||
SHA1 (FileZilla_3.2.8.1_src.tar.bz2) = 233455c58487b4ee2ec265d7ea1e3b58ff2ce1ca
|
||||
RMD160 (FileZilla_3.2.8.1_src.tar.bz2) = bfcdb7e82f531c3b8f8c18935c4fe4416f474365
|
||||
Size (FileZilla_3.2.8.1_src.tar.bz2) = 3078365 bytes
|
||||
SHA1 (FileZilla_3.3.0_src.tar.bz2) = d2263367dd823513e231fda265bd5f4a7cea4bbc
|
||||
RMD160 (FileZilla_3.3.0_src.tar.bz2) = 26dff24af2261c282dc6964b5614e88615d6fe04
|
||||
Size (FileZilla_3.3.0_src.tar.bz2) = 3110131 bytes
|
||||
|
|
Loading…
Reference in a new issue