File tree 3 files changed +28
-2
lines changed
3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 0.2.168] ( https://github.com/rust-lang/libc/compare/0.2.167...0.2.168 ) - 2024-12-09
6
+
7
+ ### Added
8
+
9
+ - Linux: Add new process flags ([ #4174 ] ( https://github.com/rust-lang/libc/pull/4174 ) )
10
+ - Linux: Make ` IFA_* ` constants available on all Linux targets < https://github.com/rust-lang/libc/pull/4185 >
11
+ - Linux: add ` MAP_DROPPABLE ` < https://github.com/rust-lang/libc/pull/4173 >
12
+ - Solaris, Illumos: add ` SIGRTMIN ` and ` SIGRTMAX ` < https://github.com/rust-lang/libc/pull/4171 >
13
+ - Unix, Linux: adding POSIX ` memccpy ` and ` mempcpy ` GNU extension <https://github.com/rust-lang/libc/pull/4186 .
14
+
15
+ ### Deprecated
16
+
17
+ - FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants ([ #4183 ] ( https://github.com/rust-lang/libc/pull/4183 ) )
18
+
19
+ ### Fixed
20
+
21
+ - Make the ` Debug ` implementation for unions opaque ([ #4176 ] ( https://github.com/rust-lang/libc/pull/4176 ) )
22
+
23
+ ### Other
24
+
25
+ - Allow the ` unpredictable_function_pointer_comparisons ` lint where needed < https://github.com/rust-lang/libc/pull/4177 >
26
+ - CI: Upload artifacts created by libc-test < https://github.com/rust-lang/libc/pull/4180 >
27
+ - CI: Use workflow commands to group output by target < https://github.com/rust-lang/libc/pull/4179 >
28
+ - CI: add caching < https://github.com/rust-lang/libc/pull/4183 >
29
+
4
30
## [ 0.2.167] ( https://github.com/rust-lang/libc/compare/0.2.166...0.2.167 ) - 2024-11-28
5
31
6
32
### 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