summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING5
-rw-r--r--sys/sys/param.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 1692e1c..4493ebf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20050503:
+ The packet filter (pf) code has been updated to OpenBSD 3.7
+ Please note the changed anchor syntax and the fact that
+ authpf(8) now needs a mounted fdescfs(5) to function.
+
20050415:
The NO_MIXED_MODE kernel option has been removed from the i386
amd64 platforms as its use has been superceded by the new local
diff --git a/sys/sys/param.h b/sys/sys/param.h
index be81180..a7efe26 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 600025 /* Master, propagated to newvers */
+#define __FreeBSD_version 600026 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud