Module Name: src
Committed By: spz
Date: Thu Aug 8 20:00:20 UTC 2013
Modified Files:
src: UPDATING
src/doc: CHANGES
Log Message:
add hints about FAST_IPSEC no longer being around
To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/UPDATING
cvs rdiff -u -r1.1841 -r1.1842 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.246 src/UPDATING:1.247
--- src/UPDATING:1.246 Wed Jun 5 21:59:59 2013
+++ src/UPDATING Thu Aug 8 20:00:20 2013
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.246 2013/06/05 21:59:59 martin Exp $
+$NetBSD: UPDATING,v 1.247 2013/08/08 20:00:20 spz Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -17,6 +17,10 @@ Recent changes:
^^^^^^^^^^^^^^^
20130605:
+ The kernel option FAST_IPSEC no longer exists, it's been renamed
+ to IPSEC (and the older IPSEC version removed).
+
+20130605:
Previous freetype installations eroneously installed private
header files. If you are building against a non-empty $DESTDIR,
please remove ${DESTDIR}//usr/X11R7/include/freetype2/freetype/.
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1841 src/doc/CHANGES:1.1842
--- src/doc/CHANGES:1.1841 Mon Aug 5 18:47:58 2013
+++ src/doc/CHANGES Thu Aug 8 20:00:20 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1841 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1842 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -273,3 +273,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
makefs(8): Added UDF support for makefs(8). It allows for the creation
of images for both read-only, rewritable or recordable media.
[reinoud 20130805]
+ ipsec(4): FAST_IPSEC is now named IPSEC, old IPSEC is gone.
+ [christos 20130605]