Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:59:55 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342029 - head
Message-ID:  <201812130659.wBD6xthE087796@repo.freebsd.org>

index | next in thread | raw e-mail

Author: dim
Date: Thu Dec 13 06:59:55 2018
New Revision: 342029
URL: https://svnweb.freebsd.org/changeset/base/342029

Log:
  Fix dates that I set into the future incorrectly.
  
  Noticed by:		ler

Modified:
  head/ObsoleteFiles.inc
  head/UPDATING

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Dec 13 06:51:20 2018	(r342028)
+++ head/ObsoleteFiles.inc	Thu Dec 13 06:59:55 2018	(r342029)
@@ -38,7 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20181218: new clang import which bumps version from 6.0.1 to 7.0.1.
+# 20181211: new clang import which bumps version from 6.0.1 to 7.0.1.
 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/allocator_interface.h
 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/asan_interface.h
 OLD_FILES+=usr/lib/clang/6.0.1/include/sanitizer/common_interface_defs.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Dec 13 06:51:20 2018	(r342028)
+++ head/UPDATING	Thu Dec 13 06:59:55 2018	(r342029)
@@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
-20181218:
+20181211:
 	Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
 	7.0.1.  Please see the 20141231 entry below for information about
 	prerequisites and upgrading, if you are not already using clang 3.5.0


home | help

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