diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 09:43:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 09:43:13 +0000 |
commit | 4fab8059e7cce29b8643bf42a90de50b958011b4 (patch) | |
tree | 03e3d0f6e963ac2b7ee81734784648db0f9c7067 /doc | |
parent | 183bb56f6e0903680412f8238a022561b0beaabb (diff) | |
download | skalibs-4fab8059e7cce29b8643bf42a90de50b958011b4.tar.xz |
Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index f456a5d..9c382b2 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.0.tar.gz">2.3.6.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.3.6.1.tar.gz">2.3.6.1</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 bc7b6f3..381aa8a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.6.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + + <h2> in 2.3.6.0 </h2> <ul> |