Skip to content

Commit

Permalink
release 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Jan 1, 2015
1 parent f21392c commit 1395c4e
Show file tree
Hide file tree
Showing 20 changed files with 1,279 additions and 1,116 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 4.6.1 - 2014-12-29

* new mirror option --scan-all-first.
* mirror --Remove-source-files now removes files already present at the target.
* added a workaround for FUSE with HadoopFS I/O error during rename(2).
* fixed du to round file size up to block size.
* fixed compilation with libressl.
* fixed OPTS MLST, removed trailing semicolon.
* fixed put to sftp with special files (like /dev/stdin).
* fixed ftp to copy SID properly with GnuTLS (Tim Kosse).
* fixed mirror to follow redirections to files (Tomas Hozza).

Version 4.6.0 - 2014-10-13

* new torrent --share option.
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.0], [[email protected]])
AC_INIT([lftp], [4.6.1], [[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.0
Entered-date: 2014-10-13
Version: 4.6.1
Entered-date: 2014-12-29
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
2564 kB lftp-4.6.0.tar.gz
2567 kB lftp-4.6.1.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.0
%define version 4.6.1
%define release 1
%define use_modules 0

Expand Down
1 change: 1 addition & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@
/locale.h
glthread
/gl_openssl.h
/assure.h
Loading

0 comments on commit 1395c4e

Please sign in to comment.