diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-08-28 19:34:49 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-08-28 19:34:49 +0000 |
commit | aee64e93f6035a2bbcfff5ebd226e2a05e2eb88e (patch) | |
tree | 864a91384bfb80cd8d47823c5868826bc1cd1b6b /UPDATING | |
parent | 6add7e0e8960c5393e6087616d0d0cf64ab78325 (diff) | |
download | FreeBSD-src-aee64e93f6035a2bbcfff5ebd226e2a05e2eb88e.zip FreeBSD-src-aee64e93f6035a2bbcfff5ebd226e2a05e2eb88e.tar.gz |
Mention new termcap and TERM=xterm-color -> xterm issue.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: integrity. Re-enabling write caching can substantially improve performance. +20020827: + Our /etc/termcap now has all the entries from the XFree86 xterm + almost unchanged. This means xterm now supports color by default. + If you used TERM=xterm-color in the past you now should use + TERM=xterm. (xterm-color will lead to benign warnings). + 20020815: A "bug" in gcc(1) that was hiding warning in system headers was fixed. It's probably time to add -DNO_WERROR to your make line |