diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-06-23 08:54:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-06-23 08:54:49 +0000 |
commit | 68b3e92df39db7d496ef91054318d5d9facdfd9d (patch) | |
tree | 1c3cab38c568362d2b88f17d28f647454640a695 | |
parent | 664f0f3af7eb8aef89e6b1adee2d83b4c4f4cf9f (diff) | |
download | skalibs-68b3e92df39db7d496ef91054318d5d9facdfd9d.tar.xz |
Prepare for 2.12.0.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 |
4 files changed, 14 insertions, 2 deletions
@@ -1,5 +1,11 @@ Changelog for skalibs. +In 2.12.0.1 +----------- + + - Bugfixes. + + In 2.12.0.0 ----------- diff --git a/doc/index.html b/doc/index.html index 5fb2643..a848a79 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.12.0.0.tar.gz">2.12.0.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.12.0.1.tar.gz">2.12.0.1</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 4dff35b..711eb75 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -16,6 +16,12 @@ <a href="//skarnet.org/">skarnet.org</a> </p> +<h2> in 2.12.0.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 2.12.0.0 </h2> <ul> diff --git a/package/info b/package/info index 6caec2b..33156a7 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=skalibs -version=2.12.0.0 +version=2.12.0.1 category=prog package_macro_name=SKALIBS |