summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-11-28 04:08:57 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-11-28 04:11:30 +0100
commit40fb87f5ca84fb7d5299041a9aa632410108f6e7 (patch)
tree3e9baf949374467344a5a2483fc7a5cd3e658712
parent5d6a70c260cc0eae4ec096ae62e889ea2128b4c4 (diff)
downloadnixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar.gz
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar.bz2
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar.lz
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar.xz
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.tar.zst
nixpkgs-40fb87f5ca84fb7d5299041a9aa632410108f6e7.zip
nixos/doc: Add note about big updates regarding hydrus to release notes
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 12 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 eb620a3e3ed..fe37a74d710 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
@@ -2013,6 +2013,16 @@ Superuser created successfully.
           file.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          hydrus has been upgraded from version <literal>438</literal>
+          to <literal>462</literal>. Since upgrading between releases
+          this old is advised against, be sure to have a backup of your
+          data before upgrading. For details, see
+          <link xlink:href="https://hydrusnetwork.github.io/hydrus/help/getting_started_installing.html#big_updates">the
+          hydrus manual</link>.
+        </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 c0151479903..f197f75d31f 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -547,3 +547,5 @@ In addition to numerous new and upgraded packages, this release has the followin
 - `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`.
 
 - RetroArch has been upgraded from version `1.8.5` to `1.9.13.2`. Since the previous release was quite old, if you're having issues after the upgrade, please delete your `$XDG_CONFIG_HOME/retroarch/retroarch.cfg` file.
+
+- hydrus has been upgraded from version `438` to `462`. Since upgrading between releases this old is advised against, be sure to have a backup of your data before upgrading. For details, see [the hydrus manual](https://hydrusnetwork.github.io/hydrus/help/getting_started_installing.html#big_updates).