Skip to content

Releases: martinpitt/umockdev

0.18.0

03 Mar 07:36
0.18.0

Choose a tag to compare

  • Record and restore SELinux context for mocked /dev nodes
  • preload: wrap fstatfs() and statfs() on musl
  • Fix build with meson 1.4

0.17.18

26 Jul 07:26
0.17.18

Choose a tag to compare

  • preload: Don't read udev cache data from system (thanks Bastien Nocera)
  • spec: Update License: to SPDX format
  • Various test fixes

0.17.17

16 Apr 08:12
0.17.17

Choose a tag to compare

  • Fix race with worker thread accessing $UMOCKDEV_DIR
  • Disable -Wincompatible-function-pointer-types for clang

0.17.16

29 Jan 18:44
0.17.16

Choose a tag to compare

  • preload: Wrap __getcwd_chk()
  • uevent_sender: Fix fd leak in sendmsg_one
  • Fix gcc -fanalyzer complaints

0.17.15

24 Nov 15:07
0.17.15

Choose a tag to compare

  • test fixes

0.17.14

24 Nov 14:19
0.17.14

Choose a tag to compare

  • ioctl: Make data object usable from Python (thanks Benjamin Berg)
  • preload: Wrap statfs()
  • Move to gnu11 C standard
  • Lots of small potential bug fixes spotted by Coverity

0.17.13

30 May 10:20
0.17.13

Choose a tag to compare

  • preload: Wrap fstatfs(), to work with systemd 251 also with Python tests
  • Fix tests in Gentoo sandbox build

0.17.12

19 May 09:47
0.17.12

Choose a tag to compare

  • Work around packit propose_downstream bug

0.17.11

19 May 09:14
0.17.11

Choose a tag to compare

  • Fix documentation build (thanks Benjamin Berg)

0.17.10

10 May 08:39
0.17.10

Choose a tag to compare

  • Adjust to systemd 251-rc2: Set $SYSTEMD_DEVICE_VERIFY_SYSFS, parse new udevadm format, update tests