Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2017 22:17:19 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324455 - in head: . sys/sys
Message-ID:  <201710092217.v99MHJqn011453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Oct  9 22:17:18 2017
New Revision: 324455
URL: https://svnweb.freebsd.org/changeset/base/324455

Log:
  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

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Oct  9 22:12:57 2017	(r324454)
+++ head/UPDATING	Mon Oct  9 22:17:18 2017	(r324455)
@@ -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

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Oct  9 22:12:57 2017	(r324454)
+++ head/sys/sys/param.h	Mon Oct  9 22:17:18 2017	(r324455)
@@ -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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710092217.v99MHJqn011453>