summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-11-10 12:58:23 -0300
committerGitHub <noreply@github.com>2021-11-10 12:58:23 -0300
commitd8f5d7f06b677023cea3f7f1d6fd932a5669d089 (patch)
tree3ce0a6f4666379771913f4ca97eb99c0a7efcadb /nixos/doc
parente24d33c4a39cf41da3308a411b1ad5ab460b7b7a (diff)
parent6a75497278eab84385f10967b1f9321fabad72d1 (diff)
Merge pull request #145227 from Synthetica9/julia-to-stable
julia: point to -stable instead of -lts
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 93421493b76c..d9bb1f0a0d33 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
@@ -1917,6 +1917,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 febf4f97e2f5..24d874738884 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -528,3 +528,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`.