Sourced from nix's changelog.
[0.26.2] - 2023-01-18
Fixed
- Fix
SockaddrIn6
bug that was swapping flowinfo and scope_id byte ordering. (#1964)[0.26.1] - 2022-11-29
Fixed
- Fix UB with
sys::socket::sockopt::SockType
usingSOCK_PACKET
. (#1821)[0.26.0] - 2022-11-29
Added
- Added
SockaddrStorage::{as_unix_addr, as_unix_addr_mut}
(#1871)- Added
MntFlags
andunmount
on all of the BSDs.- Added
any()
andall()
topoll::PollFd
. (#1877)- Add
MntFlags
andunmount
on all of the BSDs. (#1849)- Added a
Statfs::flags
method. (#1849)- Added
NSFS_MAGIC
FsType on Linux and Android. (#1829)- Added
sched_getcpu
on platforms that support it. (#1825)- Added
sched_getaffinity
andsched_setaffinity
on FreeBSD. (#1804)- Added
line_discipline
field toTermios
on Linux, Android and Haiku (#1805)- Expose the memfd module on FreeBSD (memfd was added in FreeBSD 13) (#1808)
- Added
domainname
field ofUtsName
on Android and Linux (#1817)- Re-export
RLIM_INFINITY
fromlibc
(#1831)- Added
syncfs(2)
on Linux (#1833)- Added
faccessat(2)
on illumos (#1841)- Added
eaccess()
on FreeBSD, DragonFly and Linux (glibc and musl). (#1842)- Added
IP_TOS
SO_PRIORITY
andIPV6_TCLASS
sockopts for Linux (#1853)- Added
new_unnamed
andis_unnamed
forUnixAddr
on Linux and Android. (#1857)- Added
SockProtocol::Raw
for raw sockets (#1848)- added
IP_MTU
(IpMtu
)IPPROTO_IP
sockopt on Linux and Android. (#1865)
... (truncated)
1e3f062
(cargo-release) version 0.26.2013931b
Merge #19748aa85bb
fix: clippy::size_of_ref4a83f8b
Drop x86_64-unknown-darwin to Tier 2975a3d5
Tidy up the CHANGELOG a bit.6fd7418
Fix endian swap on SocketAddrV6.e7a646d
(cargo-release) version 0.26.1749bf75
Merge #18218e91b28
Fix UB in the SO_TYPE sockopt12fb354
[skip ci] add a CHANGELOG section for the next release