diff options
author | Jirka Hladky <jhladky@redhat.com> | 2022-01-02 22:08:30 +0100 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2022-01-02 22:08:30 +0100 |
commit | 9d23780023c4c1d14e0a73aa11ef5eec2d0f395a (patch) | |
tree | b5b30bbdc76efaf9624fe6d19e724d441bfcb00d | |
parent | Fixed exist status when using --once option. Updated man page (diff) | |
download | haveged-9d23780023c4c1d14e0a73aa11ef5eec2d0f395a.tar.xz haveged-9d23780023c4c1d14e0a73aa11ef5eec2d0f395a.zip |
Updated Changelog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ -v1.9.16 (Dec 31, 2021) +v1.9.16 (Jan 02, 2022) * Allow newuname syscall [Jirka Hladky] * Fix: haveged cannot be run as an application if also running as a daemon [Günther Brunthaler] * Add entropy unconditionally at start and then every 60 seconds [Jirka Hladky] * New parameter --once to refill entropy once and quit immediatelly [Jirka Hladky] +* Added haveged-once.service to provide entropy once (intended for initramfs) [Jirka Hladky] v1.9.15 (Sep 30, 2021) * Check for sys/auxv.h before using it. [Peter Seiderer] |