Annotation of nono/doc/upgrade-0.3.0.html, revision 1.1.1.3

1.1       root        1: <!--
                      2:  nono
                      3:  Copyright (C) 2022 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: }
1.1.1.2   root       40: .h4 {
                     41:        font-weight: bold;
                     42:        font-size: 110%;
                     43: }
                     44: .h5 {
                     45:        font-weight: bold;
                     46:        padding-left: 1ex;
                     47: }
1.1       root       48: .main {
1.1.1.2   root       49:        margin-left: 2em;
                     50: }
                     51: .main1 {
1.1       root       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>
1.1.1.3 ! root       75: <title>nono: Upgrade to 0.3.0</title>
1.1       root       76: </head>
                     77: <body>
                     78: <h3>nono</h3>
                     79: <hr>
                     80: 
                     81: <h4>ver 0.2.x から ver 0.3.0 への移行方法 <q>How to migrate from ver 0.2.x to ver 0.3.0</q></h4>
1.1.1.2   root       82: <div class="main1">
1.1       root       83: ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。
                     84: これらを設定ファイルに記載している場合は
                     85: <a href="#configuration">このドキュメントの設定の章</a
                     86: >を参照して修正してください。
                     87: <q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0.
                     88: If your configuration file has them, please update by yourself.
                     89: See <a href="#configuration">Configuration section in this document</a>.</q>
                     90: <p>
                     91: 以下の設定項目は廃止になりました。
                     92: <q>The following item has been removed.</q>
                     93: <br>
                     94: <blockquote style="background-color: var(--light-pink);"><pre>
                     95: debugger-port = (default: 0)
                     96: </pre></blockquote>
                     97: 代わりに以下の2つが追加されています。
                     98: <q>Instead, the following two items are added.</q>
                     99: <blockquote style="background-color: white;"><pre>
                    100: debugger-driver   = (default: none)
                    101: debugger-tcp-port = (default: 0)
                    102: </pre></blockquote>
                    103: </div>
                    104: 
                    105: <hr>
                    106: nono project
                    107: </body>
                    108: </html>

unix.superglobalmegacorp.com

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