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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to