about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-30 19:43:50 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-30 19:43:50 +0200
commitd5e321d1544ab467e86f3c3bc032951789663856 (patch)
treef4fb293619a8a4442b162ae890990d75956b7f5e
parent18223282746d93b3d1444cd3997e046b80083436 (diff)
downloadglibc-d5e321d1544ab467e86f3c3bc032951789663856.tar.gz
glibc-d5e321d1544ab467e86f3c3bc032951789663856.tar.xz
glibc-d5e321d1544ab467e86f3c3bc032951789663856.zip
NEWS: minor wording fixes
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 455ba9553b..d75c4b6688 100644
--- a/NEWS
+++ b/NEWS
@@ -56,7 +56,7 @@ Major new features:
 
 Deprecated and removed features, and other changes affecting compatibility:
 
-* libcrypt is no longer built by default, one may use the "--enable-crypt"
+* libcrypt is no longer built by default; one may use the "--enable-crypt"
   option to build libcrypt.  libcrypt is likely to be removed from the
   GNU C Library in a future release, so it is recommended that
   applications port away from it to an alternative such as libxcrypt.
@@ -77,7 +77,7 @@ Deprecated and removed features, and other changes affecting compatibility:
 
 Changes to build and runtime requirements:
 
-* Building libmvec on AArch64 requires at minimum GCC 10 for SVE ACLE.
+* Building libmvec on AArch64 requires at minimum GCC 10.1.0 for SVE ACLE.
 
 Security related changes: