|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2025 nono project
4: Licensed under nono-license.txt
5: -->
6: <?php require_once "common.php"; ?>
7: <html>
8: <head>
9: <?php print_head_common(); ?>
10: <title>nono: Upgrade to 1.6.0</title>
11: </head>
12: <body>
13: <h3>nono</h3>
14: <hr>
15:
16: <h4>ver 1.5.0 から ver 1.6.0 への移行方法 <q>How to migrate from ver 1.5.0 to ver 1.6.0</q></h4>
17: <div class="main1">
18: ver 1.6.0 ではいくつかの設定項目が変更になっています。
19: これらを設定ファイルに記載している場合は
20: <a href="#configuration">このドキュメントの設定の章</a
21: >を参照して修正してください。
22: <q>Some configurations have been changed from in ver 1.6.0.
23: If your configuration file has these, please update by yourself.
24: See <a href="#configuration">Configuration section in this document</a>.</q>
25: <p>
26:
27: 1. 以下の設定項目は名前が変わりました。
28: <q>The following items have been renamed.</q>
29: <br>
30: <blockquote>
31: <table style="width: 100%;">
32: <tr><td style="white-space: nowrap;">OLD:<td>
33: <div style="background-color: var(--light-pink);"><pre>
34: host-avx2 = (default: auto)
35: host-neon = (default: auto)
36: </pre></div>
37: <tr><td style="white-space: autowrap;">NEW:<td>
38: <div style="background-color: white;"><pre>
39: hostcpu-avx2 = (default: auto)
40: hostcpu-neon = (default: auto)
41: </pre></div>
42: </table>
43: </blockquote>
44:
45: <p>
46: 2. 以下の隠し設定は廃止になりました。
47: <q>The following hidden item has become obsolete.</q>
48: <br>
49: <blockquote style="background-color: var(--light-pink);"><pre>
50: .host-cpu-affinity = string:list
51: </pre></blockquote>
52: 代わりに以下を使ってください。
53: ただし値の意味と書式も変わっています。
54: <q>Use the following instead.
55: Meaning and syntax of the value are also changed.</q>
56: <blockquote style="background-color: white;"><pre>
57: hostcpu-fastcore = list
58: </pre></blockquote>
59:
60: </div>
61: <hr>
62: nono project
63: </body>
64: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.