From 86d5b10a2c943eb5cfdbe63562f7394d763ffbc1 Mon Sep 17 00:00:00 2001 From: John Hood Date: Fri, 20 Jan 2017 19:03:53 -0500 Subject: [PATCH] Note Bash for Windows compatibility --- ChangeLog | 2 ++ debian/changelog | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5b1f87..d8ee811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,8 @@ the symbol may not be resolved on older OS X versions. (John Hood) * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero) + * Mosh now runs correctly on Bash for Windows with Windows 10 + Insider builds 15002 and higher. (No change in Mosh) * Other minor platform compatibility fixes for Mosh sources and tests. (John Hood) diff --git a/debian/changelog b/debian/changelog index 67baa2c..f9763a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ mosh (1.3.0~rc2-1) unstable; urgency=medium the symbol may not be resolved on older OS X versions. (John Hood) * Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero) + * Mosh now runs correctly on Bash for Windows with Windows 10 + Insider builds 15002 and higher. (No change in Mosh) * Other minor platform compatibility fixes for Mosh sources and tests. (John Hood)