Skip to content

Commit 2ae54a7

Browse files
committed
Added more release information
1 parent d1f1a06 commit 2ae54a7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
NEWS for Pam_p11 -- History of user visible changes
22

3+
New in 0.6.1; 2025-01-21; Frank Morgner
4+
* Add Georgian translation
5+
6+
New in 0.6.0; 2024-03-22; Frank Morgner
7+
* Add Japanese translation
8+
39
New in 0.5.0; 2023-08-03; Frank Morgner
410
* Add support for tokens that only contain a certificate (and no public key)
511
* Fixed never-ending loop if the PIN is locked

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to pam_p11
22

3-
Pam_p11 is a plugable authentication module (pam) package for using crpytographic tokens such as smart cards and usb crypto tokens for authentication.
3+
Pam_p11 is a plugable authentication module (pam) package for using crpytographic tokens such as smart cards and usb crypto tokens for authentication on single user systems.
44

55
Pam_p11 uses [libp11](https://github.com/OpenSC/libp11/) to access any PKCS#11 module. It should be compatible with any implementation, but it is primarely developed using [OpenSC](https://github.com/OpenSC/OpenSC/).
66

@@ -20,9 +20,9 @@ Pam_p11 was written by an international team and is licensed as Open Source soft
2020
Installation is quite easy:
2121

2222
```
23-
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.0/pam_p11-0.6.0.tar.gz
24-
tar xfvz pam_p11-0.6.0.tar.gz
25-
cd pam_p11-0.6.0
23+
wget https://github.com/OpenSC/pam_p11/releases/download/pam_p11-0.6.1/pam_p11-0.6.1.tar.gz
24+
tar xfvz pam_p11-0.6.1.tar.gz
25+
cd pam_p11-0.6.1
2626
./configure --prefix=/usr --libdir=/lib/
2727
make
2828
make install

0 commit comments

Comments
 (0)