summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-11-21 14:04:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-11-21 14:04:51 +0000
commit2a9643f6aef1a52cdada648f72f1d0ec9c1b711d (patch)
tree0a183cd77419fffc63782250fba2ce1d4fe22b28 /doc
parentc8eb7a57d294eaae17a67a7a57ff06e7bb10010c (diff)
downloads6-2a9643f6aef1a52cdada648f72f1d0ec9c1b711d.tar.xz
Increase s6-log "s" limit to 256MB
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
-rw-r--r--doc/s6-log.html2
-rw-r--r--doc/upgrade.html6
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index f85da66..319ba22 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -83,7 +83,7 @@ with s6</a> </li>
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.4.0.0 or later. It's a build-time requirement. It's also a run-time
+2.4.0.1 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. </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
@@ -100,7 +100,7 @@ library. </li>
<h3> Download </h3>
<ul>
- <li> The current released version of s6 is <a href="s6-2.4.0.0.tar.gz">2.4.0.0</a>. </li>
+ <li> The current released version of s6 is <a href="s6-2.4.1.0.tar.gz">2.4.1.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="http://git.skarnet.org/cgi-bin/cgit.cgi/s6/">s6
git repository</a>:
diff --git a/doc/s6-log.html b/doc/s6-log.html
index 0ef84f3..ce55c4b 100644
--- a/doc/s6-log.html
+++ b/doc/s6-log.html
@@ -195,7 +195,7 @@ By default, <em>number</em> is 10. </li>
<li> <strong>s<em>filesize</em></strong>: next rotations will occur when
<tt>current</tt> log files approach <em>filesize</em> bytes. By default,
<em>filesize</em> is 99999; it cannot be set lower than 4096 or
-higher than 16777215. </li>
+higher than 268435455. </li>
<li> <strong>S<em>totalsize</em></strong>: next logdirs will contain up
to <em>totalsize</em> bytes of archived (and maybe processed) log files. If
archived log files take more space than that, the older ones are suppressed
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 18e1fc0..7a76617 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in s6 </h1>
+<h2> in 2.4.1.0 </h2>
+
+<ul>
+ <li> skalibs dependency bumped to 2.4.0.1. </li>
+</ul>
+
<h2> in 2.4.0.0 </h2>
<ul>