diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 14 |
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 4677690..dca689c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -52,7 +52,7 @@ library. </li> <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.8.0.0 or later. It's a build-time and run-time requirement. </li> <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version -2.3.0.1 or later. It's a build-time requirement. It's also a run-time +2.3.0.2 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns libraries. </li> <li> If you want to build the secure communication tools: diff --git a/doc/upgrade.html b/doc/upgrade.html index 8c13e5f..1dff010 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,9 +21,17 @@ <h2> in 2.3.0.4 </h2> <ul> - <li> skalibs dependency bumped to 2.8.0.0. </li> - <li> execline dependency bumped to 2.5.1.0. </li> - <li> s6 dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/execline/">execline</a> +dependency bumped to 2.5.1.0. </li> + <li> <a href="//skarnet.org/software/s6/">s6</a> +dependency bumped to 2.8.0.0. </li> + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> +dependency bumped to 2.3.0.2. </li> + <li> Everything now builds as PIC by default no matter +the toolchain's settings. Use the <tt>--disable-all-pic</tt> configure +option to build executables and static libraries as non-PIC. </li> </ul> <h2> in 2.3.0.3 </h2> |