summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-29 23:02:25 +0000
committerGitHub <noreply@github.com>2023-06-29 23:02:25 +0000
commit2a7ea3acad2a71835b93efbab7192406bac61fe4 (patch)
treeb3e973799adc7c99500c9d161273bab8351d571b
parent728609c96b0c0f01faa7d41cc46a691ff5391794 (diff)
parent3147e67b6797ff56bee5001ce61cf508eb8129ea (diff)
downloadnix-2a7ea3acad2a71835b93efbab7192406bac61fe4.zip
Merge #2051
2051: Update CHANGELOG for patch release 0.26.2 r=asomers a=asomers [skip ci] Co-authored-by: Alan Somers <asomers@gmail.com>
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e450900..8b337c8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,9 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#2012](https://github.com/nix-rust/nix/pull/2012))
### Fixed
-- Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering.
- ([#1964](https://github.com/nix-rust/nix/pull/1964))
-- Fix: send ETH_P_ALL in htons format
+- Fix: send `ETH_P_ALL` in htons format
([#1925](https://github.com/nix-rust/nix/pull/1925))
- Fix potentially invalid conversions in
`SockaddrIn::from<std::net::SocketAddrV4>`,
@@ -56,6 +54,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
`nix::sys::signalfd::SignalFd` instead.
([#1938](https://github.com/nix-rust/nix/pull/1938))
+## [0.26.2] - 2023-01-18
+
+### Fixed
+
+- Fix `SockaddrIn6` bug that was swapping `flowinfo` and `scope_id` byte
+ ordering.
+ ([#1964](https://github.com/nix-rust/nix/pull/1964))
+
## [0.26.1] - 2022-11-29
### Fixed
- Fix UB with `sys::socket::sockopt::SockType` using `SOCK_PACKET`.