diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:04:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:04:21 +0000 |
commit | 5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86 (patch) | |
tree | c697f579d6a8db9e237f4cd9155bc65c6fa3c4a1 /NEWS | |
parent | 9bf2a7c888312f197bbad77f47c067f856900578 (diff) | |
download | skalibs-5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86.tar.xz |
Update tainnow.lib mentions in doc
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ and --enable-monotonic configure switches have been removed. tain_now() can now be set at run time to use a wall clock (default, or via tain_now_set_wallclock()) or a stopwatch (via tain_now_set_stopwatch()), instead of it being fixed at build time. + - Easy cross-compilation: no need to provide a whole sysdeps +directory anymore. Only a few sysdeps have to be provided manually, +via a --with-sysdep-K=V option to configure. Currently, that means +one: --with-sysdep-devurandom=yes|no In 2.8.1.0 |