From bcde439cfa3e739c98ca31db1e7e97705f7fd566 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 11 Sep 2022 22:01:44 -0400 Subject: [PATCH] Update changelog --- ChangeLog | 15 +++++++++------ debian/changelog | 9 ++++++++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7158166..fc3feb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,14 @@ -Ureleased +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 + For example if yksoft is renamed foo, we attempt to load ~/.foo/. * Add -C to allow a persistence command to be specified. This command @@ -15,11 +18,11 @@ Ureleased ------------------------------------------------------------------------ * Print registration information in CSV, so it's easier to ingest into DUO. - + * Place token data in ~/.yksoft/ by default 2022-08-25 v0.0.1 ------------------------------------------------------------------------ - * Initial release. - + * Initial release. + diff --git a/debian/changelog b/debian/changelog index 6650ed9..d643083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,14 @@ +yksofttoken (0.0.4-1) focal; urgency=low + + * Remove unecessary dependency on the arc4random functions under Linux. + `getrandom()` is apparently cryptographically secure. + + -- Arran Cudbard-Bell Sun, 11 Sep 2022 22:01:00 +0000 + yksofttoken (0.0.3-1) focal; urgency=low * Take the default token persistence dir from the current binary name. - For example if yksoft is renamed foo, we attempt to load + For example if yksoft is renamed foo, we attempt to load ~/.foo/. * Add -C to allow a persistence command to be specified. This command