Date: Fri, 9 Jul 2021 05:43:45 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a65fe39d5418 - main - UPDATING: fix typo Message-ID: <202107090543.1695hjKt047401@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a65fe39d5418ffd96b93744d3a3e43cd48ecab4c commit a65fe39d5418ffd96b93744d3a3e43cd48ecab4c Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-07-09 05:42:15 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-07-09 05:42:15 +0000 UPDATING: fix typo The correct version is 20210215, not 20120215 :( Reported by: Yasuhiro Kimura Fixes: 3f7b23177f1d Sponsored by: Netflix --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index e7453030b24a..4a8fde856e83 100644 --- a/UPDATING +++ b/UPDATING @@ -33,7 +33,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: bump __FreeBSD_version, since it was bumped recently. 20210707: - awk has been updated to the latest one-true-awk version 20120215. + awk has been updated to the latest one-true-awk version 20210215. This contains a number of minor bug fixes. 20210624:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107090543.1695hjKt047401>