diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-01-09 10:14:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-01-09 10:14:46 +0000 |
commit | 835f6ee7b561df355052fb87ad57515caf973c96 (patch) | |
tree | cdbd72633b5f387e74bcdb91e5c4441515148b05 | |
parent | 5fda7abc6687fa402a156465613da088646a97d0 (diff) | |
download | s6-networking-835f6ee7b561df355052fb87ad57515caf973c96.tar.xz |
Prepare for 2.7.0.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 14 insertions, 2 deletions
@@ -1,5 +1,11 @@ Changelog for s6-networking. +In 2.7.0.2 +---------- + + - Bugfixes. + + In 2.7.0.1 ---------- diff --git a/doc/index.html b/doc/index.html index 1c5a76e..78fefc0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -91,7 +91,7 @@ run-time requirement if you link against its shared version. </li> <ul> <li> The current released version of s6-networking is -<a href="s6-networking-2.7.0.1.tar.gz">2.7.0.1</a>. </li> +<a href="s6-networking-2.7.0.2.tar.gz">2.7.0.2</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-networking/">s6-networking git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index 869b8ee..575e356 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in s6-networking </h1> +<h2> in 2.7.0.2 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 2.7.0.1 </h2> <ul> diff --git a/package/info b/package/info index ab6e732..a3bea87 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-networking -version=2.7.0.1 +version=2.7.0.2 category=net package_macro_name=S6_NETWORKING |