Author: gjb
Date: Thu Jul  4 23:58:11 2019
New Revision: 349754
URL: https://svnweb.freebsd.org/changeset/base/349754

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

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

Modified: releng/11.3/UPDATING
==============================================================================
--- releng/11.3/UPDATING        Thu Jul  4 21:31:49 2019        (r349753)
+++ releng/11.3/UPDATING        Thu Jul  4 23:58:11 2019        (r349754)
@@ -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.
 
+20190709:
+       11.3-RELEASE.
+
 20190702       p1      FreeBSD-EN-19:12.tzdata
                        FreeBSD-SA-19:09.iconv
                        FreeBSD-SA-19:11.cd_ioctl

Modified: releng/11.3/lib/csu/common/crtbrand.c
==============================================================================
--- releng/11.3/lib/csu/common/crtbrand.c       Thu Jul  4 21:31:49 2019        
(r349753)
+++ releng/11.3/lib/csu/common/crtbrand.c       Thu Jul  4 23:58:11 2019        
(r349754)
@@ -63,5 +63,5 @@ static const struct {
        .descsz = sizeof(int32_t),
        .type = NT_FREEBSD_ABI_TAG,
        .name = NOTE_FREEBSD_VENDOR,
-       .desc = __FreeBSD_version
+       .desc = 1103000
 };

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh     Thu Jul  4 21:31:49 2019        
(r349753)
+++ releng/11.3/sys/conf/newvers.sh     Thu Jul  4 23:58:11 2019        
(r349754)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RC3-p1"
+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