summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-15 09:09:20 +0000
committertijl <tijl@FreeBSD.org>2015-04-15 09:09:20 +0000
commitb0813ee288f64f677a2cebf7815754b027a8215b (patch)
tree87498bf268bfd011fdf8bf597761671de1049b22 /UPDATING
parent788163adc0d01b144c16af2c10940df70141614a (diff)
downloadFreeBSD-src-b0813ee288f64f677a2cebf7815754b027a8215b.zip
FreeBSD-src-b0813ee288f64f677a2cebf7815754b027a8215b.tar.gz
Remove the const qualifier from iconv(3) to comply with POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html Adjust all code that calls iconv. PR: 199099 Exp-run by: antoine MFC after: 2 weeks
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 175a916..3383300 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150415:
+ The const qualifier has been removed from iconv(3) to comply with
+ POSIX. The ports tree is aware of this from r384038 onwards.
+
20150324:
From legacy ata(4) driver was removed support for SATA controllers
supported by more functional drivers ahci(4), siis(4) and mvs(4).
OpenPOWER on IntegriCloud