diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-05-19 23:38:44 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-05-19 23:38:44 +0000 |
commit | c2036b385da968e77c3abbefa44cb4c88eff9512 (patch) | |
tree | c91dee2ee4b9c27b716ff857facff13acc56918f /CHANGES | |
parent | 2773f4619fb08478b6a174b2c87b03307349309d (diff) | |
download | lynx-snapshots-c2036b385da968e77c3abbefa44cb4c88eff9512.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6i
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES index 2503f93d..31f10fcd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,9 @@ --- $LynxId: CHANGES,v 1.1068 2021/03/28 15:36:23 tom Exp $ +-- $LynxId: CHANGES,v 1.1071 2021/05/19 23:34:05 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2021-03-22 (2.9.0dev.7) +2021-05-19 (2.9.0dev.7) * update configure script to work with _Noreturn changes in ncurses 20210320 development snapshot -TD * document the NO_TABLE_CENTER setting and explain the corresponding -center @@ -12,11 +12,13 @@ Changes since Lynx 2.8 release * modify configure script and makefiles to work around pmake "jobs" misfeature -TD * configure-script improvements -TD + + suppress check for mktemp if mkdtemp is found. + + suppress check for sys_errlist[] if strerror is found. + various quoting/escaping fixes suggested by shellcheck. + improve configure script workaround for unwanted -Werror=implicit-function-declaration by clang + add "darwin" (macOS) to list of case-insensitive filesystems -* update config.guess (2021-01-25), config.sub (2021-03-10) +* update config.guess (2021-04-21), config.sub (2021-04-30) 2020-09-05 (2.9.0dev.6) * remove commented ENABLE_LYNXRC for SHOW_COLOR:ON, and SHOW_DOTFILES since |