diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-30 19:43:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-30 19:43:50 +0200 |
commit | d5e321d1544ab467e86f3c3bc032951789663856 (patch) | |
tree | f4fb293619a8a4442b162ae890990d75956b7f5e | |
parent | 18223282746d93b3d1444cd3997e046b80083436 (diff) | |
download | glibc-d5e321d1544ab467e86f3c3bc032951789663856.tar glibc-d5e321d1544ab467e86f3c3bc032951789663856.tar.gz glibc-d5e321d1544ab467e86f3c3bc032951789663856.tar.bz2 glibc-d5e321d1544ab467e86f3c3bc032951789663856.zip |
NEWS: minor wording fixes
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |