about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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: