Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

20.09 is Nightingale

Changed files
+83 -2
lib
nixos
doc
manual
+1 -1
.version
··· 1 - 20.03 1 + 20.09
+1 -1
lib/trivial.nix
··· 171 171 On each release the first letter is bumped and a new animal is chosen 172 172 starting with that new letter. 173 173 */ 174 - codeName = "Markhor"; 174 + codeName = "Nightingale"; 175 175 176 176 /* Returns the current nixpkgs version suffix as string. */ 177 177 versionSuffix =
+1
nixos/doc/manual/release-notes/release-notes.xml
··· 8 8 This section lists the release notes for each stable version of NixOS and 9 9 current unstable revision. 10 10 </para> 11 + <xi:include href="rl-2009.xml" /> 11 12 <xi:include href="rl-2003.xml" /> 12 13 <xi:include href="rl-1909.xml" /> 13 14 <xi:include href="rl-1903.xml" />
+80
nixos/doc/manual/release-notes/rl-2009.xml
··· 1 + <section xmlns="http://docbook.org/ns/docbook" 2 + xmlns:xlink="http://www.w3.org/1999/xlink" 3 + xmlns:xi="http://www.w3.org/2001/XInclude" 4 + version="5.0" 5 + xml:id="sec-release-20.09"> 6 + <title>Release 20.09 (“Markhor”, 2020.09/??)</title> 7 + 8 + <section xmlns="http://docbook.org/ns/docbook" 9 + xmlns:xlink="http://www.w3.org/1999/xlink" 10 + xmlns:xi="http://www.w3.org/2001/XInclude" 11 + version="5.0" 12 + xml:id="sec-release-20.09-highlights"> 13 + <title>Highlights</title> 14 + 15 + <para> 16 + In addition to numerous new and upgraded packages, this release has the 17 + following highlights: 18 + </para> 19 + 20 + <itemizedlist> 21 + <listitem> 22 + <para> 23 + Support is planned until the end of October 2020, handing over to 20.09. 24 + </para> 25 + </listitem> 26 + </itemizedlist> 27 + </section> 28 + 29 + <section xmlns="http://docbook.org/ns/docbook" 30 + xmlns:xlink="http://www.w3.org/1999/xlink" 31 + xmlns:xi="http://www.w3.org/2001/XInclude" 32 + version="5.0" 33 + xml:id="sec-release-20.09-new-services"> 34 + <title>New Services</title> 35 + 36 + <para> 37 + The following new services were added since the last release: 38 + </para> 39 + 40 + <itemizedlist> 41 + <listitem> 42 + <para /> 43 + </listitem> 44 + </itemizedlist> 45 + 46 + </section> 47 + 48 + <section xmlns="http://docbook.org/ns/docbook" 49 + xmlns:xlink="http://www.w3.org/1999/xlink" 50 + xmlns:xi="http://www.w3.org/2001/XInclude" 51 + version="5.0" 52 + xml:id="sec-release-20.09-incompatibilities"> 53 + <title>Backward Incompatibilities</title> 54 + 55 + <para> 56 + When upgrading from a previous release, please be aware of the following 57 + incompatible changes: 58 + </para> 59 + 60 + <itemizedlist> 61 + <listitem> 62 + <para /> 63 + </listitem> 64 + </itemizedlist> 65 + </section> 66 + 67 + <section xmlns="http://docbook.org/ns/docbook" 68 + xmlns:xlink="http://www.w3.org/1999/xlink" 69 + xmlns:xi="http://www.w3.org/2001/XInclude" 70 + version="5.0" 71 + xml:id="sec-release-20.09-notable-changes"> 72 + <title>Other Notable Changes</title> 73 + 74 + <itemizedlist> 75 + <listitem> 76 + <para /> 77 + </listitem> 78 + </itemizedlist> 79 + </section> 80 + </section>