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

From: Ammar Faizi
Date: Thu Jan 12 2023 - 11:06:40 EST


From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>

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@xxxxxxxxxxx>
---
CHANGELOG | 2 ++
1 file changed, 2 insertions(+)

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

--
Ammar Faizi