about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-10-24 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-10-28 18:37:35 +0200
commitfadabada422320a826591fefadbc66f8ee4bfac4 (patch)
tree1b68dd45f392677417a4dcdea27926289c1bf7b6 /nixos
parente28414b63dd4161e3d8f32a6779fe2df52091302 (diff)
downloadnixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar.gz
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar.bz2
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar.lz
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar.xz
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.tar.zst
nixlib-fadabada422320a826591fefadbc66f8ee4bfac4.zip
python3.pkgs.ihatemoney: add release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml11
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 13 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 73baf71f5ef5..4fff255e065b 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
@@ -526,6 +526,17 @@ Superuser created successfully.
       </listitem>
       <listitem>
         <para>
+          <literal>ihatemoney</literal> has been updated to version
+          5.1.1
+          (<link xlink:href="https://github.com/spiral-project/ihatemoney/blob/5.1.1/CHANGELOG.rst">release
+          notes</link>). If you serve ihatemoney by HTTP rather than
+          HTTPS, you must set
+          <link xlink:href="options.html#opt-services.ihatemoney.secureCookie">services.ihatemoney.secureCookie</link>
+          to <literal>false</literal>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           PHP 7.3 is no longer supported due to upstream not supporting
           this version for the entire lifecycle of the 21.11 release.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index b7fa2cf0f254..6e3084ad0f54 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -195,6 +195,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `services.geoip-updater` was broken and has been replaced by [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
 
+- `ihatemoney` has been updated to version 5.1.1 ([release notes](https://github.com/spiral-project/ihatemoney/blob/5.1.1/CHANGELOG.rst)). If you serve ihatemoney by HTTP rather than HTTPS, you must set [services.ihatemoney.secureCookie](options.html#opt-services.ihatemoney.secureCookie) to `false`.
+
 - PHP 7.3 is no longer supported due to upstream not supporting this version for the entire lifecycle of the 21.11 release.
 
 - Those making use of `buildBazelPackage` will need to regenerate the fetch hashes (preferred), or set `fetchConfigured = false;`.