Skip to content

Commit fd6e160

Browse files
chore: release v0.2.168
1 parent abe73ab commit fd6e160

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)