|
|
|
|
@@ -1,3 +1,62 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 13 11:37:17 UTC 2025 - Daniel Donisa <daniel.donisa@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.48
|
|
|
|
|
|
|
|
|
|
* Bug fix
|
|
|
|
|
|
|
|
|
|
- rlwrap would mess up history when compiled with readline-8.3
|
|
|
|
|
- --filter 'filter_commandline $with <shell_matachars' would not find filters in $RLWRAP_FILTERDIR
|
|
|
|
|
- rlwrap would not always honour show-mode-in-prompt
|
|
|
|
|
- make pipeline filter find filters in $RLWRAP_FILTERDIR
|
|
|
|
|
|
|
|
|
|
* New features
|
|
|
|
|
|
|
|
|
|
- allow full user control of word-breakers with --break-chars='precisely:...'
|
|
|
|
|
- simplify handling of --prompt-colour, which now accepts general (ANSI) color codes for e.g. 256-color terminals
|
|
|
|
|
- add -i option to filters logger and logger.py (making them useful stand-alone)
|
|
|
|
|
- add example filter null2.py (to show how to make argparse print filter help with e.g. rlwrap -z null2.py)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 16 08:41:43 UTC 2025 - Daniel Donisa <daniel.donisa@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.47.1
|
|
|
|
|
|
|
|
|
|
* Minor bug fix
|
|
|
|
|
|
|
|
|
|
- Correct typo (== instead of = in a configure test) that caused a mis-configuration on systems where sh is linked to dash
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 12 13:52:54 UTC 2025 - Daniel Donisa <daniel.donisa@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.47
|
|
|
|
|
|
|
|
|
|
* Bug fix
|
|
|
|
|
|
|
|
|
|
- use libptytty by default and add --with-libptytty option to configure. Keep the original ptytty.c code as a fallback.
|
|
|
|
|
- add libtinfow to the list of libraries that are checked for the presence of tgetent()
|
|
|
|
|
- only look for filters in $RLWRAP_FILTERDIR and don't add this directory to filter's PATH
|
|
|
|
|
- have rlwrap source conform to POSIX.1c (as we cannot use Polarhome anymore to test on ancient systems)
|
|
|
|
|
- extend testclient with a test that spawns a child and then dies (testing the effect of --skip-setctty)
|
|
|
|
|
- make configure backdate src/completion.rb a few seconds to prevent spurious calls to rbgen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 6 13:55:18 UTC 2025 - Daniel Donisa <daniel.donisa@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.46.2
|
|
|
|
|
|
|
|
|
|
* Bug fix
|
|
|
|
|
|
|
|
|
|
- python filters would cause "invalid escape sequence" SyntaxWarnings with python 3.12 or newer.
|
|
|
|
|
- --skip-ctty option skips making slave pty a controlling terminal
|
|
|
|
|
- warn (don't die) when a specified completion file is not found
|
|
|
|
|
- configure will bail out (not just warn) when no termcap -like library is found.
|
|
|
|
|
- additionally check for TERM when INSIDE_EMACS is set (allowing the use of rlwrap within shells run by emacs)
|
|
|
|
|
- gcc -Wformat-security would warn about rl_message() being used in an unsafe manner.
|
|
|
|
|
- silence unhelpful input/output error messages at command exit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 8 16:55:32 UTC 2022 - Daniel Donisa <daniel.donisa@suse.com>
|
|
|
|
|
|
|
|
|
|
|