aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-13 18:40:39 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-13 18:40:39 +0000
commitd38ae94bcec8c8fff7dd3183c56124321e98b897 (patch)
tree8d84699e64f7a728a8b7876542c52d4e83dc9a2b /UPDATING
parent9bccc7a939745d52df66bb0512c2505dd33362ec (diff)
downloadsrc-d38ae94bcec8c8fff7dd3183c56124321e98b897.tar.gz
src-d38ae94bcec8c8fff7dd3183c56124321e98b897.zip
- Remove GNU sort and the WITH_GNU_SORT knob
Notes
Notes: svn path=/head/; revision=241511
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b8a3aaf57285..58f6dd6cf09f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121013:
+ The GNU sort(1) program has been removed since the BSD-licensed
+ sort(1) has been the default for quite some time and no serious
+ problems have been reported. The corresponding WITH_GNU_SORT
+ knob has als gone.
+
20121006:
The pfil(9) API/ABI for AF_INET family has been changed. Packet
filtering modules: pf(4), ipfw(4), ipfilter(4) need to be recompiled