summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2022-01-02 22:08:30 +0100
committerJirka Hladky <jhladky@redhat.com>2022-01-02 22:08:30 +0100
commit9d23780023c4c1d14e0a73aa11ef5eec2d0f395a (patch)
treeb5b30bbdc76efaf9624fe6d19e724d441bfcb00d
parentFixed exist status when using --once option. Updated man page (diff)
downloadhaveged-9d23780023c4c1d14e0a73aa11ef5eec2d0f395a.tar.xz
haveged-9d23780023c4c1d14e0a73aa11ef5eec2d0f395a.zip
Updated Changelog
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6874624..de44007 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]