Changelog for
libreadline7-7.0-12.26.i586.rpm :
* Wed Jun 13 2018 wernerAATTsuse.de- Add patch readline-7.0-screen.patch to be able to parse settings in inputrc for all screen TERM variables starting with \"screen.\" to fix boo#1095661
* Sun Mar 18 2018 jengelhAATTinai.de- Update descriptions. Replace old $RPM_
* vars with macros.
* Fri Mar 16 2018 wernerAATTsuse.de- Apply the upstream patches as well!!!
* Fri Mar 16 2018 wernerAATTsuse.de- Avoid self Provides/Obsoletes
* Fri Mar 16 2018 wernerAATTsuse.de- Rename basic package to readline to have the latest readline version always within package readline again.
* Fri Mar 16 2018 wernerAATTsuse.de- Correct documentation path
* Wed Mar 14 2018 wernerAATTsuse.de- The obsoletes must be <=, as version stayed at 7.0
* Mon Mar 12 2018 schwabAATTsuse.de- Create separate readline7 package
* Tue Feb 27 2018 wernerAATTsuse.de- Create readline-devel-static package to re-enable static libraries again (boo#1082913)
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Tue Feb 06 2018 avindraAATTopensuse.org- Add patch 19 to bash-4.4-patches.tar.bz2
* With certain values for PS1, especially those that wrap onto three or more lines, readline will miscalculate the number of invisible characters, leading to crashes and core dumps.
* Tue Jan 30 2018 avindraAATTopensuse.org- Add patches 13-18 to bash-4.4-patches.tar.bz2
* 13: If a here-document contains a command substitution, the command substitution can get access to the file descriptor used to write the here-document.
* 14: Under some circumstances, functions that return via the `return\' builtin do not clean up memory they allocated to keep track of FIFOs.
* 15: Process substitution can leak internal quoting to the parser in the invoked subshell.
* 16: Bash can perform trap processing while reading command substitution output instead of waiting until the command completes.
* 17: There is a memory leak when `read -e\' is used to read a line using readline.
* 18: Under certain circumstances (e.g., reading from /dev/zero), read(2) will not return -1 even when interrupted by a signal. The read builtin needs to check for signals in this case.- partial cleanup with spec-cleaner
* Wed Jan 24 2018 wernerAATTsuse.de- Modify patch bash-4.3-pathtemp.patch to avoid crash at full file system (boo#1076909)