From 491db4ae7527e52cb015d79b9f062117da57a3e7 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 16 Nov 2016 22:50:38 -0800 Subject: [PATCH] Updated Project Status (markdown) --- Project-Status.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project-Status.md b/Project-Status.md index 5056b27..fecc800 100644 --- a/Project-Status.md +++ b/Project-Status.md @@ -1,6 +1,8 @@ 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.