aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-06-04 06:07:36 -0600
committerJens Axboe <axboe@kernel.dk>2022-06-04 06:07:36 -0600
commita7fb522e3b03b6ecc53355305a587164dbec2df8 (patch)
tree3bf38a389ef7f450942fb1640311750459151d9a
parent9664daa178747f7095b8400125787cef08d6d21a (diff)
downloadliburing-a7fb522e3b03b6ecc53355305a587164dbec2df8.tar.gz
cHANGELOG: add a few more updates
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d28592..8ea19f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,8 +22,8 @@ liburing-2.2 release
- Add support for SQE128 and CQE32, which are doubly sized SQE and CQE
rings. This is needed for some cases of the new IORING_OP_URING_CMD,
notably for NVMe passthrough.
-- ~5000 lines of man page additions, including adding 87 new man pages.
+- ~5500 lines of man page additions, including adding ~90 new man pages.
- Synced with the 5.19 kernel release, supporting all the features of
5.19 and earlier.
-- 23 new regression test cases, and ~6000 lines of new tests in general.
+- 24 new regression test cases, and ~7000 lines of new tests in general.
- General optimizations and fixes.