From c3150e36d6e3d8392c5801a19b7f63daa5551f37 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Nov 2017 12:44:40 +0000 Subject: Add s6_fdholder_start/end, prepare for 2.6.2.0 --- INSTALL | 4 ++-- NEWS | 7 +++++++ README.macos | 4 ++++ README.macosx | 4 ---- doc/index.html | 6 +++--- doc/libs6/s6-fdholder.html | 22 ++++++++++++++++++++++ doc/upgrade.html | 9 +++++++++ package/deps.mak | 8 +++++--- package/info | 2 +- src/include/s6/s6-fdholder.h | 9 ++++++++- src/libs6/deps-lib/s6 | 2 ++ src/libs6/s6_fdholder_end.c | 11 +++++++++++ src/libs6/s6_fdholder_start.c | 19 +++++++++++++++++++ 13 files changed, 93 insertions(+), 14 deletions(-) create mode 100644 README.macos delete mode 100644 README.macosx create mode 100644 src/libs6/s6_fdholder_end.c create mode 100644 src/libs6/s6_fdholder_start.c diff --git a/INSTALL b/INSTALL index a4e6d2d..5314d66 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.0.1 or later: http://skarnet.org/software/skalibs/ - - execline version 2.3.0.3 or later: http://skarnet.org/software/execline/ + - skalibs version 2.6.2.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.3.0.4 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index 3bd354f..e184613 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6. +In 2.6.2.0 +---------- + + - Bugfixes. + - New functions: s6_fdholder_start() and s6_fdholder_end(). + + In 2.6.1.1 ---------- diff --git a/README.macos b/README.macos new file mode 100644 index 0000000..4c497de --- /dev/null +++ b/README.macos @@ -0,0 +1,4 @@ + + This package will compile and run on Darwin (MacOS), but the building of +shared libraries is not supported. + Make sure you use the --disable-shared option to configure. diff --git a/README.macosx b/README.macosx deleted file mode 100644 index d71a096..0000000 --- a/README.macosx +++ /dev/null @@ -1,4 +0,0 @@ - - This package will compile and run on Darwin (MacOS X), but the building of -shared libraries is not supported. - Make sure you use the --disable-shared option to configure. diff --git a/doc/index.html b/doc/index.html index cf41453..330d56e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,11 +83,11 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.0.1 or later. It's a build-time requirement. It's also a run-time +2.6.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.3.0.3 or later. It's a build-time and run-time requirement.
  • +2.3.0.4 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -100,7 +100,7 @@ library.

    Download