summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-09-18 09:35:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-09-18 09:35:43 +0000
commit3aad40d38f3cba359f78f81dd27b420d19aa45b7 (patch)
tree73e8d06f010a82d6d72f304ed31b80dfec7ba74d
parent24f08a61e6456fb2bdf1382000a0b4b3bf910d45 (diff)
downloadskalibs-3aad40d38f3cba359f78f81dd27b420d19aa45b7.tar.xz
Prepare for 2.9.3.0
-rw-r--r--NEWS7
-rw-r--r--doc/crosscompile.html2
-rw-r--r--doc/flags.html25
-rw-r--r--doc/index.html2
-rw-r--r--doc/license.html2
-rw-r--r--doc/upgrade.html6
-rw-r--r--package/info2
7 files changed, 42 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e3c7633..887216d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
Changelog for skalibs.
+In 2.9.3.0
+----------
+
+ - New stralloc_readyplus_tuned() function.
+ - Bugfixes.
+
+
In 2.9.2.1
----------
diff --git a/doc/crosscompile.html b/doc/crosscompile.html
index 6ff8bb1..c073061 100644
--- a/doc/crosscompile.html
+++ b/doc/crosscompile.html
@@ -83,7 +83,7 @@ the time <tt>yes</tt> or <tt>no</tt>.
<p>
At all times, <tt>./configure --help</tt> provides the list of sysdeps
you need to provide a <tt>--with-sysdep-*</tt> option for. As of
-skalibs-2.9.1.0, there is only one sysdep in this case:
+skalibs-2.9.3.0, there is only one sysdep in this case:
</p>
<ul>
diff --git a/doc/flags.html b/doc/flags.html
index e6895ed..7aa8f95 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -174,5 +174,30 @@ often anyway).
The default is <tt>/usr/bin:/bin</tt>, which is usually safe.
</p>
+<a name="sysdep"><h3> --enable-sysdep-devurandom=yes </h3></a>
+
+<p>
+ When compiling natively, skalibs probes the build system for <em>sysdeps</em>,
+i.e. system-specific behaviours that influence the way skalibs must
+implement certain interfaces. This autodetection can be overriden on the
+configure command line: for a sysdep named <em>K</em>, if you want to
+enforce the value <em>V</em>, you can use <tt>--enable-sysdep-<em>K</em>=<em>V</em></tt>
+as a configure option.
+</p>
+
+<p>
+(This is similar to the <tt>ac_cv_foobar_<em>K</em>=<em>V</em></tt> environment
+variable mechanism in autotools.)
+</p>
+
+<p>
+ When <a href="crosscompile.html">cross-compiling</a>, there are a few sysdeps
+that <em>cannot</em> be autodetected and have to be provided manually on the
+command line. The <tt>devurandom</tt> sysdep, which encodes the existence of
+a functional <tt>/dev/urandom</tt> device on the target, is one of those.
+<tt>--enable-sysdep-devurandom=yes</tt> tells skalibs to assume that there is
+such a device it can rely on for random number generation.
+</p>
+
</body>
</html>
diff --git a/doc/index.html b/doc/index.html
index 346c1a9..cca688f 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.9.2.1.tar.gz">2.9.2.1</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.9.3.0.tar.gz">2.9.3.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs
git repository</a>:
diff --git a/doc/license.html b/doc/license.html
index 31a3fc2..3293fef 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.9.0.0, I'm not going to enforce those restrictions, but if you're
+As of 2.9.3.0, 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 ea25f15..accabdc 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -16,6 +16,12 @@
<a href="//skarnet.org/">skarnet.org</a>
</p>
+<h2> in 2.9.3.0 </h2>
+
+<ul>
+ <li> New function: <tt>stralloc_readyplus_tuned()</tt> </li>
+</ul>
+
<h2> in 2.9.2.1 </h2>
<ul>
diff --git a/package/info b/package/info
index 1714654..dc93a07 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=skalibs
-version=2.9.2.1
+version=2.9.3.0
category=prog
package_macro_name=SKALIBS