diff mbox series

[liburing,v1,2/4] CHANGELOG: Note about --nolibc configure option deprecation

Message ID 20230112155709.303615-3-ammar.faizi@intel.com (mailing list archive)
State New
Headers show
Series liburing updates for 2.4 | expand

Commit Message

Ammar Faizi Jan. 12, 2023, 3:57 p.m. UTC
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>

Since commit bfb432f4cce5 ("configure: Always enable `CONFIG_NOLIBC` if
the arch is supported"), the --nolibc configure option is deprecated
and has no effect. Plus, building liburing on x86-64, x86, and aarch64
always enables CONFIG_NOLIBC. Note these changes in the CHANGELOG file.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/CHANGELOG b/CHANGELOG
index 93c500f..0722aae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,8 @@  liburing-2.4 release
 - Add IO_URING_{MAJOR,MINOR,CHECK}_VERSION() macros.
 - FFI support (for non-C/C++ languages integration).
 - Add io_uring_prep_msg_ring_cqe_flags() function.
+- Deprecate --nolibc configure option.
+- CONFIG_NOLIBC is always enabled on x86-64, x86, and aarch64.
 
 liburing-2.3 release