summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 22:14:20 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 22:14:20 -0500
commitdeeba0d2f77b93ae78d874411a7e4177c3c26d66 (patch)
treebd30e3e02e256cce848e9388c144531f2f4d666d /CHANGES
parentf9c8ffcbc4fcdbd60efd478f63ba587960783033 (diff)
downloadbash-deeba0d2f77b93ae78d874411a7e4177c3c26d66.tar.gz
commit bash-20110114 snapshot
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 059c74e6..4a392b1f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.