23.05 is Stoat

+83 -2
+1 -1
.version
··· 1 - 22.11 1 + 23.05
+1 -1
lib/trivial.nix
··· 195 195 On each release the first letter is bumped and a new animal is chosen 196 196 starting with that new letter. 197 197 */ 198 - codeName = "Raccoon"; 198 + codeName = "Stoat"; 199 199 200 200 /* Returns the current nixpkgs version suffix as string. */ 201 201 versionSuffix =
+51
nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
··· 1 + <section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-release-23.05"> 2 + <title>Release 23.05 (“Stoat”, 2023.05/??)</title> 3 + <para> 4 + Support is planned until the end of December 2023, handing over to 5 + 23.11. 6 + </para> 7 + <section xml:id="sec-release-23.05-highlights"> 8 + <title>Highlights</title> 9 + <para> 10 + In addition to numerous new and upgraded packages, this release 11 + has the following highlights: 12 + </para> 13 + <itemizedlist spacing="compact"> 14 + <listitem> 15 + <para> 16 + Create the first release note entry in this section! 17 + </para> 18 + </listitem> 19 + </itemizedlist> 20 + </section> 21 + <section xml:id="sec-release-23.05-new-services"> 22 + <title>New Services</title> 23 + <itemizedlist spacing="compact"> 24 + <listitem> 25 + <para> 26 + Create the first release note entry in this section! 27 + </para> 28 + </listitem> 29 + </itemizedlist> 30 + </section> 31 + <section xml:id="sec-release-23.05-incompatibilities"> 32 + <title>Backward Incompatibilities</title> 33 + <itemizedlist spacing="compact"> 34 + <listitem> 35 + <para> 36 + Create the first release note entry in this section! 37 + </para> 38 + </listitem> 39 + </itemizedlist> 40 + </section> 41 + <section xml:id="sec-release-23.05-notable-changes"> 42 + <title>Other Notable Changes</title> 43 + <itemizedlist spacing="compact"> 44 + <listitem> 45 + <para> 46 + Create the first release note entry in this section! 47 + </para> 48 + </listitem> 49 + </itemizedlist> 50 + </section> 51 + </section>
+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="../from_md/release-notes/rl-2305.section.xml" /> 11 12 <xi:include href="../from_md/release-notes/rl-2211.section.xml" /> 12 13 <xi:include href="../from_md/release-notes/rl-2205.section.xml" /> 13 14 <xi:include href="../from_md/release-notes/rl-2111.section.xml" />
+29
nixos/doc/manual/release-notes/rl-2305.section.md
··· 1 + # Release 23.05 (“Stoat”, 2023.05/??) {#sec-release-23.05} 2 + 3 + Support is planned until the end of December 2023, handing over to 23.11. 4 + 5 + ## Highlights {#sec-release-23.05-highlights} 6 + 7 + In addition to numerous new and upgraded packages, this release has the following highlights: 8 + 9 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 10 + 11 + - Create the first release note entry in this section! 12 + 13 + ## New Services {#sec-release-23.05-new-services} 14 + 15 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 16 + 17 + - Create the first release note entry in this section! 18 + 19 + ## Backward Incompatibilities {#sec-release-23.05-incompatibilities} 20 + 21 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 22 + 23 + - Create the first release note entry in this section! 24 + 25 + ## Other Notable Changes {#sec-release-23.05-notable-changes} 26 + 27 + <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. --> 28 + 29 + - Create the first release note entry in this section!