summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-07-13 01:09:12 +0200
committerGitHub <noreply@github.com>2021-07-13 01:09:12 +0200
commit057515d569de49287277a1c3920e9a4902becb14 (patch)
tree68dad8a083d2c8fa6b5041b2d97da58c4ab1be51 /nixos
parent069a093fab9d9e6a1af0bff8a0a3f8f96e62c10d (diff)
parent26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a (diff)
downloadnixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar.gz
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar.bz2
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar.lz
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar.xz
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.tar.zst
nixpkgs-057515d569de49287277a1c3920e9a4902becb14.zip
Merge pull request #129833 from oxzi/claws-mail-3.18.0_4.0.0
claws-mail: 3.17.8 -> 4.0.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 10 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 da046e62bfb..53c1a18a507 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
@@ -523,6 +523,14 @@
           <literal>rxvt-unicode</literal> explicitly.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <literal>claws-mail</literal> package now references the
+          new GTK+ 3 release branch, major version 4. To use the GTK+ 2
+          releases, one can install the
+          <literal>claws-mail-gtk2</literal> package.
+        </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 5ae9a5ccfd7..ad56b5cd7d7 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -127,3 +127,5 @@ In addition to numerous new and upgraded packages, this release has the followin
   However, if [`services.fail2ban.enable`](options.html#opt-services.fail2ban.enable) is `true`, the `fail2ban` will override the verbosity to `"VERBOSE"`, so that `fail2ban` can observe the failed login attempts from the SSH logs.
 
 - Sway: The terminal emulator `rxvt-unicode` is no longer installed by default via `programs.sway.extraPackages`. The current default configuration uses `alacritty` (and soon `foot`) so this is only an issue when using a customized configuration and not installing `rxvt-unicode` explicitly.
+
+- The `claws-mail` package now references the new GTK+ 3 release branch, major version 4. To use the GTK+ 2 releases, one can install the `claws-mail-gtk2` package.