about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-12-02 12:14:45 +0100
committerGitHub <noreply@github.com>2023-12-02 12:14:45 +0100
commit70d27ac5a80d93fe2834b92d4ac619fb8e9747d5 (patch)
tree46909fad96a693167d6cb7750aea66bb588299cc /nixos
parente18e89d8f069d9d47406934dc842a133e4349038 (diff)
parentc70d0c8ce362a0671a2bbbcd97c719589b6dcb14 (diff)
downloadnixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar.gz
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar.bz2
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar.lz
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar.xz
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.tar.zst
nixlib-70d27ac5a80d93fe2834b92d4ac619fb8e9747d5.zip
Merge pull request #267531 from techknowlogick/gitea-1210
gitea: 1.20.5 -> 1.21.1
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 749ebc5cb13b..ba4d26518db8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -38,4 +38,8 @@ In addition to numerous new and upgraded packages, this release has the followin
   existing process, but will need to start that process from gdb (so it is a
   child). Or you can set `boot.kernel.sysctl."kernel.yama.ptrace_scope"` to 0.
 
+- Gitea 1.21 upgrade has several breaking changes, including:
+  - Custom themes and other assets that were previously stored in `custom/public/*` now belong in `custom/public/assets/*`
+  - New instances of Gitea using MySQL now ignore the `[database].CHARSET` config option and always use the `utf8mb4` charset, existing instances should migrate via the `gitea doctor convert` CLI command.
+
 - The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in "systemWide" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399).