We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f2761 commit 38b1240Copy full SHA for 38b1240
ChangeLog
@@ -1,3 +1,12 @@
1
+2.3.2: Ludovic Rousseau
2
+26 March 2025
3
+- Hardening systemd pcscd.service file
4
+- pcscd.service: add missing Requires=polkit.service
5
+- pcsc-spy: add missing PCSCv2_PART10_PROPERTY_* definitions
6
+- Support udev PCSCLITE_IGNORE property to filter readers
7
+- debuglog: force use of colors when --color is used
8
+- Some other minor improvements
9
+
10
2.3.1: Ludovic Rousseau
11
24 December 2024
12
- Install a default /etc/default/pcscd file
meson.build
@@ -11,7 +11,7 @@
project('pcsc-lite', 'c',
13
meson_version : '>=0.58.0',
14
- version : '2.3.1')
+ version : '2.3.2')
15
16
# for config.h
17
conf_data = configuration_data({
0 commit comments