SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for bash-debuginfo-4.2-51.9.1.i586.rpm :

* Mon Dec 03 2012 arvidjaarAATTgmail.com- bash-4.2-proc-subst-tempvars.patch - fix variable assignment in process substitutions (bnc#792460)
* Wed Jul 11 2012 wernerAATTsuse.de- Avoid possible buffer overflow when expanding the /dev/fd prefix with e.g. the test builtin (bnc#770795)
* Tue Jun 26 2012 cfarrellAATTsuse.com- license update: GPL-3.0+ Upstream declares the bash license to be GPL-3.0+ - not GPL-2.0+
* Mon Jun 11 2012 wernerAATTsuse.de- Enable auditing patch by simply applying it
* Wed May 23 2012 meissnerAATTsuse.com- added auditing patch from http://git.savannah.gnu.org/cgit/bash.git/plain/CWRU/audit-patch
* Thu Apr 05 2012 wernerAATTsuse.de- Remove not required patch (was a fix for bnc#141394) which now cause a wrong behaviour if applied (bnc#755453)
* Tue Mar 13 2012 wernerAATTsuse.de- Update bash 4.2 to patch level 24
* Fri Mar 09 2012 wernerAATTsuse.de- Avoid endless loop in user completion caused by endpw patches
* Tue Mar 06 2012 wernerAATTsuse.de- Add small patch for be able to use nanoseconds in comparision of time stamps of files (bnc#750640)
* Tue Mar 06 2012 wernerAATTsuse.de- Reenable patch for bnc#725657 with latest change from latest git repository of the patch.
* Tue Dec 20 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Mon Dec 19 2011 cooloAATTsuse.de- remove suse_update_config calls - obsolete
* Fri Nov 25 2011 wernerAATTsuse.de- Make build check quiet
* Fri Nov 25 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 20- Update readline 6.2 to patch level 2
* Mon Nov 21 2011 wernerAATTsuse.de- Disable endpwent() in rl_username_completion_function() as this cause a deadlock in a futex of the glibc (bnc#731556)
* Fri Nov 18 2011 wernerAATTsuse.de- Enforce bind references to global function symbols to the definition within libreadline
* Wed Nov 16 2011 wernerAATTsuse.de- Use libtinfo if available otherwise libncurses, this avoids linkage against libncursesw of libreadline (required due bnc #729226)
* Fri Nov 11 2011 wernerAATTsuse.de- Avoid memory mapped /var/run/nscd/passwd at shutdown by simply unmapping this only used area if parent is systemd or SysVinit
* Fri Nov 11 2011 wernerAATTsuse.de- Always close get(pw|gr)func with endpw() respectivly with endgr() to avoid memory mapped passwd/groups of cache files from nscd
* Wed Nov 02 2011 wernerAATTsuse.de- Disable last patch as it seems a bit broken (bnc#725657)
* Tue Oct 25 2011 wernerAATTsuse.de- Add direxpand patch from upstream (bnc#725657)
* Fri Oct 07 2011 wernerAATTsuse.de- Add patch from upstream mailing list to avoid memory leak by reassigning associative array variable
* Mon Sep 19 2011 cooloAATTsuse.com- remove autoreqprov and author lists
* Tue Jun 21 2011 wernerAATTsuse.de- Add fix from upstream mailing list to avoid crash
* Fri Jun 17 2011 cooloAATTnovell.com- use original source URLs
* Thu Jun 16 2011 wernerAATTsuse.de- Fix the fix for bug bnc#681286 to be able to avoid both a not expanding glob as well as the infinit loop in multi byte locale
* Thu May 12 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 10- Add patch from upstream to avoid loosing quoted-nulls- Add modified patch to avod endless loop in UTF-8 locale
* Tue Mar 22 2011 wernerAATTsuse.de- Remove patch to avod endless loop in UTF-8 locale as it breaks glob expanding (bnc#681286)
* Tue Mar 15 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 8- Add Ctr-C patch from upstream- Add fix for endless loop in UTF-8 locale
* Wed Mar 09 2011 wernerAATTsuse.de- Avoid siglongjmp, compare with http://lists.gnu.org/archive/html/bug-bash/2011-03/msg00070.html use temprary solution from Chet
* Tue Mar 08 2011 wernerAATTsuse.de- Much better solution for saving history for system with sigsetjmp
* Tue Mar 08 2011 wernerAATTsuse.de- Reintroduce history saving at SIGHUP
* Mon Mar 07 2011 wernerAATTsuse.de- Update bash 4.2 to patch level 7
* Thu Feb 17 2011 cooloAATTnovell.com- having a bash man page is recommended (bnc#672528)
* Mon Feb 14 2011 wernerAATTsuse.de- Update to bash 4.2 -- changelog see entry for bash 4.2 rc1
* Mon Jan 17 2011 wernerAATTsuse.de- Update to bash 4.2 rc1
* `exec -a foo\' now sets $0 to `foo\' in an executable shell script without a leading #!.
* Subshells begun to execute command substitutions or run shell functions or builtins in subshells do not reset trap strings until a new trap is specified. This allows $(trap) to display the caller\'s traps and the trap strings to persist until a new trap is set.
* `trap -p\' will now show signals ignored at shell startup, though their disposition still cannot be modified.
* $\'...\', echo, and printf understand \\uXXXX and \\UXXXXXXXX escape sequences.
* declare/typeset has a new `-g\' option, which creates variables in the global scope even when run in a shell function.
* test/[/[[ have a new -v variable unary operator, which returns success if `variable\' has been set.
* Posix parsing changes to allow `! time command\' and multiple consecutive instances of `!\' (which toggle) and `time\' (which have no cumulative effect).
* Posix change to allow `time\' as a command by itself to print the elapsed user, system, and real times for the shell and its children.
* $((...)) is always parsed as an arithmetic expansion first, instead of as a potential nested command substitution, as Posix requires.
* A new FUNCNEST variable to allow the user to control the maximum shell function nesting (recursive execution) level.
* The mapfile builtin now supplies a third argument to the callback command: the line about to be assigned to the supplied array index.
* The printf builtin has a new %(fmt)T specifier, which allows time values to use strftime-like formatting.
* There is a new `compat41\' shell option.
* The cd builtin has a new Posix-mandated `-e\' option.
* Negative subscripts to indexed arrays, previously errors, now are treated as offsets from the maximum assigned index + 1.
* Negative length specifications in the ${var:offset:length} expansion, previously errors, are now treated as offsets from the end of the variable.
* Parsing change to allow `time -p --\'.
* Posix-mode parsing change to not recognize `time\' as a keyword if the following token begins with a `-\'. This means no more Posix-mode `time -p\'. Posix interpretation 267.
* There is a new `lastpipe\' shell option that runs the last command of a pipeline in the current shell context. The lastpipe option has no effect if job control is enabled.
* History expansion no longer expands the `$!\' variable expansion.
* Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin.
* History expansion no longer expands the `$!\' variable expansion.
* Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin.
* Non-interactive mode shells exit if -u is enabled and an attempt is made to use an unset variable with the % or # expansions, the `//\', `^\', or `,\' expansions, or the parameter length expansion.
* Posix-mode shells use the argument passed to `.\' as-is if a $PATH search fails, effectively searching the current directory. Posix-2008 change.- Update to readline 6.2 rc1
* The history library does not try to write the history filename in the current directory if $HOME is unset. This closes a potential security problem if the application does not specify a history filename.
* New bindable variable `completion-display-width\' to set the number of columns used when displaying completions.
* New bindable variable `completion-case-map\' to cause case-insensitive completion to treat `-\' and `_\' as identical.
* There are new bindable vi-mode command names to avoid readline\'s case- insensitive matching not allowing them to be bound separately.
* New bindable variable `menu-complete-display-prefix\' causes the menu completion code to display the common prefix of the possible completions before cycling through the list, instead of after.
* Mon Oct 18 2010 jslabyAATTsuse.de- fix czech message
* Thu Oct 14 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 9
* When declaring an associative array and implicitly assigning a value to element \"0\", bash does not correctly allocate memory, leading to a segmentation violation when that element or the array itself is unset.
* An arriving SIGCHLD will interrupt `slow\' system calls such as write(2) to or read(2) from a terminal. This results in an error message and truncated input or output.
* Fri Sep 03 2010 cristian.rodriguezAATTopensuse.org- builtin \"man2html\"generates html manual with a timestamp that causes the package to be published over and over again.
* Mon Aug 16 2010 wernerAATTsuse.de- A modified version of the pipe patch which should handle the PIPESTATUS array
* Fri Aug 13 2010 wernerAATTsuse.de- Disable the pipe patch from Thu Jun 24 10:40:09 CEST 2010 as this resets the PIPESTATUS array to the status of the forground process only
* Thu Jul 29 2010 wernerAATTsuse.de- Add fix from mailing list to avoid crash
* Mon Jul 19 2010 wernerAATTsuse.de- Comment out recommendation of bash-completion, as I\'d like no to see the bugs of bash-completion in my bugzilla
* Sat Jul 17 2010 cristian.rodriguezAATTopensuse.org- Do not package static libraries- Fix Recommends/Suggests
* Thu Jun 24 2010 wernerAATTsuse.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 2010 wernerAATTsuse.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 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 7
* Bash did not correctly print/reproduce here documents attached to commands inside compound commands such as for and while.
* A typo caused bash to not honor a precision specification in a printf format.
* Mon Apr 12 2010 wernerAATTsuse.de- Add fix for memory double free in array handling
* Tue Apr 06 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 5 (related to bnc#522351)
* If command completion is attempted on a word with a quoted globbing character (e.g., `
*\' or `?\'), bash can reference a NULL pointer and dump core.
* When running in Posix mode and executing a shell function without local variables, bash will not propagate a variable in a special builtin\'s temporary environment to have global scope.
* When the `read\' builtin times out after the timeout specified with -t is exceeded, it does not reset the flags that tell signal handlers to process signals immediately instead of deferring their handling. This can result in unsafe functions being called from signal handlers, which can cause bash to hang or dump core.
* Tue Mar 09 2010 wernerAATTsuse.de- Add patch from bash-bug list to avoid crahs on some strange TAB completions
* Mon Mar 01 2010 roAATTsuse.de- fix warning no return statement in function returning non-void to fix build (in bashline.c)
* Wed Feb 24 2010 wernerAATTsuse.de- Avoid hang due malloc()/free() within signal handler (bnc#522351)
* Thu Feb 18 2010 wernerAATTsuse.de- Add patch to reflect the usage of /etc/bash.bashrc (bnc#577221)
* Mon Feb 15 2010 wernerAATTsuse.de- Update bash 4.1 to patch level 2
* Here-documents within $(...) command substitutions may once more be delimited by the closing right paren, instead of requiring a newline.
* Bash\'s file status checks (executable, readable, etc.) now take file system ACLs into account on file systems that support them.
* Bash now passes environment variables with names that are not valid shell variable names through into the environment passed to child processes.
* The `execute-unix-command\' readline function now attempts to clear and reuse the current line rather than move to a new one after the command executes.
* `printf -v\' can now assign values to array indices.
* New `complete -E\' and `compopt -E\' options that work on the \"empty\" completion: completion attempted on an empty command line.
* New complete/compgen/compopt -D option to define a `default\' completion: a completion to be invoked on command for which no completion has been defined. If this function returns 124, programmable completion is attempted again, allowing a user to dynamically build a set of completions as completion is attempted by having the default completion function install individual completion functions each time it is invoked.
* When displaying associative arrays, subscripts are now quoted.
* Changes to dabbrev-expand to make it more `emacs-like\': no space appended after matches, completions are not sorted, and most recent history entries are presented first.
* The [[ and (( commands are now subject to the setting of `set -e\' and the ERR trap.
* The source/. builtin now removes NUL bytes from the file before attempting to parse commands.
* There is a new configuration option (in config-top.h) that forces bash to forward all history entries to syslog.
* A new variable $BASHOPTS to export shell options settable using `shopt\' to child processes.
* There is a new confgure option that forces the extglob option to be enabled by default.
* New variable $BASH_XTRACEFD; when set to an integer bash will write xtrace output to that file descriptor.
* If the optional left-hand-side of a redirection is of the form {var}, the shell assigns the file descriptor used to $var or uses $var as the file descriptor to move or close, depending on the redirection operator.
* The < and > operators to the [[ conditional command now do string comparison according to the current locale if the compatibility level is greater than 40.
* Programmable completion now uses the completion for `b\' instead of `a\' when completion is attempted on a line like: a $(b c.
* Force extglob on temporarily when parsing the pattern argument to the == and != operators to the [[ command, for compatibility.
* Changed the behavior of interrupting the wait builtin when a SIGCHLD is received and a trap on SIGCHLD is set to be Posix-mode only.
* The read builtin has a new `-N nchars\' option, which reads exactly NCHARS characters, ignoring delimiters like newline.
* The mapfile/readarray builtin no longer stores the commands it invokes via callbacks in the history list.
* There is a new `compat40\' shopt option.- Update readline 6.1 to patch level 1
* New bindable function: menu-complete-backward.
* In the vi insertion keymap, C-n is now bound to menu-complete by default, and C-p to menu-complete-backward.
* When in vi command mode, repeatedly hitting ESC now does nothing, even when ESC introduces a bound key sequence. This is closer to how historical vi behaves.
* New bindable function: skip-csi-sequence. Can be used as a default to consume key sequences generated by keys like Home and End without having to bind all keys.
* New application-settable function: rl_filename_rewrite_hook. Can be used to rewite or modify filenames read from the file system before they are compared to the word to be completed.
* New bindable variable: skip-completed-text, active when completing in the middle of a word. If enabled, it means that characters in the completion that match characters in the remainder of the word are \"skipped\" rather than inserted into the line.
* The pre-readline-6.0 version of menu completion is available as \"old-menu-complete\" for users who do not like the readline-6.0 version.
* New bindable variable: echo-control-characters. If enabled, and the tty ECHOCTL bit is set, controls the echoing of characters corresponding to keyboard-generated signals.
* New bindable variable: enable-meta-key. Controls whether or not readline sends the smm/rmm sequences if the terminal indicates it has a meta key that enables eight-bit characters.
* Wed Dec 16 2009 jengelhAATTmedozas.de- package documentation as noarch
* Sat Dec 12 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Fri Dec 04 2009 wernerAATTsuse.de- Fix bug in bash-4.0-security.patch (bnc#559877)
* Thu Oct 29 2009 wernerAATTsuse.de- Update to newest patch level 35
* bash incorrectly interprets wildcarded path components between a
*
*/ and the last /
* bash incorrectly treated single and double quotes as delimiters rather than introducing quoted strings when splitting the line into words for programmable completion functions
* Wed Sep 30 2009 wernerAATTsuse.de- Make _rl_enable_meta configurable by the users (bnc#541379)
* Wed Sep 09 2009 wernerAATTsuse.de- Do not change tty owner group twice by child and parent (bnc#523667)
* Wed Sep 09 2009 wernerAATTsuse.de- Update to newest patch level 33
* Includes one of our own patches
* Wed Aug 26 2009 cooloAATTnovell.com- rediff patches to avoid fuzz
* Tue Jul 28 2009 wernerAATTsuse.de- Update to newest patch level 28
* Thu Jul 02 2009 wernerAATTsuse.de- Add fix from bash maintainer for closing memory leak in read builtin (bnc#510288)
* Tue Jun 09 2009 wernerAATTsuse.de- Branch off some sub packages:
* bash-lang to include localization
* bash-loadables for installing the loadable runtime builtins
* bash-devel to install headers for developing loadable builtins
* Wed Jun 03 2009 wernerAATTsuse.de- Enforce the usage of euidaccess(3) instead of stat(2) for testing permissions for a file (bnc#509105)
* Mon May 25 2009 wernerAATTsuse.de- Update to newest patch level 24:
* include last few patches- Add patches from mailing list for globstar expansion
* Mon May 11 2009 werneAATTsuse.de- Increase size of hash table for runtime linker a lot
* Mon Apr 27 2009 werneAATTsuse.de- Add patches from mailing list:
* fix problem with invisible characters in prompt
* make dir
*/
*
* work
* Tue Apr 21 2009 werneAATTsuse.de- Do not crash on forbidden subdirectories with globstar extension
* Wed Apr 15 2009 werneAATTsuse.de- Add fix to be able to clear to eol in readline library
* Tue Apr 14 2009 werneAATTsuse.de- Add fix for timing issue in readline SIGWINCH handling
* Wed Apr 08 2009 werneAATTsuse.de- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault
* Mon Mar 16 2009 wernerAATTsuse.de- Add patches from bug-bashAATTgnu.org to avoid eg. segmentation fault
* Thu Mar 12 2009 wernerAATTsuse.de- Add patch from bug-bashAATTgnu.org to enable |& not only for builtins and shell functions but for all commands.
* Tue Mar 10 2009 wernerAATTsuse.de- Switch to official patches, now we are on patch level 10
* Wed Mar 04 2009 wernerAATTsuse.de- Use patches from bug-bashAATTgnu.org to make it work
* Wed Mar 04 2009 wernerAATTsuse.de- Patch for bnc#481817 does not work in any case
* Wed Mar 04 2009 wernerAATTsuse.de- My last patch for bnc#470548 send to bug-bashAATTgnu.org was not fully applied and this had caused a memory corruption on tab completion.- Enable the parser to find closing parenthesis at the end of an argument of a command even if backslash is used (bnc#481817)- Correct link of shared libraries of devel readline package
* Fri Feb 27 2009 wernerAATTsuse.de- Update bash 4.0 to patch level 0- Update readline 6.0 to patch level 0
* Wed Feb 18 2009 wernerAATTsuse.de- Add readline patch 13
* Fri Jan 30 2009 wernerAATTsuse.de- Restore state if shell function for completion is interrupted (bnc#470548)
* Tue Jan 13 2009 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293)
* Fri Dec 19 2008 wernerAATTsuse.de- Enable large file support (bnc#460560)
* Tue Dec 09 2008 schwabAATTsuse.de- Add bash patches 40-48.
* Tue Nov 25 2008 wernerAATTsuse.de- Parse the return value of setlocale(LC_ALL) (bnc#447846)
* Thu Oct 16 2008 wernerAATTsuse.de- Let\'s avoid not needed library dependencies (bnc#439051)
* Mon Sep 01 2008 prusnakAATTsuse.cz- bash should suggest command-not-found, not scout
* Thu Jul 24 2008 wernerAATTsuse.de- Add command-not-found.patch for scout support (fate#303730)
* Tue Jun 17 2008 wernerAATTsuse.de- Avoid underline the full paragraph in the man page (bnc#400767)
* Sat May 17 2008 cooloAATTsuse.de- fix rename of xxbit packages
* Tue May 06 2008 schwabAATTsuse.de- Add bash patches 34-39.
* Mon Apr 28 2008 matzAATTsuse.de- Fix last patch.
* Thu Apr 24 2008 wernerAATTsuse.de- Add workaround for bnc#382214
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Wed Apr 02 2008 wernerAATTsuse.de- Allow to (re)send signals within trap handlers (bnc#345441)- Clear exit status if not sourcing system profile (bnc#372061)
* Thu Feb 28 2008 dmuellerAATTsuse.de- remove invalid filerequires, the libreadline5 dependency is enough
* Mon Jan 28 2008 schwabAATTsuse.de- Add bash patches 26-33.
* Tue Jan 08 2008 wernerAATTsuse.de- Restart the signal handler for SIGCHLD if not already done within the signal handler its self (may help for bug #345441)
* Mon Jan 07 2008 schwabAATTsuse.de- Fix memory leak in read builtin.
* Fri Dec 07 2007 wernerAATTsuse.de- Add skel files .bashrc, bash_history, and .profile from aaa_skel
* Tue Dec 04 2007 wernerAATTsuse.de- Extend fix for off-by-one error in libreadline (bug #274120)- Enable ssh detection in the bash (bug #345570)
* Thu Sep 20 2007 wernerAATTsuse.de- Remove error triggering path requirement (bug #326751)
* Sun Aug 26 2007 schwabAATTsuse.de- Add bash patches 18-25.
* Sat Aug 11 2007 schwabAATTsuse.de- Add bash patches 10-17.
* Fri Aug 03 2007 dmuellerAATTsuse.de- fix devel requires
* Fri Aug 03 2007 schwabAATTsuse.de- Fix dependencies.
* Tue Jul 31 2007 wernerAATTsuse.de- Branch off bash-doc and readline-doc (bug #260209)- Rename readline to libreadline5 (bug #260209)
* Thu Apr 19 2007 schwabAATTsuse.de- Fix bug in readline redisplay.
* Thu Mar 29 2007 dmuellerAATTsuse.de- add ncurses-devel requires to readline-devel
* Mon Mar 26 2007 rguentherAATTsuse.de- Add bison and ncurses-devel BuildRequires.
* Tue Mar 06 2007 rguentherAATTsuse.de- Fix order of changelog entries. Remove duplicate entry.
* Wed Feb 28 2007 wernerAATTsuse.de- Don\'t access buffer but resulting pointer for array element names to avoid the not initialized area of the buffer. This also fixes an inherent wrong calculation of the string length of the array element names (bug #248717)
* Thu Dec 14 2006 wernerAATTsuse.de- Update to bash 3.2 patch level 9
* Wed Dec 06 2006 schwabAATTsuse.de- Remove obsolete patches.
* Fri Nov 17 2006 wernerAATTsuse.de- Remove /usr/bin/bash (#206000)
* Tue Nov 14 2006 wernerAATTsuse.de- Update to bash 3.2 patch level 5
* Wed Sep 27 2006 wernerAATTsuse.de- Use PIE to make a shared bash binary- Make the bash modules build for testing
* Fri Sep 22 2006 wernerAATTsuse.de- Remove rpath option for libraries use linker defaults instead
* Fri Sep 22 2006 wernerAATTsuse.de- Add symbolic link for POSIX bourne shell to /usr/bin/ (#206000)
* Thu Sep 14 2006 wernerAATTsuse.de- Add environment variable DEFAULT_BELL_STYLE to control the bell style of the readline library without using intputrc.
* Mon Aug 07 2006 wernerAATTsuse.de- Let readline-devel requires libncurses.so (bug #188673)
* Thu Jul 27 2006 wernerAATTsuse.de- Let printf builtin handle stdout errors correctly (bug #190349)
* Wed May 31 2006 wernerAATTsuse.de- Fix crash in IFS multi byte handling (bug #180317)
* Tue May 23 2006 wernerAATTsuse.de- Make the test suite run even on ppc emulated on ppc64
* Mon May 15 2006 wernerAATTsuse.de- Update bash 3.1 to patch level 17
* Allow array subscripts to be sourounded by double quotes- Run test suite with nearly all scripts
* Mon Apr 03 2006 wernerAATTsuse.de- Update bash 3.1 to patch level 16
* Bash will dump core when attempting to perform globbing in directories with very large numbers of files
* Solve problem with the extended globbing code prevented dots from matching filenames when used in some matching patterns
* Mon Mar 27 2006 wernerAATTsuse.de- Use access(2) with temporary switched euid/ruid and egid/rgid instead of stat(2) to determine the access permissions of a file, this works even on RO mounted NFS file systems (#160513)
* Wed Mar 22 2006 wernerAATTsuse.de- Be sure that ~/.inputrc is read even if INPUTRC is set to system wide /etc/inputrc (bug #160003)- Make prefix-meta work even with new readline syntax but disable it by default (since bug #suse21096)
* Mon Mar 20 2006 wernerAATTsuse.de- Update to bash 3.1 to patch level 14 and readline 5.1 to level 4
* Do not terminate words prematurely if parentheses are involved
* Readline sometimes reference freed memory
* Fix double displayed prompt when using non-incremental searches
* Sun Mar 12 2006 schwabAATTsuse.de- Update bash31-010 patch, better fix for #151000.
* Thu Mar 02 2006 wernerAATTsuse.de- Update bash 3.1 to patch level 11 and readline 5.1 to level 2
* Includes fix for line-wrapping errors
* Replacement for bug fix of bug #146075 with better reallocation and compaction of the job array list.
* Do not let SIGINT from terminal reach background processes
* Do not let asynchronous background jobs set the terminal process group incorrectly.
* Replacement for bug fix of bug #151000
* Do not strip quoting inside double-quoted command substitutions
* Wed Mar 01 2006 wernerAATTsuse.de- Re-enable escaping newline within quotes in commands (#151000)
* Mon Jan 30 2006 wernerAATTsuse.de- Do initialize the fresh members of the job array (bug #146075)
* Mon Jan 30 2006 schwabAATTsuse.de- Barf if /proc is missing.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Jan 10 2006 wernerAATTsuse.de- Update to newest patch level 5: + corrects several omissions in the bash documentation + local array variable declared at function scope shadowing a global variable should create a separate instance + When tilde expansion fails, do not skip rest of an expansion- Expand dollar quotes even for the single quote case (bug #141394)
* Thu Dec 22 2005 wernerAATTsuse.de- Switch to first patchlevel for the bash and the readline library. This should fix problems happen with local/eval/let builtins.
* Mon Dec 19 2005 wernerAATTsuse.de- Remove dangling sym links
* Tue Dec 13 2005 schwabAATTsuse.de- Fix segfault in readline callback interface.
* Mon Dec 12 2005 schwabAATTsuse.de- Fix return of random data.- Set CFLAGS_FOR_BUILD.
* Fri Dec 09 2005 wernerAATTsuse.de- Update to bash version 3.1 and readline library version 5.1
* Thu Sep 29 2005 wernerAATTsuse.de- More cookie for the compiler
* Mon Sep 19 2005 wernerAATTsuse.de- Give the compiler its cookie
* Tue Apr 19 2005 postadalAATTsuse.cz- fixed crashing on read -e command and line wrapping (in readline code) (bug #76709)
* Fri Jan 28 2005 wernerAATTsuse.de- Add workaround for NFS bug which does not check permissions on open of a file but close (bug #20244)
* Thu Nov 25 2004 wernerAATTsuse.de- Remove local array patch because not needed anymore- Fix a crash on internal arrays if unset during execution of functions and files (bug #48511)
* Sun Nov 21 2004 schwabAATTsuse.de- Add patches from and .
* Fri Nov 19 2004 wernerAATTsuse.de- Fix the evalexp fix (bug #48253)
* Mon Oct 25 2004 wernerAATTsuse.de- Be sure that the FN macro nroff macro is available in all sub manual pages (bug #47560)
* Tue Oct 12 2004 wernerAATTsuse.de- Re-activate first part of prompt fix because it does not harm (bug #36919)
* Tue Oct 12 2004 roAATTsuse.de- no macros in Version lines
* Mon Oct 11 2004 wernerAATTsuse.de- Disable prompt patch for now because not needed and other problmes caused by this fix (bug #36919)- Clear out last_made_pid on success (bug #42232)
* Thu Sep 30 2004 wernerAATTsuse.de- Clear out prompt line of isearch for invisible chars (bug #36919)
* Wed Sep 29 2004 wernerAATTsuse.de- Fix prompt problem with invisible characters (bug #36919)
* Fri Sep 17 2004 wernerAATTsuse.de- Fix line wraping for newlines in prompt (bug #45519)
* Wed Sep 15 2004 schwabAATTsuse.de- Fix missing return value.
* Sat Sep 11 2004 kukukAATTsuse.de- Disable use of WCONTINUED as long as bash does not check if it is supported.
* Mon Sep 06 2004 wernerAATTsuse.de- Fix prefix strip for last added patch
* Fri Sep 03 2004 wernerAATTsuse.de- Add warning about broken glibc locale before we get the SIGSEGV (bug #44658)
* Sun Aug 01 2004 schwabAATTsuse.de- Fix rl_maybe_save_line.- Track LC_TIME.
* Fri Jul 30 2004 wernerAATTsuse.de- Put version to bash 3.0 and readline 5.0
* Mon Jun 07 2004 wernerAATTsuse.de- Add missed declaration of oldval for previous bugfix
* Fri Jun 04 2004 wernerAATTsuse.de- Fix local array variable handling (bug #41649)
* Wed Jun 02 2004 wernerAATTsuse.de- Fix evaluation none local return stack curruption (bug #41488)
* Wed Apr 07 2004 wernerAATTsuse.de- In case of quotes position counter has to be advanced (#38599)
* Thu Apr 01 2004 wernerAATTsuse.de- Add directoy check to distinguish none unique and unique executables (bug #37329)
* Mon Mar 29 2004 wernerAATTsuse.de- Make the directory patch working as it should (bug #37329)
* Thu Mar 25 2004 wernerAATTsuse.de- Move forward to official bug fixes to catch UTF-8 bug #31451 and bug #36919
* Thu Feb 12 2004 wernerAATTsuse.de- Fix cut&paste error of fix for bug #34427
* Wed Feb 11 2004 wernerAATTsuse.de- Fix SIGSEGV in using UTF-8 and pattern matching (bug #34427)- Fix LC_NUMERIC handling of builtin printf (bug #34428)
* Mon Feb 02 2004 wernerAATTsuse.de- Fix the fix and also bug #34242
* Thu Jan 29 2004 wernerAATTsuse.de- Fix performance problem for pattern matching in UTF-8 locale (port back patch from Mitsuru Chinen )
* Tue Jan 13 2004 kukukAATTsuse.de- Fix last changes
* Sat Jan 10 2004 adrianAATTsuse.de- add %run_ldconfig
* Mon Jul 28 2003 wernerAATTsuse.de- Add /etc/bash_completion.d directory
* Thu Jun 26 2003 kukukAATTsuse.de- Fix specfile for lib64
* Wed Jun 04 2003 jhAATTsuse.de- Enable profile feedback
* Fri May 23 2003 roAATTsuse.de- remove unpackaged files
* Thu May 22 2003 mfabianAATTsuse.de- improvement for bash-2.05b-locale.patch and bash-2.05b-readline-init.patch: this fixes the problem that the line editor in bash is not correctly initialized in the first bash after login via ssh or on the linux console. This is especially obvious in UTF-8 locales when editing non-ASCII characters on the command line. See also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74701 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74925 The following bug remains fixed: http://bugzilla.suse.de/show_bug.cgi?id=16999- bash-2.05b-complete.patch: (by Miloslav Trmac ) achieve correct alignment of file names containing non-ASCII characters when typing \"ls \" and pressing Tab twice to show the completions. See also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90201
* Mon Mar 17 2003 wernerAATTsuse.de- Do not execute command line if tty is closed (bug #25445)
* Thu Feb 13 2003 schwabAATTsuse.de- Fix prompt decoding with -noediting.
* Tue Feb 11 2003 kukukAATTsuse.de- To avoid loop in PreRequires, don\'t install info pages. The info package contains a dir file which contains the bash entries already.
* Fri Feb 07 2003 roAATTsuse.de- fixed specfile
* Fri Feb 07 2003 roAATTsuse.de- added install_info macros
* Mon Jan 27 2003 schwabAATTsuse.de- Fix bugs #21096 and #21392 properly: don\'t recurse on do-lowercase-version for fallback entry.
* Tue Jan 21 2003 wernerAATTsuse.de- Allow rbash as login shell (`-\' problem, bug #22917)
* Wed Dec 18 2002 schwabAATTsuse.de- Use BuildRoot.
* Thu Dec 12 2002 mfabianAATTsuse.de- add bash-2.05b-display-mbspeed.patch received from Jiro SEKIBA to improve display speed in multibyte locales.
* Sat Nov 09 2002 roAATTsuse.de- add bison to neededforbuild for now (till we\'re sure about bison again)
* Thu Oct 31 2002 wernerAATTsuse.de- For bug #21096 and #21392: implement an oom protection.
* Mon Oct 21 2002 wernerAATTsuse.de- More for bug#21096: Make prefix-meta work even if mapped onto longer escape sequences.
* Fri Oct 18 2002 wernerAATTsuse.de- Fix bug#21096: sequences like `ESC ... CHARACTER\' with CHARACTER mapped on functions will not cause an endless recursion anymore.
* Wed Sep 25 2002 roAATTsuse.de- removed more bogus provides
* Wed Sep 11 2002 wernerAATTsuse.de- Correct Provides (package should not provides its self)
* Fri Aug 30 2002 wernerAATTsuse.de- Add version dependend require on readline (bug #18652)
* Fri Aug 30 2002 wernerAATTsuse.de- Fix annoying display bug in wide character support (bug #18449)
* Wed Aug 28 2002 wernerAATTsuse.de- Add comment about multi byte handling and echo builtin (#18449)
* Wed Aug 21 2002 mlsAATTsuse.de- fix $RANDOM randomness in subshells
* Fri Aug 09 2002 kukukAATTsuse.de- readline-devel should require readline
* Mon Jul 29 2002 wernerAATTsuse.de- Expansion of `~user/\' is like `/\'
* Sat Jul 27 2002 kukukAATTsuse.de- Remove not used tetex from neededforbuild- Fix building of man2html (bash.html still broken)
* Fri Jul 19 2002 wernerAATTsuse.de- Check value of LANG before LC_ALL will be unset for getting the _current_ default value of LC_ALL with setlocale(3) (bug #16999)
* Fri Jul 19 2002 wernerAATTsuse.de- Fix NULL pointer handled by memset (readline:mbutil.c)
* Thu Jul 18 2002 wernerAATTsuse.de- Update to new version bash 2.05b/readline 4.3
* Wed May 22 2002 schwabAATTsuse.de- Fix vi-change-char.- Fix missing declaration.
* Wed Apr 17 2002 schwabAATTsuse.de- Fix last change.
* Thu Apr 11 2002 sfAATTsuse.de- using %{_libdir} to put the shlibs into the correct directories (lib / lib64)
* Tue Mar 26 2002 wernerAATTsuse.de- Fix possible endless loop if terminal will be disconneted during complete answer (bug report from bastianAATTkde.org, for more see http://bugs.kde.org/db/37/37999.html)
* Tue Mar 19 2002 roAATTsuse.de- removed tetex from neededforbuild, it\'s not used here
* Wed Mar 06 2002 wernerAATTsuse.de- Use improved bug fix for line wrapping problem, now line wrapping work for char and wide char environments- Fix readline version number
* Wed Feb 27 2002 mfabianAATTsuse.de- add readline-4.2-i18n-0.3-display.patch from Jiro SEKIBA to fix a line wrapping problem.
* Mon Jan 21 2002 wernerAATTsuse.de- Fix bug #12834: Update to bash-2.05-i18n-0.5.patch.gz and bash-2.05-readline-i18n-0.3.patch.gz
* Thu Oct 18 2001 wernerAATTsuse.de- Allways include /etc/inputrc if INPUTRC isn\'t system file
* Mon Oct 08 2001 wernerAATTsuse.de- Fix readline i18n patch: enable configure of multi byte handling, fix warnings and bug in histexpand.c
* Fri Oct 05 2001 wernerAATTsuse.de- Add two patches for I18N support of bash and readline library
* Tue Sep 04 2001 wernerAATTsuse.de- Add patch to avoid trouble with C++ header definitions
* Fri Aug 03 2001 wernerAATTsuse.de- Fix fc crash (bug #9620)
* Mon Jul 02 2001 olhAATTsuse.de- dont apply bash-2.05-s390x-unwind.patch on ppc and sparc
* Wed Jun 13 2001 bkAATTsuse.de- fix 64-bit bigendian bug for s390x
* Wed Jun 06 2001 wernerAATTsuse.de- Re-order configure.in to avoid trouble with new autoconf
* Tue May 08 2001 mfabianAATTsuse.de- bzip2 sources
* Sat May 05 2001 schwabAATTsuse.de- Fix process substitution when stdin is closed.
* Wed May 02 2001 wernerAATTsuse.de- Make patch for 2.4.4 work within spec
* Wed May 02 2001 wernerAATTsuse.de- Remove buggy patch in job control, add a workaround
* Mon Apr 30 2001 wernerAATTsuse.de- Add patch to get job control into right order on a pipe
* Thu Apr 12 2001 wernerAATTsuse.de- Provide cpp macro OLD_READLINE for backwards compatibility at compile time with old readline interface
* Wed Apr 11 2001 roAATTsuse.de- added split-alias as provides (again)
* Wed Apr 11 2001 wernerAATTsuse.de- Update to bash 2.05 and readline 4.2- Port of our patches
* Thu Feb 22 2001 wernerAATTsuse.de- Split package into bash/readline/readline-devel- Depend libreadline on libncurses
* Thu Sep 14 2000 wernerAATTsuse.de- Add some bug fixes- Add missed ssh fix for none interactive shell
* Wed Jun 07 2000 wernerAATTsuse.de- Fix some patches- Add export patch for bash 2.04- Fix `soname\' of readline and history libraries- Fix linkage of major readline and history libraries
* Mon Jun 05 2000 schwabAATTsuse.de- Fix unwind_protect_pointer on 64-bit systems.
* Wed May 31 2000 schwabAATTsuse.de- Comment out declaration of savestring in that conflicts with other people\'s declaration (eg. gdb).
* Mon May 29 2000 ajAATTsuse.de- Upgrade to bash 2.04 and readline 4.1.
* Sun May 21 2000 kukukAATTsuse.de- Use docdir
* Sat Apr 01 2000 bkAATTsuse.de- remove obviosly unneeded link /usr/lib/libreadline.so on s390
* Tue Mar 14 2000 wernerAATTsuse.de- Add locale patch to enable LC_NUMERIC handling
* Thu Feb 24 2000 wernerAATTsuse.de- Use $VENDOR for several linux architectures- Set check_window_size (shopt checkwinsize) to true, this will correct screen size even if it changes during a job.
* Tue Feb 15 2000 schwabAATTsuse.de- Update config.{guess,sub} to latest version.- Fix spec file to create doc directory before installing into it.
* Fri Jan 28 2000 wernerAATTsuse.de- Add mailstat patch (handles mail directories)- Fix configuration (system is %arch-suse-linux)- Fix segfault (job handling)- Fix manual (add rbash manual, add some missed options)- Install rbash (symlink to bash)- Fix readline (End, Del)- Fix temporary file handling (do not write without check)- Use system random interface not builtin- Remove some compiler warnings- Set --enable-disabled-builtins (useful)- Install shared readline and history in /lib (bash needs that)- Enable shared readline (version 4.0) and history library- Try to use shared readline and history for bash (TEST)
* Fri Dec 03 1999 kasalAATTsuse.de- added command to make and install doc/bashref.html
* Fri Nov 26 1999 kukukAATTsuse.de- Fix spec file
* Thu Nov 25 1999 kukukAATTsuse.de- Merge Makefile.Linux with spec file, use RPM_OPT_FLAGS- Remove --disable-dparen-arithmetic
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Aug 24 1999 uliAATTsuse.de- fixed for PPC
* Mon Jul 19 1999 florianAATTsuse.de- update to bash 2.03, readline 4.0
* Wed Jan 13 1999 AATTsuse.de- disabled `Broken pipe\' messages
* Sun Dec 13 1998 bsAATTsuse.de- removed notify message - bash 2.0 is standard for a long time now.
* Mon Dec 07 1998 florianAATTsuse.de- remove SSH_CLIENT-kludge as this cannot detect all correct cases where .bashrc should be loaded- delete email-changes in bashbug script- update readline to version 2.2.1
* Thu Nov 12 1998 bsAATTsuse.de- minor fix for new rpm
* Thu Oct 01 1998 roAATTsuse.de- update to 2.02.1 / reintegrated werner\'s tmp-fix for bashbug
* Thu Jul 23 1998 wernerAATTsuse.de- use mktemp
* Thu Jul 16 1998 wernerAATTsuse.de- fix bashbug temp file handling
* Wed Jun 17 1998 roAATTsuse.de- changed general.h: !defined (gid_t)
* Mon Oct 27 1997 florianAATTsuse.de- do not include old compatible-only safestring() in libreadline.a
* Thu Oct 09 1997 florianAATTsuse.de- update to version 2.01.1- add several bugfixes- fix missing things in spec-file
* Thu Aug 14 1997 florianAATTsuse.de- add several bug-fixes from gnu.bash.bug and fix memory management of LC_ALL
* Sat Jul 05 1997 florianAATTsuse.de- add another bugfix from gnu.utils.bugs
* Mon Jun 23 1997 florianAATTsuse.de- create the history file with 0600 perms- add minor bugfix to check for new email
* Thu Jun 05 1997 florianAATTsuse.de- bash: check for NULL-pointer before calling \"savestring()\"- add bashref.info and newer FAQ
* Tue Apr 22 1997 bsAATTsuse.de- added FAQ and bashref.html to /usr/doc/packages/bash
* Sun Apr 13 1997 florianAATTsuse.de- update to bash 2.0 with lots of patches from gnu.utils.bugs Mon Sep 2 02:48:35 MET DST 1996 new version with security patches
* Thu Jan 02 1997 florianAATTsuse.desecurity fix included (0xff was command separator) This document details the changes between this version, bash-4.1-rc, and the previous version, bash-4.1-beta.
 
ICM