File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
36
36
([ #2012 ] ( https://github.com/nix-rust/nix/pull/2012 ) )
37
37
38
38
### Fixed
39
- - Fix ` SockaddrIn6 ` bug that was swapping flowinfo and scope_id byte ordering.
40
- ([ #1964 ] ( https://github.com/nix-rust/nix/pull/1964 ) )
41
- - Fix: send ETH_P_ALL in htons format
39
+ - Fix: send ` ETH_P_ALL ` in htons format
42
40
([ #1925 ] ( https://github.com/nix-rust/nix/pull/1925 ) )
43
41
44
42
### Removed
@@ -51,6 +49,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
51
49
` nix::sys::signalfd::SignalFd ` instead.
52
50
([ #1938 ] ( https://github.com/nix-rust/nix/pull/1938 ) )
53
51
52
+ ## [ 0.26.2] - 2023-01-18
53
+
54
+ ### Fixed
55
+
56
+ - Fix ` SockaddrIn6 ` bug that was swapping ` flowinfo ` and ` scope_id ` byte
57
+ ordering.
58
+ ([ #1964 ] ( https://github.com/nix-rust/nix/pull/1964 ) )
59
+
54
60
## [ 0.26.1] - 2022-11-29
55
61
### Fixed
56
62
- Fix UB with ` sys::socket::sockopt::SockType ` using ` SOCK_PACKET ` .
You can’t perform that action at this time.
0 commit comments