svn commit: r191389 - in head: . sys/sys

Maksim Yevmenkin emax at FreeBSD.org
Wed Apr 22 15:54:29 UTC 2009


Author: emax
Date: Wed Apr 22 15:54:27 2009
New Revision: 191389
URL: http://svn.freebsd.org/changeset/base/191389

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

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Apr 22 15:50:03 2009	(r191388)
+++ head/UPDATING	Wed Apr 22 15:54:27 2009	(r191389)
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	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

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Apr 22 15:50:03 2009	(r191388)
+++ head/sys/sys/param.h	Wed Apr 22 15:54:27 2009	(r191389)
@@ -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>


More information about the svn-src-all mailing list