From cfc739a5ec6e408faadef3b17250c50bca0f0b38 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Jan 2020 16:01:38 +0000 Subject: Prepare for 2.3.1.2 --- COPYING | 2 +- INSTALL | 8 ++++---- NEWS | 6 ++++++ doc/index.html | 10 +++++----- doc/upgrade.html | 13 +++++++++++++ package/info | 2 +- 6 files changed, 30 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index f019bc7..b956149 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011-2019 Laurent Bercot +Copyright (c) 2011-2020 Laurent Bercot Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/INSTALL b/INSTALL index 58dc0dc..0b6fe16 100644 --- a/INSTALL +++ b/INSTALL @@ -6,10 +6,10 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.1.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.3.0 or later: http://skarnet.org/software/execline/ - - s6 version 2.9.0.1 or later: http://skarnet.org/software/s6/ - - s6-dns version 2.3.1.1 or later: http://skarnet.org/software/s6-dns/ + - skalibs version 2.9.2.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.6.0.0 or later: http://skarnet.org/software/execline/ + - s6 version 2.9.1.0 or later: http://skarnet.org/software/s6/ + - s6-dns version 2.3.2.0 or later: http://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, libressl version 2.9.2 or later: http://libressl.org/ or bearssl version 0.6 or later: http://bearssl.org/ diff --git a/NEWS b/NEWS index bfc3f9e..f89efa4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-networking. +In 2.3.1.2 +---------- + + - Bugfixes. + + In 2.3.1.1 ---------- diff --git a/doc/index.html b/doc/index.html index 7ab4b29..d10f7ad 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,15 +44,15 @@ compiled with IPv6 support, s6-networking is IPv6-ready.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.9.1.0 or later. It's a build-time requirement. It's also a run-time +2.9.2.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • execline version -2.5.3.0 or later. It's a build-time and run-time requirement.
  • +2.6.0.0 or later. It's a build-time and run-time requirement.
  • s6 version -2.9.0.1 or later. It's a build-time and run-time requirement.
  • +2.9.1.0 or later. It's a build-time and run-time requirement.
  • s6-dns version -2.3.1.1 or later. It's a build-time requirement. It's also a run-time +2.3.1.2 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns libraries.
  • If you want to build the secure communication tools: @@ -76,7 +76,7 @@ run-time requirement if you link against its shared version.
    • The current released version of s6-networking is -2.3.1.1.
    • +2.3.1.2.
    • Alternatively, you can checkout a copy of the s6-networking git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index 0a3ab91..08eed79 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,19 @@

      What has changed in s6-networking

      +

      in 2.3.1.2

      + +
        +
      • skalibs +dependency bumped to 2.9.2.0.
      • +
      • execline +dependency bumped to 2.6.0.0.
      • +
      • s6 +dependency bumped to 2.9.1.0.
      • +
      • s6-dns +dependency bumped to 2.3.1.2.
      • +
      +

      in 2.3.1.1

        diff --git a/package/info b/package/info index 941f175..455fb76 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6-networking -version=2.3.1.1 +version=2.3.1.2 category=net package_macro_name=S6_NETWORKING -- cgit v1.2.3