summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'os2/Changes')
-rw-r--r--os2/Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes
index f7251376ec..e45a7a6c44 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -287,3 +287,9 @@ after 5.005_53:
it is incremented by the number of messages retrieved.
Dies with "QUITing..." if WM_QUIT message is obtained.
+after 5.005_54:
+ Opening pipes from/to processes could fail if (un)appropriate
+ combination of STDIN/STDOUT was closed.
+
+ If the only shell-metachars of a command are ' 2>&1' at the
+ end of a command, it is executed without calling the external shell.