Skip to content

tslib 1.14-rc1

Pre-release
Pre-release

Choose a tag to compare

@merge merge released this 02 Nov 07:35
· 367 commits to master since this release

This release includes libts version 0.8.1 and the following changes:

  • The following modules are now disabled in the default configuration run:
    • module_raw arctic2
    • module_raw corgi
    • module_raw collie
    • module_raw dmc
    • module_raw h3600
    • module_raw mk712
    • module_raw ucb1x00
      Users of those modules must enable them, like ./configure --enable-arctic2
  • Automatic touchscreen device detection for Linux (if not defined by the user)
  • New filter plugin "lowpass"

This release includes the following bugfixes:

  • 93ac81d autoconf: disable dependency tracking by default (fixes out-of-source builds)
  • f4cd766 waveshare-raw: fix snprintf error in finding a device in ts_read()
  • 57d9081 debounce: drop samples irrespective of pressure value
  • 5822386 waveshare: fix resource leak