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 1
1
# Changelog
2
2
3
3
## [ 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
4
26
## [ 0.2.167] ( https://github.com/rust-lang/libc/compare/0.2.166...0.2.167 ) - 2024-11-28
5
27
6
28
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.167 "
3
+ version = " 0.2.168 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A test crate for the libc crate.
14
14
15
15
[dependencies .libc ]
16
16
path = " .."
17
- version = " 0.2.167 "
17
+ version = " 0.2.168 "
18
18
default-features = false
19
19
20
20
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments