svn commit: r195896 - head
Konstantin Belousov
kib at FreeBSD.org
Sun Jul 26 20:12:06 UTC 2009
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
More information about the svn-src-all
mailing list