Skip to content

Commit

Permalink
release 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Oct 20, 2011
1 parent 0dbe93a commit 3dc240a
Show file tree
Hide file tree
Showing 20 changed files with 1,697 additions and 1,686 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 4.3.3 - 2011-10-20

* new setting ftp:use-tvfs (yes, no, auto).
* improved ftp path handling for servers without TVFS feature.
* improved closure matching, now *.EXT matches URLs ending with ".EXT".
* updated man page.
* updated translations.
* fixed mirror target directory naming.

Version 4.3.2 - 2011-09-16

* fixed fish protocol synchronization when ls fails on the server.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.60])
AC_INIT([lftp], [4.3.2], [[email protected]])
AC_INIT([lftp], [4.3.3], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_LIBOBJ_DIR([lib])
Expand Down
6 changes: 3 additions & 3 deletions lftp.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin3
Title: LFTP command line file transfer program
Version: 4.3.2
Entered-date: 2011-09-16
Version: 4.3.3
Entered-date: 2011-10-20
Description: LFTP is a shell-like command line file transfer program. It is
reliable: can retry operations and does reget automatically.
It can do several transfers simultaneously in background.
Expand All @@ -22,7 +22,7 @@ Keywords: ftp, client, readline, reliable, background, parallel, http,
Author: [email protected] (Alexander V. Lukyanov)
Maintained-by: [email protected] (Alexander V. Lukyanov)
Primary-site: ftp.yars.free.net /pub/source/lftp
2338 kB lftp-4.3.2.tar.gz
2365 kB lftp-4.3.3.tar.gz
Alternate-site: metalab.unc.edu /pub/Linux/system/network/file-transfer
Platforms: Unix, G++
Copying-policy: GNU GPL
Expand Down
2 changes: 1 addition & 1 deletion lftp.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define version 4.3.2
%define version 4.3.3
%define release 1
%define use_modules 0

Expand Down
1 change: 1 addition & 0 deletions lib/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,4 @@ msvc-nothrow.c
msvc-nothrow.h
opendir.c
readdir.c
itold.c
1 change: 1 addition & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,4 @@
/msvc-nothrow.h
/opendir.c
/readdir.c
/itold.c
Loading

0 comments on commit 3dc240a

Please sign in to comment.