diff options
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 14 |
1 files changed, 11 insertions, 3 deletions
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> |