summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-10-09 22:44:29 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2021-10-12 01:08:43 -0400
commitbdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40 (patch)
tree48407b616da5485a16bd0e32ecebd42b2ff210b4 /nixos
parenta20824eb698acee719278982b1a973f55d65130e (diff)
downloadnixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar.gz
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar.bz2
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar.lz
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar.xz
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.tar.zst
nixpkgs-bdd81fa05670fd84ccc7a2f3ee9a38d3aa9e5a40.zip
kopia: 0.8.4 -> 0.9.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 9 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 25f984f9378..4e28e48691a 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
@@ -1477,6 +1477,13 @@ Superuser created successfully.
           <literal>/etc/xdg/mimeapps.list</literal>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Kopia was upgraded from 0.8.x to 0.9.x. Please read the
+          <link xlink:href="https://github.com/kopia/kopia/releases/tag/v0.9.0">upstream
+          release notes</link> for changes and upgrade instructions.
+        </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 40a671e3efa..7da6e09c8f5 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -428,3 +428,5 @@ In addition to numerous new and upgraded packages, this release has the followin
   directories, thus increasing the purity of the build.
 
 - Three new options, [xdg.mime.addedAssociations](#opt-xdg.mime.addedAssociations), [xdg.mime.defaultApplications](#opt-xdg.mime.defaultApplications), and [xdg.mime.removedAssociations](#opt-xdg.mime.removedAssociations) have been added to the [xdg.mime](#opt-xdg.mime.enable) module to allow the configuration of `/etc/xdg/mimeapps.list`.
+
+- Kopia was upgraded from 0.8.x to 0.9.x. Please read the [upstream release notes](https://github.com/kopia/kopia/releases/tag/v0.9.0) for changes and upgrade instructions.