diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 10 insertions, 5 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.3.6.1 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -304,7 +304,6 @@ fi if $shared ; then tryldflag LDFLAGS_AUTO -Wl,--hash-style=both - tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic fi LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}" diff --git a/doc/index.html b/doc/index.html index 3049cf1..8118fcf 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 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.6.1 or later </li> +2.3.7.1 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.0.0.5.tar.gz">2.0.0.5</a>. </li> + <li> The current released version of s6-dns is <a href="s6-dns-2.0.0.6.tar.gz">2.0.0.6</a>. </li> <li> Alternatively, you can checkout a copy of the s6-dns git repository: <pre> git clone git://git.skarnet.org/s6-dns </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index efc23c4..0bfc111 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-dns </h1> +<h2> in 2.0.0.6 </h2> + +<ul> + <li> skalibs dependency bumped to 2.3.7.1. </li> +</ul> + <h2> in 2.0.0.5 </h2> <ul> diff --git a/package/info b/package/info index 9c60a72..3f2163a 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-dns -version=2.0.0.5 +version=2.0.0.6 category=web package_macro_name=S6_DNS |