summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 22:49:22 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 22:49:22 -0500
commit2872b01afcff39bc460653bfc5d5269fcfecb845 (patch)
tree6f0f7d67bd2be2f92d1bfa81d1a24330e731f6e5 /CHANGES
parentc05b8e99131c511b50b9d60267baf97dc53ad30b (diff)
downloadbash-2872b01afcff39bc460653bfc5d5269fcfecb845.tar.gz
commit bash-20060606 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b168b407..1fb74a7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -114,6 +114,12 @@ ii. Fixed a bug that could cause file descriptors > 10 to not be closed even
jj. Fixed a bug that caused single quotes to be stripped from ANSI-C quoting
inside double-quoted command substitutions.
+kk. Fixed a bug that could cause core dumps when `return' was executed as the
+ last element of a pipeline inside a shell function.
+
+ll. Fixed a bug that caused DEBUG trap strings to overwrite commands stored in
+ the jobs list.
+
2. Changes to Readline
a. Fixed a problem that caused segmentation faults when using readline in