summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 12:57:34 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 12:57:34 -0500
commitf085a21f5f87647612c419b07ccec6810b45f079 (patch)
treee46a9e64caca79a3df3022b8f813732873605e48 /NEWS
parentc2258e1c964af4baf6398ecb2357fec015c61401 (diff)
downloadbash-f085a21f5f87647612c419b07ccec6810b45f079.tar.gz
commit bash-20040512 snapshot
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1011173b..f7116935 100644
--- a/NEWS
+++ b/NEWS
@@ -137,6 +137,9 @@ nn. The parameter pattern removal and substitution expansions are now much
oo. Fixed a bug in the `shift' builtin that could cause core dumps when
reporting an out-of-range argument.
+pp. The `jobs', `kill', and `wait' builtins now accept job control notation
+ even if job control is not enabled.
+
2. New Features in Readline
a. History expansion has a new `a' modifier equivalent to the `g' modifier