summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-11-04 16:58:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-11-04 16:58:26 +0000
commit7d51240251f8226089ab1618831fde50b5e9e641 (patch)
treef2b512ddc0ec82f7e138a93d3f82704bd5bc9c94 /doc
parent495da13c70f50ee5224873a04a47d1f957e3b6f0 (diff)
downloadskalibs-7d51240251f8226089ab1618831fde50b5e9e641.tar.xz
Remove obsolete flags from flags.html, prepare for 2.4.0.1
Diffstat (limited to 'doc')
-rw-r--r--doc/flags.html34
-rw-r--r--doc/index.html2
-rw-r--r--doc/license.html2
-rw-r--r--doc/upgrade.html6
4 files changed, 8 insertions, 36 deletions
diff --git a/doc/flags.html b/doc/flags.html
index 5dfcffd..ad39b4b 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -241,40 +241,6 @@ relevant networking functions if and only if the target architecture supports it
This is the default, and it is safe.
</p>
-<a name="forcedevr"><h3> --enable-force-devr </h3></a>
-
-<p>
- If this option is set, then the automatic sysdeps tests will assume the
-target architecture has a working <tt>/dev/random</tt> and will skip
-its autodetection.
-</p>
-
-<p>
- Otherwise, <tt>/dev/random</tt> will be autodetected
-and tested; if entropy generation is low on the host, the compilation
-process might hang for several minutes. It is safe to leave this flag
-clear; it should only be set to speed up the compilation process in a
-known environment or for testing purposes.
-</p>
-
-<p>
- If skalibs is being cross-compiled, this flag obviously has no effect:
-the presence of a working <tt>/dev/random</tt> is read from the user-provided
-sysdeps.
-</p>
-
-<a name="forcedevr"><h3> --enable-egd=<em>path</em> </h3></a>
-
-<p>
- If you set this option, then the <a href="librandom/">librandom</a> functions
-will assume the presence of an EGD daemon listening on <em>path</em>,
-and use it to get random data.
-</p>
-
-<p>
- By default, skalibs will not include EGD support.
-</p>
-
<a name="defaultpath"><h3> --with-default-path=<em>path</em> </h3></a>
<p>
diff --git a/doc/index.html b/doc/index.html
index e7c6df5..e213c5d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,7 +60,7 @@ with a standard C development environment </li>
<h3> Download </h3>
<ul>
- <li> The current released version of skalibs is <a href="skalibs-2.4.0.0.tar.gz">2.4.0.0</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.4.0.1.tar.gz">2.4.0.1</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="http://git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs
git repository</a>:
diff --git a/doc/license.html b/doc/license.html
index 5d278d0..ef79742 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -74,7 +74,7 @@ color, or different text font. </li>
<p>
<em>I am aware that the previous restrictions sound completely
ridiculous while the official skalibs documentation is incomplete.
-As of 2.4.0.0, I'm not going to enforce those restrictions, but if you're
+As of 2.4.0.1, I'm not going to enforce those restrictions, but if you're
going to provide documentation for skalibs, don't keep it to yourself,
please send it to me instead. :-) </em>
</p>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 808fdc8..e468c7a 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in skalibs </h1>
+<h2> in 2.4.0.1 </h2>
+
+<ul>
+ <li> No functional changes. </li>
+</ul>
+
<h2> in 2.4.0.0 </h2>
<ul>