From 99e04ffa08e747c110fdcce95b3b2b222be6c695 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 3 Jun 2020 15:15:45 -0500 Subject: [PATCH] 1.8.0(1) --- ADVANCED.md | 4 ++-- CHANGELOG.md | 2 +- VERSION | 2 +- gravity-sync.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ADVANCED.md b/ADVANCED.md index 36ea8aa..2424cd9 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -14,8 +14,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ```bash cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.7.8.zip -unzip v1.7.8.zip -d gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.8.0.zip +unzip v1.8.0.zip -d gravity-sync cd gravity-sync ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 94177f0..2838506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.8 ### The Logical Release **Features** -There is nothing really sexy here, but a lot of changes under the covers to improve reliablity between different SSH client types. A lot of the logic and functions are more consistent and cleaner. In some cultures, fewer bugs and more reliablity are considered features. +There is nothing really sexy here, but a lot of changes under the covers to improve reliablity between different SSH client types. A lot of the logic and functions are more consistent and cleaner. In some cultures, fewer bugs and more reliablity are considered features. Much of this will continue through the 1.8.x line. - SSH/RSYNC connection logic rewritten to be specific to client options between OpenSSH, OpenSSH w/ SSHPASS, and Dropbear. - Key-pair generation functions rewritten to be specific to client options, also now works with no (or at least fewer) user prompts. diff --git a/VERSION b/VERSION index 25a6ced..afa2b35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.8 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index 031e3fb..89f3185 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.7.8' +VERSION='1.8.0' # Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync') # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync