rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 4648857ce124cff7bbe41f29cfadf0f8a2393b1e
parent a8ffbdddc29a3a1be658a3824f3669301bca9d28
Author: Toby Goodwin <toby@paccrat.org>
Date:   Sun, 31 Aug 2014 22:55:55 +0100

update NEWS file

Diffstat:
MNEWS | 25+++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/NEWS b/NEWS @@ -1,21 +1,22 @@ -Highlights of changes since rc-1.7. See ChangeLog for further details. +Highlights of changes since rc-1.7. See ChangeLog for further details. -Portability. A fix to the autoconfiguration means that the nasty -longjmp() code is now omitted for all modern Unix systems; previously -rc only did the Right Thing on Linux. The test for large files in -trip.rc was removed, as this causes indigestion on file systems that -don't support sparse files (the configuration and implementation of -large file support is still present of course). +Portability. A fix to the autoconfiguration means that the nasty +longjmp() code is now omitted for all modern Unix systems; previously rc +only did the Right Thing on Linux. The test for large files in trip.rc +was removed, as this causes indigestion on file systems that don't +support sparse files (the configuration and implementation of large file +support is still present of course). -Bug fixes. Broken symlinks now glob correctly. The variables $prompt -and $version are now exported if they are inherited from the -environment when rc starts. EIO handling is now enabled for readline -too. A few bogosities in the history program were fixed. +Bug fixes. Fix for CVE-2014-1936. Broken symlinks now glob correctly. +The variables $prompt and $version are now exported if they are +inherited from the environment when rc starts. EIO handling is now +enabled for readline too. A few bogosities in the history program were +fixed. New features. Filename completion with GNU readline now quotes special characters. -Documentation. Minor updates only. +Documentation. Minor updates only. Toby Goodwin 2014-08-31