summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpolykernel <81340136+polykernel@users.noreply.github.com>2021-08-08 00:01:23 -0400
committerpolykernel <81340136+polykernel@users.noreply.github.com>2021-08-08 00:05:40 -0400
commitbc520477f49c0a5a7ba6014a7126da05dbcb2fef (patch)
treeb508dcab0c6e60c178c8494555a5a14cff706861 /nixos
parent82076fcde4f878e74a6a9e341526c9f796dee522 (diff)
downloadnixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar.gz
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar.bz2
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar.lz
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar.xz
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.tar.zst
nixpkgs-bc520477f49c0a5a7ba6014a7126da05dbcb2fef.zip
yambar: document breaking changes
* Previously, both the xorg and wayland backend were built into the yambar
  package. The refactor breaks up each backends to its separate, with xorg
  being the default. Thus yambar users on wayland should switch to the
  yambar-wayland package.
Diffstat (limited to 'nixos')
-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 7c58539bcaf..d5bccd21735 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
@@ -663,6 +663,15 @@
           group.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The <literal>yambar</literal> package has been split into
+          <literal>yambar</literal> and
+          <literal>yambar-wayland</literal>, corresponding to the xorg
+          and wayland backend respectively. Please switch to
+          <literal>yambar-wayland</literal> if you are on wayland.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-notable-changes">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index ee40b509d0e..54347750a67 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -166,6 +166,8 @@ pt-services.clipcat.enable).
 
 - The `openrazer` and `openrazer-daemon` packages as well as the `hardware.openrazer` module now require users to be members of the `openrazer` group instead of `plugdev`. With this change, users no longer need be granted the entire set of `plugdev` group permissions, which can include permissions other than those required by `openrazer`. This is desirable from a security point of view. The setting [`harware.openrazer.users`](options.html#opt-services.hardware.openrazer.users) can be used to add users to the `openrazer` group.
 
+- The `yambar` package has been split into `yambar` and `yambar-wayland`, corresponding to the xorg and wayland backend respectively. Please switch to `yambar-wayland` if you are on wayland.
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}
 
 - The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.