Browse Source

Version 1.6.0

pull/570/head 1.6.0
Maikel Linke 6 years ago
parent
commit
f6dcf6218c
No known key found for this signature in database GPG Key ID: 27F04AB8F221474
  1. 2
      CHANGELOG.md
  2. 2
      git-ftp
  3. 4
      man/git-ftp.1.md
  4. 2
      tests/git-ftp-test.sh

2
CHANGELOG.md

@ -12,6 +12,8 @@ Version 1.6.0-UNRELEASED
* Add support for option `--insecure` for LFTP actions (download and pull)
* Add support for FTPES for LFTP actions (download and pull)
* Add better error messages for curl errors
* Support --no-commit option for pull action
* Documentation updates
Version 1.5.2
=============

2
git-ftp

@ -24,7 +24,7 @@
readonly DEFAULT_PROTOCOL="ftp"
readonly REMOTE_LCK_FILE="$(basename "$0").lck"
readonly SYSTEM="$(uname)"
readonly VERSION='1.6.0-UNRELEASED'
readonly VERSION='1.6.0'
# ------------------------------------------------------------
# Defaults

4
man/git-ftp.1.md

@ -1,6 +1,6 @@
% GIT-FTP(1) Git-ftp 1.6.0-UNRELEASED
% GIT-FTP(1) Git-ftp 1.6.0
%
% 2019-05-06
% 2020-02-03
This is the manual for version 1.6.0-UNRELEASED.
Please consider the [changelog](../CHANGELOG.md) or select your version from

2
tests/git-ftp-test.sh

@ -17,7 +17,7 @@
# Or you can write it in one line:
# TEST_CASES='test_displays_usage' GIT_FTP_PASSWD='s3cr3t' ./git-ftp-test.sh
readonly VERSION='1.6.0-UNRELEASED'
readonly VERSION='1.6.0'
# ------------------------------------------------------------
# Constant Exit Error Codes

Loading…
Cancel
Save