summaryrefslogtreecommitdiff
path: root/CHANGES-4.4
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-09-21 17:02:33 -0400
committerChet Ramey <chet.ramey@case.edu>2015-09-21 17:02:33 -0400
commitdcb2f4489f921dc8b615a0bc402acbca396c759f (patch)
treef04375a1c738790901439d9e9d84aa3119f19172 /CHANGES-4.4
parent2b7361d5c124f05181fb575de4e283391c011a1e (diff)
downloadbash-dcb2f4489f921dc8b615a0bc402acbca396c759f.tar.gz
commit bash-20150918 snapshot
Diffstat (limited to 'CHANGES-4.4')
-rw-r--r--CHANGES-4.49
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES-4.4 b/CHANGES-4.4
index d1f39b57..96429190 100644
--- a/CHANGES-4.4
+++ b/CHANGES-4.4
@@ -1,5 +1,5 @@
-This document details the changes between this version, bash-4.4-alpha, and
-the previous version, bash-4.3-release.
+This document details the changes between this version, bash-4.4-beta, and
+the previous version, bash-4.4-alpha.
1. Change to Bash
@@ -80,6 +80,11 @@ y. Fixed a problem with the expansion of $'\c?'.
z. Bash no longer splits the expansion of here-strings, as the documentation
has always said.
+aa. Bash now puts `s' in the value of $- if the shell is reading from standard
+ input.
+
+bb. Fixed a bug that caused the shell to crash if invoked with a NULL environment.
+
2. Changes to Readline
a. Colored completion prefixes are now displayed using a different color, less