Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Aug 3, 2024
1 parent 17d66da commit a2c25c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.3.0: Ludovic Rousseau
3 August 2024
- SCardGetStatusChange(): add the number of reader events
- Add Appstream metainfo announcing HW support
- meson: specify minimum meson version to use
- fix formats under musl libc
- Send libpcsclite.so logs to stderr instead of stdout
- Some other minor improvements

2.2.3: Ludovic Rousseau
26 May 2024
- meson:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

project('pcsc-lite', 'c',
meson_version : '>=0.58.0',
version : '2.2.3')
version : '2.3.0')

# for config.h
conf_data = configuration_data({
Expand Down

0 comments on commit a2c25c5

Please sign in to comment.