diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 22:00:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 22:00:13 +0000 |
commit | 6c65c3dd94ce2e6a054d9358795ba1f17de03cad (patch) | |
tree | d4c6fe93b9fe761f4c6668b3c77d59a0740b724f /doc | |
parent | f16d25a7c6bb9c0645ce31d15f6564577197af45 (diff) | |
download | s6-6c65c3dd94ce2e6a054d9358795ba1f17de03cad.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index b24fcb2..1da69a5 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,14 +21,19 @@ <h2> in 2.8.0.0 </h2> <ul> - <li> skalibs dependency bumped to 2.8.0.0. </li> - <li> execline dependency bumped to 2.5.1.0. </li> + <li> <a href="//skarnet.org/software/skalibs/"></a>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> New <tt>-d <em>notif</em></tt> option to <a href="s6-log.html">s6-log</a>. </li> <li> New default for the <tt>-l <em>linelimit</em></tt> option to <a href="s6-log.html">s6-log</a>: 8192 bytes. </li> <li> In the <a href="libs6/accessrules.html">accessrules</a> library, checking against uid/gid now checks the <tt>uid/self</tt> key if the client and the server have the same uid, and the <tt>gid/self</tt> key if the client and the server have the same gid. </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.7.2.2 </h2> |