summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2022-03-03 08:35:07 +0800
committerfortuneteller2k <lythe1107@gmail.com>2022-04-16 08:26:44 +0000
commit3016d0aeb8458210e449bf2adeafef2ee539e89c (patch)
treea499b02e790631acebb068c90279d11448cf1277 /nixos/doc
parent70d0e2456857dc10dd7d2654277fc1dd8d8cc216 (diff)
downloadnixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar.gz
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar.bz2
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar.lz
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar.xz
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.tar.zst
nixpkgs-3016d0aeb8458210e449bf2adeafef2ee539e89c.zip
polybar: 3.5.7 -> 3.6.2
Co-authored-by: Alexander Foremny <aforemny@posteo.de>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml18
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md3
2 files changed, 21 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 33b0b3faea6..4048b882f0d 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -2004,6 +2004,24 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>polybar</literal> package has been updated from
+          3.5.7 to 3.6.2. See
+          <link xlink:href="https://github.com/polybar/polybar/releases/tag/3.6.0">the
+          changelog</link> for more details.
+        </para>
+        <itemizedlist spacing="compact">
+          <listitem>
+            <para>
+              Breaking changes include changes to escaping rules in
+              configuration values, changes in behavior when
+              encountering invalid tag names, and changes to
+              inter-process-messaging (IPC).
+            </para>
+          </listitem>
+        </itemizedlist>
+      </listitem>
+      <listitem>
+        <para>
           Renamed option
           <literal>services.openssh.challengeResponseAuthentication</literal>
           to
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index a671f08acfd..dab71c900dc 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -709,6 +709,9 @@ In addition to numerous new and upgraded packages, this release has the followin
   - The RPC protocol version was bumped; all zrepl daemons in a setup must be updated and restarted before replication can resume.
   - A bug involving encrypt-on-receive has been fixed. Read the [zrepl documentation](https://zrepl.github.io/configuration/sendrecvoptions.html#job-recv-options-placeholder) and check the output of `zfs get -r encryption,zrepl:placeholder PATH_TO_ROOTFS` on the receiver.
 
+- The `polybar` package has been updated from 3.5.7 to 3.6.2. See [the changelog](https://github.com/polybar/polybar/releases/tag/3.6.0) for more details.
+  - Breaking changes include changes to escaping rules in configuration values, changes in behavior when encountering invalid tag names, and changes to inter-process-messaging (IPC).
+
 - Renamed option `services.openssh.challengeResponseAuthentication` to `services.openssh.kbdInteractiveAuthentication`.
   Reason is that the old name has been deprecated upstream.
   Using the old option name will still work, but produce a warning.