diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:14:20 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-12 22:14:20 -0500 |
commit | deeba0d2f77b93ae78d874411a7e4177c3c26d66 (patch) | |
tree | bd30e3e02e256cce848e9388c144531f2f4d666d /CHANGES | |
parent | f9c8ffcbc4fcdbd60efd478f63ba587960783033 (diff) | |
download | bash-deeba0d2f77b93ae78d874411a7e4177c3c26d66.tar.gz |
commit bash-20110114 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +This document details the changes between this version, bash-4.2-rc2, +and the previous version, bash-4.2-rc1. + +1. Changes to Bash + +a. Changes to bash_directory_completion_hook so that it's assigned to the + readline rl_directory_rewrite_hook variable, which modifies the directory + name passed to opendir without modifying the directory name the user + typed. + +b. Fix bug in select builtin that caused it to not terminate correctly if + the read timed out due to $TMOUT. + +------------------------------------------------------------------------------ This document details the changes between this version, bash-4.2-rc1, and the previous version, bash-4.2-beta. |