Update UPDATING and bump __FreeBSD_version for the ip6fw removal.

This commit is contained in:
Max Laier 2006-05-13 06:08:25 +00:00
parent 0794df7c73
commit a0a9755e09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158513
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines developers choose to disable these features on build machines
to maximize performance. to maximize performance.
20060412:
The ip6fw utility has been removed. The behavior provided by
ip6fw has been in ipfw2 for a good while and the rc.d scripts
have been update to deal with it. There are some rules that
might not migrate cleanly. Use rc.firewall6 as a template to
rewrite rules.
20060428: 20060428:
The puc(4) driver has been overhauled. The ebus(4) and sbus(4) The puc(4) driver has been overhauled. The ebus(4) and sbus(4)
attachments have been removed. Make sure to configure scc(4) attachments have been removed. Make sure to configure scc(4)

View File

@ -57,7 +57,7 @@
* is created, otherwise 1. * is created, otherwise 1.
*/ */
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 700016 /* Master, propagated to newvers */ #define __FreeBSD_version 700017 /* Master, propagated to newvers */
#ifndef LOCORE #ifndef LOCORE
#include <sys/types.h> #include <sys/types.h>