SHA256
6
0
forked from pool/bash
2010-06-24 10:05:26 +00:00
committed by Git OBS Bridge
parent 368c00d899
commit 8f76e24cba
4 changed files with 137 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jun 24 11:34:48 CEST 2010 - werner@suse.de
- Add fix from upstream: restore the parser state over changing
readline editing mode otherwise e.g. set alias before the
change are lost.
-------------------------------------------------------------------
Thu Jun 24 10:40:09 CEST 2010 - werner@suse.de
- Avoid running the last member of a pipe command sequence to run
in its own subshell, this makes know lines like the simple
echo 1 2 | read a b; echo $a $b
work as expected by the users
-------------------------------------------------------------------
Tue May 25 12:35:03 CEST 2010 - werner@suse.de