diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 15:02:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 15:02:11 +0000 |
commit | 3f090bb2fe66f9fd79c75344fa7f03a76ea67e00 (patch) | |
tree | 157e20204f7fbc245cde92ef9ce92bfac615ddad /doc | |
parent | d6169d90477a1b467545408f4ea9570ed4f36bf9 (diff) | |
download | skalibs-3f090bb2fe66f9fd79c75344fa7f03a76ea67e00.tar.xz |
Fix shared libs installation; prepare for 2.9.2.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 8a903f1..ff780b5 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.1.0.tar.gz">2.9.1.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.9.2.0.tar.gz">2.9.2.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/upgrade.html b/doc/upgrade.html index 75ecabb..ef86938 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.2.0 </h2> + +<ul> + <li> New functions: <tt>bigkv_*</tt> </li> +</ul> + <h2> in 2.9.1.0 </h2> <ul> |