Browse Source

20.09 is Nightingale

wip-nanopi-m4v2
worldofpeace 6 years ago
parent
commit
2ba2b0cf23
4 changed files with 83 additions and 2 deletions
  1. +1
    -1
      .version
  2. +1
    -1
      lib/trivial.nix
  3. +1
    -0
      nixos/doc/manual/release-notes/release-notes.xml
  4. +80
    -0
      nixos/doc/manual/release-notes/rl-2009.xml

+ 1
- 1
.version View File

@@ -1 +1 @@
20.03
20.09

+ 1
- 1
lib/trivial.nix View File

@@ -171,7 +171,7 @@ rec {
On each release the first letter is bumped and a new animal is chosen On each release the first letter is bumped and a new animal is chosen
starting with that new letter. starting with that new letter.
*/ */
codeName = "Markhor";
codeName = "Nightingale";


/* Returns the current nixpkgs version suffix as string. */ /* Returns the current nixpkgs version suffix as string. */
versionSuffix = versionSuffix =


+ 1
- 0
nixos/doc/manual/release-notes/release-notes.xml View File

@@ -8,6 +8,7 @@
This section lists the release notes for each stable version of NixOS and This section lists the release notes for each stable version of NixOS and
current unstable revision. current unstable revision.
</para> </para>
<xi:include href="rl-2009.xml" />
<xi:include href="rl-2003.xml" /> <xi:include href="rl-2003.xml" />
<xi:include href="rl-1909.xml" /> <xi:include href="rl-1909.xml" />
<xi:include href="rl-1903.xml" /> <xi:include href="rl-1903.xml" />


+ 80
- 0
nixos/doc/manual/release-notes/rl-2009.xml View File

@@ -0,0 +1,80 @@
<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-20.09">
<title>Release 20.09 (“Markhor”, 2020.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-20.09-highlights">
<title>Highlights</title>

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

<itemizedlist>
<listitem>
<para>
Support is planned until the end of October 2020, handing over to 20.09.
</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-20.09-new-services">
<title>New Services</title>

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

<itemizedlist>
<listitem>
<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-20.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 />
</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-20.09-notable-changes">
<title>Other Notable Changes</title>

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

Loading…
Cancel
Save