diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 20:24:50 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 20:24:50 -0400 |
commit | d96de9634a334af16c0ac711074c15ac1762b23c (patch) | |
tree | 78f566d420a800c92347a7b994d8850a644f1b61 /NEWS | |
parent | 54b1f8b6bf88e34c55b77b2e4acb00776b4a5783 (diff) | |
download | glibc-d96de9634a334af16c0ac711074c15ac1762b23c.tar.gz glibc-d96de9634a334af16c0ac711074c15ac1762b23c.tar.xz glibc-d96de9634a334af16c0ac711074c15ac1762b23c.zip |
Try shell in posix_spawn* only in compat mode
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index a9f951a473..3eda9c1952 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.15 * The following bugs are resolved with this release: 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, - 13068, 13114, 13144, 13150 + 13068, 13114, 13134, 13144, 13150 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |