Skip to content

Commit

Permalink
release 4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Aug 20, 2015
1 parent 5084726 commit 52634d4
Show file tree
Hide file tree
Showing 21 changed files with 1,238 additions and 1,217 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 4.6.4 - 2015-08-20

* mirror: new option --transfer-all.
* torrent: new setting torrent:timeout to limit time without any progress.
* torrent: fixed handling of udp tracker without explicit port number.
* torrent: improved transfer start time after metadata download.
* improved sftp put -c to use a single FSETSTAT.
* mirror --skip-noaccess now uses user name to check for permissions.
* don't rename temporary file to the target name when transfer fails.
* new cmd:prompt escapes \l and \L for local working directory.
* translations updated (pl, ru, uk).
* new configure option --disable-ipv6.
* fixed compilation with an old gcc.

Version 4.6.3 - 2015-06-17

* new mirror setting mirror:overwrite and options --overwrite/--no-overwrite.
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.6.3a.20150813], [[email protected]])
AC_INIT([lftp], [4.6.4], [[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.6.3a
Entered-date: 2015-06-17
Version: 4.6.4
Entered-date: 2015-08-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 @@ -23,7 +23,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
2584 kB lftp-4.6.3a.tar.gz
2593 kB lftp-4.6.4.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.6.3a
%define version 4.6.4
%define release 1
%define use_modules 0

Expand Down
3 changes: 3 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,6 @@
glthread
/gl_openssl.h
/assure.h
/time-internal.h
/time_rz.c
/timegm.c
3 changes: 3 additions & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,6 @@
/extern-inline.m4
/absolute-header.m4
/gl-openssl.m4
/flexmember.m4
/time_rz.m4
/timegm.m4
Loading

0 comments on commit 52634d4

Please sign in to comment.