Author: gjb
Date: Fri Oct 23 00:00:52 2020
New Revision: 366954
URL: https://svnweb.freebsd.org/changeset/base/366954

Log:
  - Switch releng/12.2 from RC3 to RELEASE.
  - Add the anticipated 12.2-RELEASE date to UPDATING.  Fix
    a missing colon in the previous UPDATING entry while here.
  - Set a static __FreeBSD_version.
  
  Approved by:  re (implicit)
  Sponsored by: Rubicon Communications, LLC (netgate.com)

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

Modified: releng/12.2/UPDATING
==============================================================================
--- releng/12.2/UPDATING        Thu Oct 22 20:26:27 2020        (r366953)
+++ releng/12.2/UPDATING        Fri Oct 23 00:00:52 2020        (r366954)
@@ -16,7 +16,10 @@ 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.
 
-20200915       p1      FreeBSD-SA-20:27.ure
+20201027:
+       12.2-RELEASE.
+
+20200915:      p1      FreeBSD-SA-20:27.ure
                        FreeBSD-SA-20:28.bhyve_vmcs
                        FreeBSD-SA-20:29.bhyve_svm
                        FreeBSD-SA-20:30.ftpd

Modified: releng/12.2/lib/csu/common/crtbrand.c
==============================================================================
--- releng/12.2/lib/csu/common/crtbrand.c       Thu Oct 22 20:26:27 2020        
(r366953)
+++ releng/12.2/lib/csu/common/crtbrand.c       Fri Oct 23 00:00:52 2020        
(r366954)
@@ -65,7 +65,7 @@ static const struct {
        .descsz = sizeof(int32_t),
        .type = NT_FREEBSD_ABI_TAG,
        .name = NOTE_FREEBSD_VENDOR,
-       .desc = __FreeBSD_version
+       .desc = 1202000
 };
 
 static const struct {

Modified: releng/12.2/sys/conf/newvers.sh
==============================================================================
--- releng/12.2/sys/conf/newvers.sh     Thu Oct 22 20:26:27 2020        
(r366953)
+++ releng/12.2/sys/conf/newvers.sh     Fri Oct 23 00:00:52 2020        
(r366954)
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.2"
-BRANCH="RC3"
+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