Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2009 20:12:06 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195896 - head
Message-ID:  <200907262012.n6QKC6TN079210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Jul 26 20:12:06 2009
New Revision: 195896
URL: http://svn.freebsd.org/changeset/base/195896

Log:
  Note that COMPAT_43 requires COMPAT_FREEBSD7 too.
  
  Submitted by:	Steve Kargl
  Approved by:	re (kensmith)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Jul 26 18:11:44 2009	(r195895)
+++ head/UPDATING	Sun Jul 26 20:12:06 2009	(r195896)
@@ -65,9 +65,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 
 20090624:
 	The ABI of various structures related to the SYSV IPC API have
-	been changed.  As a result, the COMPAT_FREEBSD[456] kernel
-	options now all require COMPAT_FREEBSD7.  Bump __FreeBSD_version
-	to 800100.
+	been changed.  As a result, the COMPAT_FREEBSD[456] and COMPAT_43
+	kernel options now all require COMPAT_FREEBSD7.
+	Bump __FreeBSD_version to 800100.
 
 20090622:
 	Layout of struct vnet has changed as routing related variables



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