about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-09-04 18:24:45 +0200
committerGitHub <noreply@github.com>2021-09-04 18:24:45 +0200
commitda537dbfb8621e576d2fdaf5be147dca6e8d3656 (patch)
tree5b1381e8962bc7579632677df3f6aa9806f367ae /nixos
parent4ed86fd7e46d6b563f08993db8b03c1330ea5dd5 (diff)
parent2d9bf0131075011006fa0ed5e29c27d4f1db39d0 (diff)
downloadnixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar.gz
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar.bz2
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar.lz
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar.xz
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.tar.zst
nixlib-da537dbfb8621e576d2fdaf5be147dca6e8d3656.zip
Merge pull request #136505 from bew/update-rofi-1.7.0
rofi: 1.6.1 -> 1.7.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 12 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 57aa415666cf..1b0371a0179a 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
@@ -1111,6 +1111,16 @@ Superuser created successfully.
           make the apps fit better visually.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>rofi</literal> has been updated from
+          <quote>1.6.1</quote> to <quote>1.7.0</quote>, one important
+          thing is the removal of the old xresources based configuration
+          setup. Read more
+          <link xlink:href="https://github.com/davatorium/rofi/blob/cb12e6fc058f4a0f4f/Changelog#L1">in
+          rofi’s changelog</link>.
+        </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 1d0f8fba320d..3df77d21d827 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -318,3 +318,5 @@ To be able to access the web UI this port needs to be opened in the firewall.
 - `lib.formats.yaml`'s `generate` will not generate JSON anymore, but instead use more of the YAML-specific syntax.
 
 - GNOME desktop environment now enables `QGnomePlatform` as the Qt platform theme, which should avoid crashes when opening file chooser dialogs in Qt apps by using XDG desktop portal. Additionally, it will make the apps fit better visually.
+
+- `rofi` has been updated from '1.6.1' to '1.7.0', one important thing is the removal of the old xresources based configuration setup. Read more [in rofi's changelog](https://github.com/davatorium/rofi/blob/cb12e6fc058f4a0f4f/Changelog#L1).