diff options
author | andre <andre@FreeBSD.org> | 2004-04-23 14:33:30 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2004-04-23 14:33:30 +0000 |
commit | ac1b5d3276586f94480adc63d0144c7d524cc94c (patch) | |
tree | 029d1b9ad7aa21967a5c17ad72319347f6d85438 /UPDATING | |
parent | d4f49f008f33c4f8764a222f33a2c7469a2bed19 (diff) | |
download | FreeBSD-src-ac1b5d3276586f94480adc63d0144c7d524cc94c.zip FreeBSD-src-ac1b5d3276586f94480adc63d0144c7d524cc94c.tar.gz |
Recompile of ipfw(8) is required because of new ipfw option (versrcreach).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040423: + Due to a new option in ipfw (versrcreach) the ipfw(8) command + needs to be recompiled. Normal accept/reject rules without + options are not affected but those with options may break until + ipfw(8) is recompiled. + 20040420: Due to changes in the callout ABI, kernels compiled after this date may be incompatible with kernel modules compiled prior to |