mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Switch to meson build system instead of autotools. Changes since version 2.0.1: 2.2.3: Ludovic Rousseau 26 May 2024 - meson: . Fix build on Slackware 15 . fail if both libusb and libudev are used - Fix memory leak on exit - libpcscspy: dump an output buffer only if the call succeeded - Some code cleanup 2.2.2: Ludovic Rousseau 20 May 2024 - Serial support is ENABLED by default 2.2.1: Ludovic Rousseau 8 May 2024 - fix meson related issues - Some code cleanup 2.2.0: Ludovic Rousseau 3 May 2024 - provide files for meson build tool (replaces autoconf/auoomake) - fix a missing symbol in libpcscspy (bug introduced by the previous version) - fix shutdown issues with hotplug_libusb - update pcsc-spy manpage - update copyright date - Some other minor improvements 2.1.0: Ludovic Rousseau 12 April 2024 - LIBPCSCLITE_DELEGATE is used to redirect to another libpcsclite library - setup_spy.sh displays the LIBPCSCLITE_DELEGATE value to use for spying - provides libfake.c as a sample source code - Some other minor improvements 2.0.3: Ludovic Rousseau 3 March 2024 - add SCARD_E_UNKNOWN_RES_MNG back 2.0.2: Ludovic Rousseau 3 March 2024 - SCardConnect() & SCardReconnect(): restrict the protocol used - negotiate PTS also for the backup protocol - pcscd.8: . document --disable-polkit . add "CONFIGURATION FILE" section - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>