summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-11-09 18:41:10 +0100
committerPatrick Hilhorst <git@hilhorst.be>2021-11-09 19:05:26 +0100
commit6a75497278eab84385f10967b1f9321fabad72d1 (patch)
tree4b8349b02335ccbff17ecc0e9a67010f0133cec8 /nixos/doc
parent2103d78e0b3d1e69bbeb3c6c2ce121bb958fdf40 (diff)
downloadnixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar.gz
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar.bz2
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar.lz
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar.xz
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.tar.zst
nixpkgs-6a75497278eab84385f10967b1f9321fabad72d1.zip
julia: -lts -> -stable
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index d7dfcb5381c..250d07ffba7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -1887,6 +1887,15 @@ Superuser created successfully.
           upgrade guide</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>julia</literal> now refers to
+          <literal>julia-stable</literal> instead of
+          <literal>julia-lts</literal>. In practice this means it has
+          been upgraded from <literal>1.0.4</literal> to
+          <literal>1.5.4</literal>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 1c737542e7d..770a6d93b9a 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -522,3 +522,5 @@ In addition to numerous new and upgraded packages, this release has the followin
 - `security.pam.services.<name>.makeHomeDir` now uses `umask=0077` instead of `umask=0022` when creating the home directory.
 
 - Loki has had another release. Some default values have been changed for the configuration and some configuration options have been renamed. For more details, please check [the upgrade guide](https://grafana.com/docs/loki/latest/upgrading/#240).
+
+- `julia` now refers to `julia-stable` instead of `julia-lts`. In practice this means it has been upgraded from `1.0.4` to `1.5.4`.