Skip to content

Releases: martinpitt/umockdev

0.17.1

14 Dec 06:28
0.17.1

Choose a tag to compare

  • Fix /sys/dev/* symlinks; regression from 0.15.3 (#155)

0.17.0

11 Dec 09:37
0.17.0

Choose a tag to compare

  • Add ioctls necessary to record/replay hidraw devices (thanks Daiki Ueno)
  • meson: Respect includedir option (thanks Florentin Dubois)
  • tests: Fix for Fedora koji emulated architectures s390x and arm
  • Enable automatic Fedora package updates with packit

0.16.3

15 Sep 05:39
0.16.3

Choose a tag to compare

  • Several pcap replay fixes (thanks Benjamin Berg)
  • Immediately create "bus" and "class" directories in /sys to fix udev enumerator
    (thanks David Lechner) (#144)
  • preload: Avoid some unaligned access to fix failure on sparc (#147)
  • Fix build on Alpine
  • Don't build with -Werror by default; use meson setup --werror to re-enable

0.16.2

25 Aug 09:27
0.16.2

Choose a tag to compare

  • Implement pcap control transfer replaying
  • Fix Coverity errors
  • Fix most valac build warnings

0.16.1

02 Jul 12:52
0.16.1

Choose a tag to compare

  • Fix wrong ioctl constants on ppc64el
  • Fix test-umockdev-record failure in some build environments

0.16.0

01 Jul 08:32
0.16.0

Choose a tag to compare

  • Move ioctl emulation from preload library to main test process
  • Add test API for custom ioctl and device read/write handlers (#96, #128)
  • Support USB replay from usbmon pcap captures (#82, #117)
  • Support SPI ioctl/read/write record and replay (#121)
  • Many thanks to Benjamin Berg for all of the above!

0.15.5

03 May 15:55
0.15.5

Choose a tag to compare

  • Fix build with vala 0.52
  • Fix build on 32 bit Alpine

0.15.4

03 Jan 15:54
0.15.4

Choose a tag to compare

  • preload: Trap relative paths into mocked directories
  • Fix tests for NixOS and enable them in CI

0.15.3

27 Dec 09:34
0.15.3

Choose a tag to compare

  • preload: Handle chdir() and getcwd() for emulated paths
  • umockdev-run: Don't strip off trailing whitespace from sysfs attributes.
    This fixes regressions with libusb 1.0.24. (#115, Debian #978310)

0.15.2

25 Nov 15:42
0.15.2

Choose a tag to compare

  • Fix "installed-tests" setup to not produce stderr output with grep ≥ 3.5