aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-18 11:50:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-18 11:50:58 +0200
commit025b33ae84bb8f15b2748a1d8605dca453fce112 (patch)
tree2bb47e51512665a67018d8ed07e99b6401544a89 /NEWS
parent6c6ab1fc49d524ab1892cb20ee74352ace0b8034 (diff)
downloadglibc-025b33ae84bb8f15b2748a1d8605dca453fce112.zip
glibc-025b33ae84bb8f15b2748a1d8605dca453fce112.tar.gz
glibc-025b33ae84bb8f15b2748a1d8605dca453fce112.tar.bz2
malloc: Turn cfree into a compatibility symbol
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ace0e0d..811178b 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,9 @@ Version 2.26
* res_mkquery and res_nmkquery no longer support the IQUERY opcode. DNS
servers have not supported this opcode for a long time.
+* The legacy cfree function has been removed. Applications should use the
+ free function instead.
+
Security related changes:
* The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,