From 5d93c180b7a34954ca3b6e8e687c0fd55c8b9f70 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 18 Nov 2016 22:31:37 -0800 Subject: [PATCH] Updated Project Status (markdown) --- Project-Status.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project-Status.md b/Project-Status.md index fecc800..de9851b 100644 --- a/Project-Status.md +++ b/Project-Status.md @@ -1,8 +1,9 @@ +**As of Nov 1st 2016, active development on Win32 fork 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. Win32-OpenSSH will be deprecated once changes in PowerShell/openssh-portable are integrated back into openssh/openssh-portable. + + Refer to project scope [here](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Scope) -As of Nov 1st 2016, active development on Win32 fork 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. Win32-OpenSSH will be deprecated once changes in PowerShell/openssh-portable are integrated back into openssh/openssh-portable. - #### High level tasks completed - POSIX compliant IO wrapper on Win32 Overlapped IO: this enables Unix based OpenSSH code to work for and on Windows. - Visual Studio 2015 solution to build OpenSSH for Windows.