File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4747 (#[ 1741] ( https://github.com/nix-rust/nix/pull/1741 ) )
4848
4949### Fixed
50+ ### Removed
51+
52+ - Removed support for resubmitting partially complete ` lio_listio ` operations.
53+ It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
54+ Instead, it can be reimplemented downstream.
55+ (#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
56+
57+ ## [ 0.24.2] - 2022-07-17
58+ ### Added
59+ ### Changed
60+ ### Fixed
5061
5162- Fixed buffer overflow in nix::sys::socket::recvfrom.
5263 (#[ 1763] ( https://github.com/nix-rust/nix/pull/1763 ) )
@@ -57,13 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5768 ` SysControlAddr ` .
5869 (#[ 1736] ( https://github.com/nix-rust/nix/pull/1736 ) )
5970
60- ### Removed
61-
62- - Removed support for resubmitting partially complete ` lio_listio ` operations.
63- It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
64- Instead, it can be reimplemented downstream.
65- (#[ 1713] ( https://github.com/nix-rust/nix/pull/1713 ) )
66-
6771## [ 0.24.1] - 2022-04-22
6872### Added
6973### Changed
You can’t perform that action at this time.
0 commit comments