diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:00:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 21:00:34 +0000 |
commit | 129a05f5a6a60be4b2037f2b6d72711cfdbb1908 (patch) | |
tree | de3df3d6c183ff5c8575bc7863ec693824427a9c /doc | |
parent | 78585c170875e78fe58fd80ea74916dd41e25bb9 (diff) | |
download | s6-dns-129a05f5a6a60be4b2037f2b6d72711cfdbb1908.tar.xz |
Build everything as PIC by default ; prepare for 2.3.0.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 51c6aae..8d7b722 100644 --- a/doc/index.html +++ b/doc/index.html @@ -46,7 +46,7 @@ point in the future. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.7.0.0 or later </li> +2.8.0.0 or later </li> </ul> <h3> Licensing </h3> @@ -59,7 +59,7 @@ point in the future. <h3> Download </h3> <ul> - <li> The current released version of s6-dns is <a href="s6-dns-2.3.0.1.tar.gz">2.3.0.1</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.3.0.2.tar.gz">2.3.0.2</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-dns/">s6-dns git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 6912610..481e4f9 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.3.0.2 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.8.0.0. </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.1 </h2> <ul> |