summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-07-23 14:48:16 -0600
committerGitHub <noreply@github.com>2022-07-23 14:48:16 -0600
commit14418f4ea105b3a4642e2bc91b02b7d590bfa16a (patch)
tree9bce414506c280ca9f4b355481d8f14caabd5c7f /CHANGELOG.md
parentb1e1a604a713432773fb6bc8590ff9291c70a0bb (diff)
parent12475785ff418e0961a0edeb6a26dc77cb1c0202 (diff)
downloadnix-14418f4ea105b3a4642e2bc91b02b7d590bfa16a.zip
Merge pull request #1771 from asomers/0.24.2-changelog
[skip ci] Add 0.24.2 release notes to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ab4181d..235b1c10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1741](https://github.com/nix-rust/nix/pull/1741))
### Fixed
+### Removed
+
+- Removed support for resubmitting partially complete `lio_listio` operations.
+ It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
+ Instead, it can be reimplemented downstream.
+ (#[1713](https://github.com/nix-rust/nix/pull/1713))
+
+## [0.24.2] - 2022-07-17
+### Added
+### Changed
+### Fixed
- Fixed buffer overflow in nix::sys::socket::recvfrom.
(#[1763](https://github.com/nix-rust/nix/pull/1763))
@@ -57,13 +68,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
`SysControlAddr`.
(#[1736](https://github.com/nix-rust/nix/pull/1736))
-### Removed
-
-- Removed support for resubmitting partially complete `lio_listio` operations.
- It was too complicated, and didn't fit Nix's theme of zero-cost abstractions.
- Instead, it can be reimplemented downstream.
- (#[1713](https://github.com/nix-rust/nix/pull/1713))
-
## [0.24.1] - 2022-04-22
### Added
### Changed