Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.

This commit is contained in:
Maksim Yevmenkin 2009-04-22 15:54:27 +00:00
parent 78b96635e6
commit 131cdffb53
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
20090422
Implement low-level Bluetooth HCI API.
Bump __FreeBSD_version to 800083.
20090415:
Anticipate overflowing inp_flags - add inp_flags2.
This changes most offsets in inpcb, so checking v4 connection

View File

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