summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-13 12:02:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-13 12:02:12 +0000
commit65d71ab4b780a5d18a8146eb4567eb8a9105f4fe (patch)
tree93dae694b1fd6917176711e467f4f3efab16d1e9 /doc
parent01dc2086a7b722133ce6d1582e4226942d590cb0 (diff)
downloadskalibs-65d71ab4b780a5d18a8146eb4567eb8a9105f4fe.tar.xz
Add atomic_rm_rf and atomic_rm_rf_tmp
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html13
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 9c382b2..2ee91ce 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.3.6.1.tar.gz">2.3.6.1</a>. </li>
+ <li> The current released version of skalibs is <a href="skalibs-2.3.7.0.tar.gz">2.3.7.0</a>. </li>
<li> Alternatively, you can checkout a copy of the skalibs git repository:
<pre> git clone git://git.skarnet.org/skalibs </pre> </li>
</ul>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 381aa8a..6058dda 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,13 +18,18 @@
<h1> What has changed in skalibs </h1>
+<h2> in 2.3.7.0 </h2>
+
+<ul>
+ <li> New functions: <tt>atomic_rm_rf()</tt>, <tt>atomic_rm_rf_tmp()</tt>. </li>
+</ul>
+
<h2> in 2.3.6.1 </h2>
<ul>
<li> No functional changes. </li>
</ul>
-
<h2> in 2.3.6.0 </h2>
<ul>
@@ -46,13 +51,13 @@
<h2> in 2.3.5.0 </h2>
<ul>
- <li> New functions: bitarray_count(), openwritevnclose_at() </li>
+ <li> New functions: <tt>bitarray_count()</tt>, <tt>openwritevnclose_at()</tt> </li>
</ul>
<h2> in 2.3.4.0 </h2>
<ul>
- <li> New function: stat_at() </li>
+ <li> New function: <tt>stat_at()</tt> </li>
<li> The rest of the changes are bugfixes or QoL. </li>
</ul>
@@ -65,7 +70,7 @@
<h2> in 2.3.2.0 </h2>
<ul>
- <li> New macro: gid0_scan() </li>
+ <li> New macro: <tt>gid0_scan()</tt> </li>
</ul>
<h2> in 2.3.1.3 </h2>