diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
commit | 0de4e6e0703f47be954f4cfa37648dd58665c819 (patch) | |
tree | 0f1527ce8c17a0feb71a040e5f9110285dd6bd75 /doc/upgrade.html | |
parent | 26cd94b2a8f6da396058b6c5d6446e237ec9d78f (diff) | |
download | s6-networking-0de4e6e0703f47be954f4cfa37648dd58665c819.tar.xz |
Fix build with skalibs 2.10.0.0; document dependencies
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index eabebb6..4df1cb7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,8 +21,12 @@ <h2> in 2.4.0.0 </h2> <ul> + <li> <a href="https://openssl.org/">OpenSSL</a> plus +<a href="https://git.causal.agency/libretls/about/">LibreTLS</a> +can now be used as a backend, since LibreTLS provides an +implementation of the libtls API. </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.9.4.0. </li> +dependency bumped to 2.10.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> has been made optional. It's still enabled by default; disabling it with the <tt>--disable-execline</tt> configure option disables |