aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-08-16 20:58:17 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-08-16 20:58:17 +0200
commit4a96e5094257580eb8ad27d3fc484fa19c7f39a4 (patch)
tree3d832cecb6c48c0adc52acd07d2e6fad4bd2d577 /www
parentba5e8ebe9ab19ea8d69fd081946968cded0eba72 (diff)
downloadnissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.tar.gz
nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.zip
Bugfix in DR from EO
Diffstat (limited to '')
-rw-r--r--www/index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 839790e..9ae7734 100644
--- a/www/index.html
+++ b/www/index.html
@@ -79,8 +79,8 @@ You can get the latest version of nissy at the following links:
79</tr> 79</tr>
80<tr> 80<tr>
81 <td><strong>Latest version</strong></td> 81 <td><strong>Latest version</strong></td>
82 <td><a href="/nissy-2.0.4.tar.gz">nissy-2.0.4.tar.gz (67Kb)</a></td> 82 <td><a href="/nissy-2.0.5.tar.gz">nissy-2.0.5.tar.gz (67Kb)</a></td>
83 <td><a href="/nissy-2.0.4.exe">nissy-2.0.4.exe (714Kb)</a></td> 83 <td><a href="/nissy-2.0.5.exe">nissy-2.0.5.exe (714Kb)</a></td>
84</tr> 84</tr>
85</table> 85</table>
86 86
@@ -163,6 +163,10 @@ file.
163 163
164<h2 id="Upgrade">Upgrading</h2> 164<h2 id="Upgrade">Upgrading</h2>
165<p> 165<p>
166<strong> Upgrading from 2.0.4 to 2.0.5: </strong>
167Follow the general upgrading instructions below, now other step required.
168</p>
169<p>
166<strong> Important note for upgrading to 2.0.4:</strong> 170<strong> Important note for upgrading to 2.0.4:</strong>
167A bug in 2.0.3 and earlier versions caused HTR-related tables to be 171A bug in 2.0.3 and earlier versions caused HTR-related tables to be
168generated incorrectly on ARM platforms (Mac M1, Android...). 172generated incorrectly on ARM platforms (Mac M1, Android...).
@@ -173,6 +177,7 @@ downloading the <a href="/nissy-tables-2.0.4.zip">new tables</a> and
173replacing the old ones. 177replacing the old ones.
174</p> 178</p>
175<p> 179<p>
180<strong> General upgrading instrutions </strong>
176If you already have nissy installed and you want to upgrade to a more 181If you already have nissy installed and you want to upgrade to a more
177recent version, you can simply repeat the installation process: 182recent version, you can simply repeat the installation process:
178</p> 183</p>
@@ -187,7 +192,8 @@ a new folder and run <code>make</code> and <code>make install</code> again.
187</ul> 192</ul>
188<p> 193<p>
189Between each version new table files might have been added, or old ones 194Between each version new table files might have been added, or old ones
190may be not used anymore. Nissy will deal with this automatically. 195may be not used anymore. Nissy will deal with this automatically unless
196otherwise reported in this page (see above).
191</p> 197</p>
192 198
193<h2>Version history</h2> 199<h2>Version history</h2>
@@ -201,6 +207,11 @@ may be not used anymore. Nissy will deal with this automatically.
201 <td><strong>Comment</strong></td> 207 <td><strong>Comment</strong></td>
202</tr> 208</tr>
203<tr> 209<tr>
210 <td><a href="/nissy-2.0.5.tar.gz">2.0.5</a></td>
211 <td>2023-08-16</td>
212 <td>Bugfix: DR from EO did not check both sides</td>
213</tr>
214<tr>
204 <td><a href="/nissy-2.0.4.tar.gz">2.0.4</a></td> 215 <td><a href="/nissy-2.0.4.tar.gz">2.0.4</a></td>
205 <td>2023-05-03</td> 216 <td>2023-05-03</td>
206 <td>Fixed bug on ARM; added corners-dr step</td> 217 <td>Fixed bug on ARM; added corners-dr step</td>

Generated with cgit - Back to sebastiano.tronto.net