diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-04 16:58:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-04 16:58:26 +0000 |
commit | 7d51240251f8226089ab1618831fde50b5e9e641 (patch) | |
tree | f2b512ddc0ec82f7e138a93d3f82704bd5bc9c94 | |
parent | 495da13c70f50ee5224873a04a47d1f957e3b6f0 (diff) | |
download | skalibs-7d51240251f8226089ab1618831fde50b5e9e641.tar.xz |
Remove obsolete flags from flags.html, prepare for 2.4.0.1
-rw-r--r-- | doc/flags.html | 34 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/license.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
5 files changed, 9 insertions, 37 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> diff --git a/package/info b/package/info index 9ec601b..ecd547d 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=skalibs -version=2.4.0.0 +version=2.4.0.1 category=prog package_macro_name=SKALIBS |