diff --git a/UPDATING b/UPDATING index 8e220830f915..d67dc95675e1 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060903: + libpcap updated to v0.9.4 and tcpdump to v3.9.4 + 20060816: The IPFIREWALL_FORWARD_EXTENDED option is gone and the behaviour for IP_FIREWALL_FORWARD is now as it was before when it was first diff --git a/sys/sys/param.h b/sys/sys/param.h index e2733ce14e02..60fc083ddd8e 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 700020 /* Master, propagated to newvers */ +#define __FreeBSD_version 700021 /* Master, propagated to newvers */ #ifndef LOCORE #include