diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 13 |
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> |