File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+ ## [ 0.2.168] ( https://github.com/rust-lang/libc/compare/0.2.167...0.2.168 ) - 2024-12-09
5+
6+ ### Added
7+
8+ - adding POSIX memccpy and mempcpy GNU extension.
9+ - Linux: Add new process flags ([ #4174 ] ( https://github.com/rust-lang/libc/pull/4174 ) )
10+ - Adding MAP_DROPPABLE for Linux (6.11)
11+
12+ ### Deprecated
13+
14+ - Deprecate FreeBSD's CAP_UNUSED* and CAP_ALL* constants
15+
16+ ### Fixed
17+
18+ - make Debug impl for unions opaque ([ #4176 ] ( https://github.com/rust-lang/libc/pull/4176 ) )
19+
20+ ### Other
21+
22+ - Lift IFA_ * constants from linux/gnu to linux
23+ - Linux: Add docs for ` PF_* ` constants ([ #4174 ] ( https://github.com/rust-lang/libc/pull/4174 ) )
24+ - [ solaris/illumos] add SIGRTMIN and SIGRTMAX
25+ - Allow the ` unpredictable_function_pointer_comparisons ` where needed
426## [ 0.2.167] ( https://github.com/rust-lang/libc/compare/0.2.166...0.2.167 ) - 2024-11-28
527
628### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " libc"
3- version = " 0.2.167 "
3+ version = " 0.2.168 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
1414
1515[dependencies .libc ]
1616path = " .."
17- version = " 0.2.167 "
17+ version = " 0.2.168 "
1818default-features = false
1919
2020[build-dependencies ]
You can’t perform that action at this time.
0 commit comments