about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-16 11:05:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-16 11:05:55 -0700
commit87e7bf4d36af0a4622dc2687730f26d7d53003fe (patch)
treeb35e9543f6769878fdeffab6378be703fd5afb9b
parent5047057ffa1c737cc432eec3113ae6fcd327adf4 (diff)
downloadglibc-87e7bf4d36af0a4622dc2687730f26d7d53003fe.tar.gz
glibc-87e7bf4d36af0a4622dc2687730f26d7d53003fe.tar.xz
glibc-87e7bf4d36af0a4622dc2687730f26d7d53003fe.zip
Remove "[Add new features here]" for 2.27
	* NEWS: Remove "[Add new features here]" for 2.27.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af07c422ff..5f69f5d176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* NEWS: Remove "[Add new features here]" for 2.27.
+
 2017-08-16  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
diff --git a/NEWS b/NEWS
index 0475e225ca..6639633c2b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,6 @@ Version 2.27
 
 Major new features:
 
-  [Add new features here]
-
 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin and tan
   with FMA, contributed by Arjan van de Ven and H.J. Lu from Intel.