diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-19 21:04:50 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-07-19 21:04:50 +0000 |
commit | 60b2817760452f993bfdc63bf948cf43ad5bb5d1 (patch) | |
tree | b141cf798838ac04540aa32b76232c9740813609 /net-ftp/filezilla | |
parent | pam_moubt bump (diff) | |
download | gentoo-2-60b2817760452f993bfdc63bf948cf43ad5bb5d1.tar.gz gentoo-2-60b2817760452f993bfdc63bf948cf43ad5bb5d1.tar.bz2 gentoo-2-60b2817760452f993bfdc63bf948cf43ad5bb5d1.zip |
Second release candidate, bugfixes and enables SOCKS5 and HTTP/1.1 proxy support for SFTP connections
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'net-ftp/filezilla')
-rw-r--r-- | net-ftp/filezilla/ChangeLog | 9 | ||||
-rw-r--r-- | net-ftp/filezilla/filezilla-3.1.0_rc2.ebuild (renamed from net-ftp/filezilla/filezilla-3.1.0_rc1.ebuild) | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog index 16480a5cc4c0..73d6495faf4b 100644 --- a/net-ftp/filezilla/ChangeLog +++ b/net-ftp/filezilla/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-ftp/filezilla # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.13 2008/07/18 08:17:21 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.14 2008/07/19 21:04:50 voyageur Exp $ + +*filezilla-3.1.0_rc2 (19 Jul 2008) + + 19 Jul 2008; Bernard Cafarelli <voyageur@gentoo.org> + -filezilla-3.1.0_rc1.ebuild, +filezilla-3.1.0_rc2.ebuild: + Second release candidate, bugfixes and enables SOCKS5 and HTTP/1.1 proxy + support for SFTP connections *filezilla-3.1.0_rc1 (18 Jul 2008) diff --git a/net-ftp/filezilla/filezilla-3.1.0_rc1.ebuild b/net-ftp/filezilla/filezilla-3.1.0_rc2.ebuild index ff20dc8c95fa..3274929aac99 100644 --- a/net-ftp/filezilla/filezilla-3.1.0_rc1.ebuild +++ b/net-ftp/filezilla/filezilla-3.1.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.1.0_rc1.ebuild,v 1.1 2008/07/18 08:17:21 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.1.0_rc2.ebuild,v 1.1 2008/07/19 21:04:50 voyageur Exp $ WX_GTK_VER="2.8" |