Annotation of nono/doc/upgrade-1.6.0.html, revision 1.1.1.1

1.1       root        1: <!--
                      2:  nono
                      3:  Copyright (C) 2025 nono project
                      4:  Licensed under nono-license.txt
                      5: -->
                      6: <html>
                      7: <head>
                      8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
                      9: <style type="text/css">
                     10: /* https://jfly.uni-koeln.de/colorset/ */
                     11: 
                     12: :root {
                     13:        --blue:                 rgb(  0,  90, 255);
                     14:        --brown:                rgb(128,  64,   0);
                     15:        --green:                rgb(  3, 175, 122);
                     16:        --grey:                 rgb(132, 145, 158);
                     17:        --cream:                rgb(255, 255, 128);
                     18:        --yellow-green: rgb(216, 242,  85);
                     19:        --light-pink:   rgb(255, 202, 191);
                     20:        --light-green:  rgb(119, 217, 168);
                     21:        --light-grey:   rgb(200, 200, 203);
                     22: 
                     23:        --bg-grey:              rgb(220, 220, 223);
                     24: }
                     25: body {
                     26:        background-color: var(--bg-grey);
                     27: }
                     28: q {
                     29:        color: var(--brown);
                     30: }
                     31: q:before {
                     32:        content: "[";
                     33: }
                     34: q:after {
                     35:        content: "]";
                     36: }
                     37: dt.dt-indent {
                     38:        padding-left: 1ex;
                     39: }
                     40: .h4 {
                     41:        font-weight: bold;
                     42:        font-size: 110%;
                     43: }
                     44: .h5 {
                     45:        font-weight: bold;
                     46:        padding-left: 1ex;
                     47: }
                     48: .main {
                     49:        margin-left: 2em;
                     50: }
                     51: .main1 {
                     52:        margin-left: 1em;
                     53: }
                     54: .cons {
                     55:        background-color: black;
                     56:        color: white;
                     57: }
                     58: .file {
                     59:        background-color: white;
                     60:        color: black;
                     61: }
                     62: .strike {
                     63:        color: var(--grey);
                     64: }
                     65: .strike > q {
                     66:        color: var(--grey);
                     67: }
                     68: .new {
                     69:        background-color: var(--light-green);
                     70: }
                     71: .new > q {
                     72:        background-color: var(--light-green);
                     73: }
                     74: </style>
                     75: <title>nono: Upgrade to 1.6.0</title>
                     76: </head>
                     77: <body>
                     78: <h3>nono</h3>
                     79: <hr>
                     80: 
                     81: <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>
                     82: <div class="main1">
                     83: ver 1.6.0 ではいくつかの設定項目が変更になっています。
                     84: これらを設定ファイルに記載している場合は
                     85: <a href="#configuration">このドキュメントの設定の章</a
                     86: >を参照して修正してください。
                     87: <q>Some configurations have been changed from in ver 1.6.0.
                     88: If your configuration file has these, please update by yourself.
                     89: See <a href="#configuration">Configuration section in this document</a>.</q>
                     90: <p>
                     91: 
                     92: 1. 以下の設定項目は名前が変わりました。
                     93: <q>The following items have been renamed.</q>
                     94: <br>
                     95: <blockquote>
                     96: <table style="width: 100%;">
                     97: <tr><td style="white-space: nowrap;">OLD:<td>
                     98: <div style="background-color: var(--light-pink);"><pre>
                     99: host-avx2 = (default: auto)
                    100: host-neon = (default: auto)
                    101: </pre></div>
                    102: <tr><td style="white-space: autowrap;">NEW:<td>
                    103: <div style="background-color: white;"><pre>
                    104: hostcpu-avx2 = (default: auto)
                    105: hostcpu-neon = (default: auto)
                    106: </pre></div>
                    107: </table>
                    108: </blockquote>
                    109: 
                    110: <p>
                    111: 2. 以下の隠し設定は廃止になりました。
                    112: <q>The following hidden item has become obsolete.</q>
                    113: <br>
                    114: <blockquote style="background-color: var(--light-pink);"><pre>
                    115: .host-cpu-affinity = string:list
                    116: </pre></blockquote>
                    117: 代わりに以下を使ってください。
                    118: ただし値の意味と書式も変わっています。
                    119: <q>Use the following instead.
                    120: Meaning and syntax of the value are also changed.</q>
                    121: <blockquote style="background-color: white;"><pre>
                    122: hostcpu-fastcore = list
                    123: </pre></blockquote>
                    124: 
                    125: </div>
                    126: <hr>
                    127: nono project
                    128: </body>
                    129: </html>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.