mirror of
https://github.com/jiangcuo/nix.git
synced 2026-08-09 22:58:23 +00:00
Update CHANGELOG for patch release 0.26.2
[skip ci]
This commit is contained in:
parent
c6f9e2332e
commit
3147e67b67
12
CHANGELOG.md
12
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))
|
||||
|
||||
### Removed
|
||||
@ -51,6 +49,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`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user