From 332b00a250aa58ea871edb4be5f3f42bf3701ca2 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Tue, 26 Feb 2013 10:13:31 +1100 Subject: [PATCH] Added some fixes to do --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 16a536f..d4a56f7 100755 --- a/readme.md +++ b/readme.md @@ -169,6 +169,9 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. ### Fixes +* All: Process.getPid() should return a long +* All: fall back to WrapperProcessLauncher + DefaultProcessLauncher for all platforms, regardless of whether a + native integration is available or not. * Posix: allow terminal to be detected when ncurses cannot be loaded * Windows: fix detection of shared drive under VMWare fusion and Windows XP * Windows: restore std handles after launching child process