Skip to content

Commit

Permalink
release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Jan 29, 2013
1 parent 9e52305 commit 9774016
Show file tree
Hide file tree
Showing 22 changed files with 2,431 additions and 2,422 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 4.4.1 - 2013-01-29

* use XDG directories if ~/.lftp (or $LFTP_HOME) does not exist.
* fixed non-interactive mode to skip showing status line.
* fixed assert in ftpclass.cc.
* fixed coredump after trying to start a duplicate torrent.
* fixed verbose status message of some jobs.
* fixed some buffers to limit the buffer size.
* fixed DHT cache saving.

Version 4.4.0 - 2012-09-27

* implemented bittorrent extensions (FAST, DHT, LTEP, ut_metadata, ut_pex).
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.4.0], [[email protected]])
AC_INIT([lftp], [4.4.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.4.0
Entered-date: 2012-09-27
Version: 4.4.1
Entered-date: 2013-01-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 @@ -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
2429 kB lftp-4.4.0.tar.gz
2425 kB lftp-4.4.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.4.0
%define version 4.4.1
%define release 1
%define use_modules 0

Expand Down
1 change: 0 additions & 1 deletion lib/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ localeconv.c
timespec.c
xsize.c
math.c
stdio.c
sys_socket.c
unistd.c
wctype-h.c
1 change: 0 additions & 1 deletion lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
/timespec.c
/xsize.c
/math.c
/stdio.c
/sys_socket.c
/unistd.c
/wctype-h.c
2 changes: 1 addition & 1 deletion m4/gnulib-cache.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2002-2012 Free Software Foundation, Inc.
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
5 changes: 4 additions & 1 deletion po/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-01-29 Alexander V. Lukyanov <[email protected]>

* ru.po: update.

2012-10-08 Jakub Bogusz <[email protected]>

* pl.po: update.
Expand All @@ -14,7 +18,6 @@

* cs.po: update.


2011-09-19 Jakub Bogusz <[email protected]>

* pl.po: update.
Expand Down
Loading

0 comments on commit 9774016

Please sign in to comment.