Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2019-07-05 02:58:11 +0300
committerGlen Barber <gjb@FreeBSD.org>2019-07-05 02:58:11 +0300
commitbf0104cf3db74756d08cba044e7f40a1d6da644a (patch)
tree504629cd64cd25876fad0f00004ecf7014dfdbbd
parentcd5e4e1eca4a30a8c29db980f5fc7cfed0efe7a3 (diff)
- Switch releng/11.3 to -RELEASE.release/11.3.0
- Add the anticipated 11.3-RELEASE date to UPDATING. - Set a static __FreeBSD_version. Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC (Netgate)
Notes
Notes: svn path=/releng/11.3/; revision=349754 svn path=/release/11.3.0/; revision=349835; tag=release/11.3.0
-rw-r--r--UPDATING3
-rw-r--r--lib/csu/common/crtbrand.c2
-rw-r--r--sys/conf/newvers.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index b94b49b511aa..d204d76eb23c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
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
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c
index a379dfa61085..4215cc4b1899 100644
--- a/lib/csu/common/crtbrand.c
+++ b/lib/csu/common/crtbrand.c
@@ -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
};
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5fc9e960e99c..0e7551ae7577 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.3"
-BRANCH="RC3-p1"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi