Skip to content

Releases: lucab/caps-rs

v0.5.5

02 Nov 09:22
v0.5.5
511bc2b
Compare
Choose a tag to compare

Changes:

  • Add CAPGET and CAPSET for LoongArch64

v0.5.4

05 Aug 08:16
v0.5.4
6e61e63
Compare
Choose a tag to compare

Changes:

  • Remove dependency on errno crate in favor of std functions

v0.5.3

27 Sep 13:37
v0.5.3
Compare
Choose a tag to compare

Changes:

  • lib: added support for serde
  • cargo: added serde_support feature

v0.5.2

10 May 08:46
v0.5.2
0686b13
Compare
Choose a tag to compare

Changes:

  • lib: fix bounding drop error message

v0.5.1

15 Feb 17:40
v0.5.1
6cc1bf7
Compare
Choose a tag to compare

Changes:

  • nr: fix syscall definitions for x86_64-unknown-linux-gnux32.
  • ci: move Travis jobs to GH actions

v0.5.0

16 Oct 21:43
v0.5.0
af79700
Compare
Choose a tag to compare

Changes:

  • examples: show how to introspect all capabilities
  • nr: add CAP_CHECKPOINT_RESTORE

v0.4.0

10 Aug 08:48
v0.4.0
8f76195
Compare
Choose a tag to compare

Changes:

  • lib: switch 'set' to borrow its argument
  • errors: switch to thiserror
  • ci: test on multiple architectures
  • cargo: switch to edition 2018
  • runtime: support procfs cap_last_cap
  • caps: mark enum as non-exhaustive
  • ci: bump toolchains
  • caps: fix warnings
  • caps: gracefully support older kernel versions
  • nr: add CAP_PERFMON and CAP_BPF