From b0bd840b506627cf5103574c70abb0c6935619e8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 9 Oct 2017 22:17:18 +0000 Subject: [PATCH] Note libstand is no longer a public interface in UPDATING. Bump FreeBSD_version to 1200051 on the off chance that something cares. Sponsored by: Netflix --- UPDATING | 4 ++++ sys/sys/param.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index ce0f9be9aaf9..08ec4c8ef7fe 100644 --- a/UPDATING +++ b/UPDATING @@ -51,6 +51,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ****************************** SPECIAL WARNING: ****************************** +20171010: + libstand has turned into a private library for sys/boot use only. + It is no longer supported as a public interface outside of sys/boot. + 20171005: The arm port has split armv6 into armv6 and armv7. armv7 is now a valid TARGET_ARCH/MACHINE_ARCH setting. If you have an armv7 system diff --git a/sys/sys/param.h b/sys/sys/param.h index b453caa8b131..65f36efb430d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1200050 /* Master, propagated to newvers */ +#define __FreeBSD_version 1200051 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,