diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-16 20:58:17 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-08-16 20:58:17 +0200 |
| commit | 4a96e5094257580eb8ad27d3fc484fa19c7f39a4 (patch) | |
| tree | 3d832cecb6c48c0adc52acd07d2e6fad4bd2d577 /www | |
| parent | ba5e8ebe9ab19ea8d69fd081946968cded0eba72 (diff) | |
| download | nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.tar.gz nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.zip | |
Bugfix in DR from EO
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.html | 17 |
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> | ||
| 167 | Follow 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> |
| 167 | A bug in 2.0.3 and earlier versions caused HTR-related tables to be | 171 | A bug in 2.0.3 and earlier versions caused HTR-related tables to be |
| 168 | generated incorrectly on ARM platforms (Mac M1, Android...). | 172 | generated 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 | |||
| 173 | replacing the old ones. | 177 | replacing the old ones. |
| 174 | </p> | 178 | </p> |
| 175 | <p> | 179 | <p> |
| 180 | <strong> General upgrading instrutions </strong> | ||
| 176 | If you already have nissy installed and you want to upgrade to a more | 181 | If you already have nissy installed and you want to upgrade to a more |
| 177 | recent version, you can simply repeat the installation process: | 182 | recent 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> |
| 189 | Between each version new table files might have been added, or old ones | 194 | Between each version new table files might have been added, or old ones |
| 190 | may be not used anymore. Nissy will deal with this automatically. | 195 | may be not used anymore. Nissy will deal with this automatically unless |
| 196 | otherwise 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> |
