about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-11-14 16:12:33 -0500
committertechknowlogick <techknowlogick@gitea.com>2023-12-01 15:17:32 -0800
commitc70d0c8ce362a0671a2bbbcd97c719589b6dcb14 (patch)
tree9f397c50400dd995293a239ca182700cf76e02e2 /nixos
parentf889c8f562399433993b4fc362633ba347b11f54 (diff)
downloadnixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar.gz
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar.bz2
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar.lz
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar.xz
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.tar.zst
nixlib-c70d0c8ce362a0671a2bbbcd97c719589b6dcb14.zip
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).