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

Reply via email to