summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 12:55:32 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 12:55:32 -0500
commit762a763b05cd0a064c93530a4d8e18cbb40dcde3 (patch)
treecc6d374963efdea50ac96fbf89487460dda78579 /CHANGES
parent5ba8ff6eaac36dcbeea0c8af57632ec6432386a4 (diff)
downloadbash-762a763b05cd0a064c93530a4d8e18cbb40dcde3.tar.gz
commit bash-20040311 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7797c76..25e46370 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+This document details the changes between this version, bash-3.0-rc1,
+and the previous version, bash-3.0-beta1.
+
+1. Changes to Bash
+
+a. Fixed a bug that caused incorrect behavior when referecing element 0 of
+ an array using $array, element 0 was unset, and `set -u' was enabled.
+
+b. System-specific changes for: SCO Unix 3.2, Tandem.
+
+c. Fixed a bug that caused inappropriate word splitting when a variable was
+ expanded within a double-quoted string that also included $@.
+
+d. Fixed a bug that caused `pwd' to not display anything in physical mode
+ when the file system had changed underneath the shell.
+
+e. Fixed a bug in the pre- and post- increment and decrement parsing in the
+ expression evaluator that caused errors when the operands and corresponding
+ operators were separated by whitespace.
+------------------------------------------------------------------------------
This document details the changes between this version, bash-3.0-beta1,
and the previous version, bash-3.0-alpha.