-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
28 lines (18 loc) · 977 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2022-09-11 v0.0.4
------------------------------------------------------------------------
* Remove unecessary dependency on the arc4random functions under Linux.
`getrandom()` is apparently cryptographically secure.
2022-09-09 v0.0.3
------------------------------------------------------------------------
* Take the default token persistence dir from the current binary name.
For example if yksoft is renamed foo, we attempt to load
~/.foo/<token name>.
* Add -C to allow a persistence command to be specified. This command
runs whenever the use counter increments or a new token is generated.
2022-09-06 v0.0.2
------------------------------------------------------------------------
* Print registration information in CSV, so it's easier to ingest into DUO.
* Place token data in ~/.yksoft/<name> by default
2022-08-25 v0.0.1
------------------------------------------------------------------------
* Initial release.