about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-03-08 00:32:49 +0000
committerLaurent Bercot <ska@appnovation.com>2022-03-08 00:32:49 +0000
commit023a7dbe50e04bd514fcc69991606be7f451044d (patch)
tree42e9ea0de8390d66a54ac7c3c0bba3d5dd46a415
parentb4070f01c00a07d4f2df6a3ff85eb6f2b1386b84 (diff)
downloads6-023a7dbe50e04bd514fcc69991606be7f451044d.tar.gz
s6-023a7dbe50e04bd514fcc69991606be7f451044d.tar.xz
s6-023a7dbe50e04bd514fcc69991606be7f451044d.zip
Update execline dep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL2
-rw-r--r--NEWS2
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html2
4 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 49594b4..3804cce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ Build Instructions
   - A POSIX-compliant C development environment
   - GNU make version 3.81 or later
   - skalibs version 2.11.2.0 or later: https://skarnet.org/software/skalibs/
-  - execline version 2.8.2.0 or later: https://skarnet.org/software/execline/
+  - execline version 2.8.3.0 or later: https://skarnet.org/software/execline/
       (You can disable this requirement at configure time, but will
       lose some functionality.)
   - Optional: nsss version 0.2.0.1 or later: https://skarnet.org/software/nsss/
diff --git a/NEWS b/NEWS
index 6883cb6..290b621 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ In 2.11.1.0
 
  - Bugfixes.
  - s6-applyuidgid and s6-setuidgid can now be used by non-root users.
- - New s6-envdir option.
+ - New s6-envdir option: -L, for unlimited size environment variables.
 
 
 In 2.11.0.1
diff --git a/doc/index.html b/doc/index.html
index 244fa47..b65b704 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -88,7 +88,7 @@ requirement if you link against the shared version of the skalibs
 library. </li>
  <li> (Optional, but really recommended for full functionality):
 <a href="//skarnet.org/software/execline/">execline</a> version
-2.8.2.0 or later. When s6 is built with execline support (which is the default),
+2.8.3.0 or later. When s6 is built with execline support (which is the default),
 execline is a build-time requirement, and also a run-time requirement for
 certain binaries that spawn scripts interpreted with
 <a href="//skarnet.org/software/execline/execlineb.html">execlineb</a>. </li>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 89b0a71..452e54a 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -23,6 +23,8 @@
 <ul>
  <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
 dependency bumped to 2.11.2.0. </li>
+ <li> <a href="//skarnet.org/software/execline/">execline</a>
+optional dependency bumped to 2.8.3.0. </li>
 </ul>
 
 <h2> in 2.11.0.1 </h2>