ソースを参照

18.03 -> 18.09

I don't have a name ready :-(  so I have to fill it later.
wip-nanopi-m4v2
Vladimír Čunát 8年前
コミット
7e968a47cd
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E747DF1F9575A3AA
4個のファイルの変更85行の追加2行の削除
  1. +1
    -1
      .version
  2. +1
    -0
      nixos/doc/manual/release-notes/release-notes.xml
  3. +82
    -0
      nixos/doc/manual/release-notes/rl-1809.xml
  4. +1
    -1
      nixos/release.nix

+ 1
- 1
.version ファイルの表示

@@ -1 +1 @@
18.03
18.09

+ 1
- 0
nixos/doc/manual/release-notes/release-notes.xml ファイルの表示

@@ -9,6 +9,7 @@
<para>This section lists the release notes for each stable version of NixOS
and current unstable revision.</para>

<xi:include href="rl-1809.xml" />
<xi:include href="rl-1803.xml" />
<xi:include href="rl-1709.xml" />
<xi:include href="rl-1703.xml" />


+ 82
- 0
nixos/doc/manual/release-notes/rl-1809.xml ファイルの表示

@@ -0,0 +1,82 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-18.09">

<title>Release 18.09 (“??”, 2018/09/??)</title>

<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-18.09-highlights">

<title>Highlights</title>

<para>In addition to numerous new and upgraded packages, this release
has the following highlights: </para>

<itemizedlist>
<listitem>
<para>
TODO
</para>
</listitem>

</itemizedlist>

</section>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-18.09-new-services">

<title>New Services</title>

<para>The following new services were added since the last release:</para>

<itemizedlist>
<listitem>
<para></para>
</listitem>
</itemizedlist>

</section>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-18.09-incompatibilities">

<title>Backward Incompatibilities</title>

<para>When upgrading from a previous release, please be aware of the
following incompatible changes:</para>

<itemizedlist>
<listitem>
<para>
</para>
</listitem>
</itemizedlist>

</section>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-release-18.09-notable-changes">

<title>Other Notable Changes</title>

<itemizedlist>
<listitem>
<para>
</para>
</listitem>
</itemizedlist>

</section>
</section>

+ 1
- 1
nixos/release.nix ファイルの表示

@@ -1,4 +1,4 @@
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; }
{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 130979; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "aarch64-linux" ]
}:


読み込み中…
キャンセル
保存