about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-08-23 16:26:32 +0200
committerKerstin Humm <kerstin@erictapen.name>2023-11-14 21:13:46 +0100
commitc82195d9e82b28147e9a960f6d47ca9200228452 (patch)
tree19fc217ab8f99745bafba661de72d119924fd741 /nixos/doc
parent643b2c56b12a01caabdda9497e211d341e8612a4 (diff)
downloadnixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar.gz
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar.bz2
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar.lz
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar.xz
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.tar.zst
nixlib-c82195d9e82b28147e9a960f6d47ca9200228452.zip
mastodon: 4.1.6 -> 4.2.1
- run streaming processes in separate systemd services
- remove redundancy in test
- fix update script
- release notes

See https://github.com/mastodon/mastodon/releases/tag/v4.2.1 for details
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index d838d33e35dc..e62737e274ea 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -152,6 +152,8 @@
 
 - The latest version of `clonehero` now stores custom content in `~/.clonehero`. See the [migration instructions](https://clonehero.net/2022/11/29/v23-to-v1-migration-instructions.html). Typically, these content files would exist along side the binary, but the previous build used a wrapper script that would store them in `~/.config/unity3d/srylain Inc_/Clone Hero`.
 
+- `services.mastodon` doesn't support providing a TCP port to its `streaming` component anymore, as upstream implemented parallelization by running multiple instances instead of running multiple processes in one instance. Please create a PR if you are interested in this feature.
+
 - The `services.hostapd` module was rewritten to support `passwordFile` like options, WPA3-SAE, and management of multiple interfaces. This breaks compatibility with older configurations.
   - `hostapd` is now started with additional systemd sandbox/hardening options for better security.
   - `services.hostapd.interface` was replaced with a per-radio and per-bss configuration scheme using [services.hostapd.radios](#opt-services.hostapd.radios).