|
|
|
|
Changelog for readline-devel-8.1-2.2.x86_64.rpm :
* Fri Jan 14 2022 Dr. Werner Fink - Add official patch readline81-002 and its signature * There are some characters (e.g., cyrillic) that can\'t be displayed using certain single-byte encodings (e.g., cp1251) because the negative signed int is interpreted as EOF and not displayed. * Wed May 05 2021 Dr. Werner Fink - Add official patch readline81-001 and its signature * The code to check readline versions in an inputrc file had the sense of the comparisons reversed. * Mon Jan 11 2021 Dr. Werner Fink - Update to final readline-8.1 which is mainly rc3- Remove obsolate patches and the signatures * readline80-001 * readline80-001.sig * readline80-002 * readline80-002.sig * readline80-003 * readline80-003.sig * readline80-004 * readline80-004.sig- Port patches * readline-5.2-conf.patch * readline-6.2-metamode.patch * readline-6.3-destdir.patch * readline-6.3-input.dif * readline-6.3-rltrace.patch * readline-7.0-screen.patch- Port and rename patch readline-8.0.dif which is now readline-8.1.dif * Mon Nov 23 2020 Dr. Werner Fink - Update to readline-8.1-rc3 for testing * Fixed a bug that could cause point to be set beyond the end of the line buffer when aborting an incremental search. * Tue Nov 10 2020 Dr. Werner Fink - Update to readline-8.1-rc2 for testing * Bracketed paste mode is enabled by default. There is a configure-time option (--enable-bracketed-paste-default) to set the default to on or off. * Terminals that are named \"dumb\" or unknown do not enable bracketed paste by default. * Ensure that disabling bracketed paste turns off highlighting the incremental search string when the search is successful.- Remove patch readline-8.1-bracketed_paste_off.patch and use the new build time configuration * Wed Oct 28 2020 Ludwig Nussel - get rid of /lib hack and install readline in /usr. Bash is already there anyways (boo#1029961)- remove deprecated %install_info * Fri Oct 16 2020 Dr. Werner Fink - Add patch readline-8.1-bracketed_paste_off.patch simply to disable the new bracketed paste feature * Mon Oct 12 2020 Dr. Werner Fink - Update to readline-8.1-rc1 for testing * If a second consecutive completion attempt produces matches where the first did not, treat it as a new completion attempt and insert a match as appropriate. * Bracketed paste mode works in more places: incremental search strings, vi overstrike mode, character search, and reading numeric arguments. * Readline automatically switches to horizontal scrolling if the terminal has only one line. * Unbinding all key sequences bound to a particular readline function now descends into keymaps for multi-key sequences. * rl-clear-display: new bindable command that clears the screen and, if possible, the scrollback buffer (bound to emacs mode M-C-l by default). * New active mark and face feature: when enabled, it will highlight the text inserted by a bracketed paste (the `active region\') and the text found by incremental and non-incremental history searches. This is tied to bracketed paste and can be disabled by turning off bracketed paste. * Readline sets the mark in several additional commands. * Bracketed paste mode is enabled by default (for now). * Readline tries to take advantage of the more regular structure of UTF-8 characters to identify the beginning and end of characters when moving through the line buffer. * The bindable operate-and-get-next command (and its default bindings) are now part of readline instead of a bash-specific addition. * The signal cleanup code now blocks SIGINT while processing after a SIGINT.- Remove old upstream patches * readline80-001 * readline80-002 * readline80-003 * readline80-004- Port and rename patch readline-8.0.dif which is now readline-8.1.dif- Port patches * readline-5.2-conf.patch * readline-6.2-metamode.patch * readline-6.3-destdir.patch * readline-6.3-input.dif * readline-6.3-rltrace.patch * readline-7.0-screen.patch * Thu Jul 16 2020 Andreas Stieger - add upstream keyring and verify source signature- change custom handling of official upstream patches to standard, and verify signatures on official patches * Thu Feb 13 2020 Dr. Werner Fink - Add official patch readline80-002 When using previous-history to go back beyond the beginning of the history list, it\'s possible to move to an incorrect partial line.- Add official patch readline80-003 Reading history entries with timestamps can result in history entries joined by linefeeds.- Add official patch readline80-004 If writing the history file fails, and renaming the backup history file fails, it\'s possible for readline\'s history code to return the wrong error to its caller. * Wed Sep 04 2019 Ludwig Nussel - Avoid pulling in readline-doc into every installation. Instead of recommeding it, supplement the documentation pattern. * Fri Aug 16 2019 Dr. Werner Fink - Rework patch readline-7.0-screen.patch again for bug boo#1143055 * Map all \"screen(-xxx)?.yyy(-zzz)?\" to \"screen\" as well as map \"konsole(-xxx)?\" and \"gnome(-xxx)?\" to \"xterm\" * Thu Aug 15 2019 Dr. Werner Fink - Add official patch readline80-001 The history file reading code doesn\'t close the file descriptor open to the history file when it encounters a zero-length file. * Fri Aug 02 2019 Martin Liška - Use FAT LTO objects in order to provide proper static library. * Wed Jan 09 2019 Dr. Werner Fink - Update to readline-8.0 final * Fri Dec 21 2018 Dr. Werner Fink - Update to readline-8.0-rc1 for testing * Thu Nov 29 2018 Dr. Werner Fink - Update to readline-8.0-beta2 for testing j. Readline now allows application-defined keymap names; there is a new public function, rl_set_keymap_name(), to do that. k. The \"Insert\" keypad key, if available, now puts readline into overwrite mode. readline-5.2-conf.patch- Port and modify patches * readline-6.2-metamode.patch * readline-6.3-input.dif * readline-7.0-screen.patch * readline-8.0.dif * Fri Sep 28 2018 Dr. Werner Fink - Rework patch readline-7.0-screen.patch * Thu Sep 20 2018 Dr. Werner Fink - Update to readline-8.0-beta for testing a. Non-incremental vi-mode search (`N\', `n\') can search for a shell pattern, as Posix specifies (uses fnmatch(3) if available). b. There are new `next-screen-line\' and `previous-screen-line\' bindable commands, which move the cursor to the same column in the next, or previous, physical line, respectively. c. There are default key bindings for control-arrow-key key combinations. d. A negative argument (-N) to `quoted-insert\' means to insert the next N characters using quoted-insert. e. New public function: rl_check_signals(), which allows applications to respond to signals that readline catches while waiting for input using a custom read function. f. There is new support for conditionally testing the readline version in an inputrc file, with a full set of arithmetic comparison operators available. g. There is a simple variable comparison facility available for use within an inputrc file. Allowable operators are equality and inequality; string variables may be compared to a value; boolean variables must be compared to either `on\' or `off\'; variable names are separated from the operator by whitespace. h. The history expansion library now understands command and process substitution and extended globbing and allows them to appear anywhere in a word. i. The history library has a new variable that allows applications to set the initial quoting state, so quoting state can be inherited from a previous line.- Remove not used patch readline-6.2-endpw.dif- Port and modify patches * readline-5.2-conf.patch * readline-6.2-metamode.patch * readline-6.2-xmalloc.dif * readline-6.3-destdir.patch * readline-6.3-input.dif * readline-6.3-rltrace.patch * readline-7.0-screen.patch- Port and rename patch readline-7.0.dif which is now readline-8.0.dif- Modify baselibs.conf * 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)
|
|
|