summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-15 09:09:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-15 09:09:20 +0000
commit1243a98e38a54709f670e748070f4051de2ad10f (patch)
tree87498bf268bfd011fdf8bf597761671de1049b22 /UPDATING
parent3de3815469d22c460231e0bbc0256e75fcd9de58 (diff)
downloadsrc-test2-1243a98e38a54709f670e748070f4051de2ad10f.tar.gz
src-test2-1243a98e38a54709f670e748070f4051de2ad10f.zip
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
Notes
Notes: svn path=/head/; revision=281550
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 175a91632176..33833005c599 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).