Skip to content

Commit e6082ef

Browse files
chore: release v0.2.168
Co-authored-by: Trevor Gross <[email protected]>
1 parent 26b5337 commit e6082ef

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

33
## [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+
430
## [0.2.167](https://github.com/rust-lang/libc/compare/0.2.166...0.2.167) - 2024-11-28
531

632
### Added

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.167"
3+
version = "0.2.168"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

Diff for: libc-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.167"
17+
version = "0.2.168"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)