Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2018 00:00:13 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r341666 - in releng/12.0: . lib/csu/common sys/conf
Message-ID:  <201812070000.wB700D6Z057839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Dec  7 00:00:12 2018
New Revision: 341666
URL: https://svnweb.freebsd.org/changeset/base/341666

Log:
  - Switch releng/12.0 from RC3 to RELEASE.
  - Add the anticipated 12.0-RELEASE date to UPDATING.
  - Set a static __FreeBSD_version.
  - This one goes to 12.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/12.0/UPDATING
  releng/12.0/lib/csu/common/crtbrand.c
  releng/12.0/sys/conf/newvers.sh

Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING	Thu Dec  6 23:55:39 2018	(r341665)
+++ releng/12.0/UPDATING	Fri Dec  7 00:00:12 2018	(r341666)
@@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 
 the tip of head, and then rebuild without this option. The bootstrap process
 from older version of current across the gcc/clang cutover is a bit fragile.
 
+20181211:
+	12.0-RELEASE.
+
 20181115:
 	The set of CTM commands (ctm, ctm_smail, ctm_rmail, ctm_dequeue)
 	has been converted to a port (misc/ctm) and will be removed from

Modified: releng/12.0/lib/csu/common/crtbrand.c
==============================================================================
--- releng/12.0/lib/csu/common/crtbrand.c	Thu Dec  6 23:55:39 2018	(r341665)
+++ releng/12.0/lib/csu/common/crtbrand.c	Fri Dec  7 00:00:12 2018	(r341666)
@@ -65,5 +65,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = NT_FREEBSD_ABI_TAG,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1200086
 };

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Thu Dec  6 23:55:39 2018	(r341665)
+++ releng/12.0/sys/conf/newvers.sh	Fri Dec  7 00:00:12 2018	(r341666)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RC3"
+BRANCH="RELEASE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



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