diff --git a/UPDATING b/UPDATING index 50e0fcbbe72..61572c9194c 100644 --- a/UPDATING +++ b/UPDATING @@ -1,5 +1,13 @@ Updating Information for MidnightBSD users. +20220320: + tzdata 2022a + +20220315: + Fix an openssl vulnerability. + + wifi security changes. + 20220210: MidnightBSD 2.1.5 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b04103f7572..269a7a49cb7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -31,7 +31,7 @@ # $FreeBSD: stable/11/sys/conf/newvers.sh 349884 2019-07-10 13:35:01Z gjb $ TYPE="MidnightBSD" -REVISION="2.1.5" +REVISION="2.1.6" RELEASE="${REVISION}" VERSION="${TYPE} ${RELEASE}"