Skip to content

Commit 5a96d5b

Browse files
Release 2.4.1
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 2ec87fb commit 5a96d5b

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.4.1: Ludovic Rousseau
2+
1 January 2026
3+
- Add backward version support on the client side
4+
- Add backward version support on the server side
5+
- hotplug libudev: rescan the USB bus with "pcscd --hotplug"
6+
- fix a value in pcscd.service syustemd file
7+
- meson: install systemd files even if libsystemd is not used
8+
- Some other minor improvements
9+
110
2.4.0: Ludovic Rousseau
211
19 October 2025
312
- Run pcscd under a pcscd user instead of root when using systemd

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.4.0')
14+
version : '2.4.1')
1515

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

0 commit comments

Comments
 (0)