Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 23:05:56 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324110 - stable/11
Message-ID:  <201709292305.v8TN5ueM002488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Fri Sep 29 23:05:56 2017
New Revision: 324110
URL: https://svnweb.freebsd.org/changeset/base/324110

Log:
  Belatedely fill in the dates for clang 5.0.0 update in UPDATING and
  ObsoleteFiles.inc.
  
  Noticed by:	garga

Modified:
  stable/11/ObsoleteFiles.inc
  stable/11/UPDATING

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc	Fri Sep 29 23:02:49 2017	(r324109)
+++ stable/11/ObsoleteFiles.inc	Fri Sep 29 23:05:56 2017	(r324110)
@@ -38,7 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 2017mmdd: new clang import which bumps version from 4.0.0 to 5.0.0.
+# 20170926: new clang import which bumps version from 4.0.0 to 5.0.0.
 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
 OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h

Modified: stable/11/UPDATING
==============================================================================
--- stable/11/UPDATING	Fri Sep 29 23:02:49 2017	(r324109)
+++ stable/11/UPDATING	Fri Sep 29 23:05:56 2017	(r324110)
@@ -16,7 +16,7 @@ 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.
 
-2017mmdd:
+20170926:
 	Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 5.0.0.
 	Please see the 20141231 entry below for information about prerequisites
 	and upgrading, if you are not already using clang 3.5.0 or higher.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709292305.v8TN5ueM002488>