Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2020 00:01:15 +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: r362079 - in releng/11.4: . lib/csu/common sys/conf
Message-ID:  <202006120001.05C01FiP074058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Jun 12 00:01:15 2020
New Revision: 362079
URL: https://svnweb.freebsd.org/changeset/base/362079

Log:
  - Switch releng/11.4 to -RELEASE.
  - Add the anticipated 11.4-RELEASE date to UPDATING.
  - Set a static __FreeBSD_version.
  
  Approved by:	re (implicit)
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

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

Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING	Thu Jun 11 22:46:08 2020	(r362078)
+++ releng/11.4/UPDATING	Fri Jun 12 00:01:15 2020	(r362079)
@@ -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.
 
+20200616:
+	11.4-RELEASE.
+
 20200609: 11.4-RC2-p1	FreeBSD-SA-20:17.usb
 
         Fix USB HID descriptor parsing error. [SA-20:17.usb]

Modified: releng/11.4/lib/csu/common/crtbrand.c
==============================================================================
--- releng/11.4/lib/csu/common/crtbrand.c	Thu Jun 11 22:46:08 2020	(r362078)
+++ releng/11.4/lib/csu/common/crtbrand.c	Fri Jun 12 00:01:15 2020	(r362079)
@@ -63,5 +63,5 @@ static const struct {
 	.descsz = sizeof(int32_t),
 	.type = NT_FREEBSD_ABI_TAG,
 	.name = NOTE_FREEBSD_VENDOR,
-	.desc = __FreeBSD_version
+	.desc = 1104001
 };

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Thu Jun 11 22:46:08 2020	(r362078)
+++ releng/11.4/sys/conf/newvers.sh	Fri Jun 12 00:01:15 2020	(r362079)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="RC2-p1"
+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?202006120001.05C01FiP074058>