From 5c58c682cb9c7f550dc2b8fde20081a60f4da7cd Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Tue, 29 Sep 2009 12:20:10 +0000 Subject: [PATCH] Mention 802.11s D3.03 support. Approved by: re (implicit) --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATING b/UPDATING index d418f2dc3a4..35bb2dc7e15 100644 --- a/UPDATING +++ b/UPDATING @@ -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.) +20090929: + 802.11s D3.03 support was committed. This is incompatible with + the previous code, which was based on D3.0. + 20090915: ZFS snapshots are now mounted with MNT_IGNORE flag. Use -v option for mount(8) and -a option for df(1) to see them.