mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Bump __FreeBSD_version for pf 3.7 and inform about user visible changes.
This commit is contained in:
parent
10a51bf5a1
commit
6441fe9598
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145843
5
UPDATING
5
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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user