commit c0fd8668f09d1024e2e765fc6d7be212a1708ef0
parent 214ef0fe87b48e044681bb831b8ae2fc2fe1a35b
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Mon, 25 Sep 2023 19:40:16 +0200
Bump version
Diffstat:
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
# See LICENSE file for copyright and license details.
-VERSION = 2.0.5
+VERSION = 2.0.6
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
diff --git a/www/index.html b/www/index.html
@@ -79,8 +79,8 @@ You can get the latest version of nissy at the following links:
</tr>
<tr>
<td><strong>Latest version</strong></td>
- <td><a href="/nissy-2.0.5.tar.gz">nissy-2.0.5.tar.gz (67Kb)</a></td>
- <td><a href="/nissy-2.0.5.exe">nissy-2.0.5.exe (714Kb)</a></td>
+ <td><a href="/nissy-2.0.6.tar.gz">nissy-2.0.6.tar.gz (71Kb)</a></td>
+ <td><a href="/nissy-2.0.6.exe">nissy-2.0.6.exe (720Kb)</a></td>
</tr>
</table>
@@ -163,8 +163,12 @@ file.
<h2 id="Upgrade">Upgrading</h2>
<p>
+<strong> Upgrading from 2.0.5 to 2.0.6: </strong>
+Follow the general upgrading instructions below, no other step required.
+</p>
+<p>
<strong> Upgrading from 2.0.4 to 2.0.5: </strong>
-Follow the general upgrading instructions below, now other step required.
+Follow the general upgrading instructions below, no other step required.
</p>
<p>
<strong> Important note for upgrading to 2.0.4:</strong>
@@ -207,6 +211,12 @@ otherwise reported in this page (see above).
<td><strong>Comment</strong></td>
</tr>
<tr>
+ <td><a href="/nissy-2.0.6.tar.gz">2.0.6</a></td>
+ <td>2023-09-24</td>
+ <td>Added: drfin step; solve -L option; ptable command.
+ Better ordering for output of many solutions.</td>
+</tr>
+<tr>
<td><a href="/nissy-2.0.5.tar.gz">2.0.5</a></td>
<td>2023-08-16</td>
<td>Bugfix: DR from EO did not check both sides</td>