Skip to content

Commit 38b1240

Browse files
Release 2.3.2
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent a5f2761 commit 38b1240

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
2.3.1: Ludovic Rousseau
211
24 December 2024
312
- Install a default /etc/default/pcscd file

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
project('pcsc-lite', 'c',
1313
meson_version : '>=0.58.0',
14-
version : '2.3.1')
14+
version : '2.3.2')
1515

1616
# for config.h
1717
conf_data = configuration_data({

0 commit comments

Comments
 (0)