From 9a6d0b71654b32a9ef78b794c2e2d1c2269800ad Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 4 May 2021 17:50:41 -0400 Subject: [PATCH 1/3] Drop windows line endings --- README | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index c336ee7..e26df07 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. - -This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The -[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. - -Release History: -7/26/2018 -- Release 7.7.2.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 -1/11/2019 -- Release 7.9.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 -6/23/2019 -- Release 8.0.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 -12/17/2019 -- Release 8.1.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 +As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. + +This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The +[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. + +Release History: +7/26/2018 -- Release 7.7.2.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 +1/11/2019 -- Release 7.9.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 +6/23/2019 -- Release 8.0.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 +12/17/2019 -- Release 8.1.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 From 5435146e8c1b04a055754b9e6b382395e15d6889 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 8 Apr 2019 18:58:47 -0400 Subject: [PATCH 2/3] Switch to markdown --- README | 10 ---------- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e26df07..0000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. - -This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The -[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. - -Release History: -7/26/2018 -- Release 7.7.2.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 -1/11/2019 -- Release 7.9.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 -6/23/2019 -- Release 8.0.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 -12/17/2019 -- Release 8.1.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec76faa --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. + +This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The +[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. + +### Release History + +| Date | Version | Release with source | +|---|---|---| +| 7/26/2018 | 7.7.2.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 | +| 1/11/2019 | 7.9.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 | +| 6/23/2019 | 8.0.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 | +| 12/17/2019 | 8.1.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 | From 1ebab0a0b9d8653964947b24cb8dc0cd1e00e750 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 8 Apr 2019 18:48:08 -0400 Subject: [PATCH 3/3] Link to the wiki --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec76faa..4d003a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. -This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The -[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. +This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues +and because it contains the [wiki](https://github.com/PowerShell/Win32-OpenSSH/wiki) +which has instructions for [building](https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto)). ### Release History