summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-08-15 19:28:48 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-08-15 19:28:48 +0000
commit72ad696aa1a3a2c3225ed089f01a6cdea57db351 (patch)
tree654b4a5c9aace4ee61f8d43d174d1b775ecc486e /UPDATING
parentf6c0e63bf7a29a4436513797b9e10b8a596ddea0 (diff)
downloadsrc-test-72ad696aa1a3a2c3225ed089f01a6cdea57db351.tar.gz
src-test-72ad696aa1a3a2c3225ed089f01a6cdea57db351.zip
Add post-mortem note to UPDATING about r337506
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=337864
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e83250bcaace8..b4c30b92bfe8a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20180815:
+ ls(1) now respects the COLORTERM environment variable used in other
+ systems and software to indicate that a colored terminal is both
+ supported and desired. If ls(1) is suddenly emitting colors, they may
+ be disabled again by removing the unwanted COLORTERM from your
+ environment. The ls(1) specific CLICOLOR may not be observed in a
+ future release.
+
20180808:
The default pager for most commands has been changed to "less". To
restore the old behavior, set PAGER="more" and MANPAGER="more -s" in