Date: Fri, 30 Jul 2021 20:01:57 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a191b4018f1d - main - UPDATING: fix incorrect hash Message-ID: <202107302001.16UK1vei004426@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a191b4018f1d05527dce4ac3d52596a12a09775b commit a191b4018f1d05527dce4ac3d52596a12a09775b Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2021-07-30 18:00:47 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-07-30 18:01:24 +0000 UPDATING: fix incorrect hash Pointed out by: lwhsu --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index e8be8cd6165e..4aaac623c61f 100644 --- a/UPDATING +++ b/UPDATING @@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: Commit b69019c14cd8 removes pf's DIOCGETSTATESNV ioctl. As of be70c7a50d32 it is no longer used by userspace, but it does mean users may not be able to enumerate pf states if they update the kernel - past c021ff986e2b without first updating userspace past be70c7a50d32. + past b69019c14cd8 without first updating userspace past be70c7a50d32. 20210729: As of commit 01ad0c007964 if_bridge member interfaces can no longer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107302001.16UK1vei004426>