summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2021-07-10 12:01:15 +0200
committerAlvar Penning <post@0x21.biz>2021-07-12 23:52:13 +0200
commit26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a (patch)
tree34aebd36f5c722a5c012226243e690ebf6780c23 /nixos
parent3485670aebd9ef6e1b68b46a19bfb6ee8410492c (diff)
downloadnixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.gz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.bz2
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.lz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.xz
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.tar.zst
nixpkgs-26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a.zip
claws-mail: 3.17.8 -> 4.0.0
With Claws Mail's latest double release of 3.18.0 and 4.0.0, the package
will refer to the more "modern" GTK+ 3 release, major version four. The
GTK+ 2 release, major version 3, is now available in the
`claws-mail-gtk2` package.

In other words, this commit bumps the GTK+ 2 version from 3.17.8 to
3.18.0, the previously unstable GTK+ 3 version 3.99.0 to 4.0.0 and
changes the default to GTK+ 3.
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 b14ca9e3e72..407e073a6dc 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
@@ -517,6 +517,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 8648f89dbd3..da0462a1597 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -126,3 +126,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.