From 70a92eb2f8136ae6896d6839f9bb1cf18e3155b6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 7 Oct 2024 20:37:36 -0400 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/Debian.raw.wiki | 6 ----- doc/manual/en/ReleaseNotes.raw.wiki | 34 +++++++++++++++++++++++++++++ doc/manual/es/Debian.raw.wiki | 6 ----- doc/manual/es/ReleaseNotes.raw.wiki | 34 +++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 12 deletions(-) diff --git a/doc/manual/en/Debian.raw.wiki b/doc/manual/en/Debian.raw.wiki index 6fe9a19e8..5f5232f91 100644 --- a/doc/manual/en/Debian.raw.wiki +++ b/doc/manual/en/Debian.raw.wiki @@ -23,12 +23,6 @@ This page describes the process of installing !FreedomBox on a Debian system. Cu Installing !FreedomBox changes your Debian system in many important ways. This includes installing a firewall and regenerating server certificates. It is hence recommended that you install !FreedomBox on a fresh Debian installation instead of an existing setup. }}} -{{{#!wiki caution -'''Console/GUI logins for non-admin users will be disabled''' - -After !FreedomBox is fully setup, your system will no longer allow users not belonging to the ''admin'' group to log in to the system via console, secure shell (SSH) or graphical login. This behaviour can be disabled from the [[FreedomBox/Manual/Security|Security]] page. Use the administrator account created during !FreedomBox first boot for console logins and add further user accounts to ''admin'' group, if necessary. -}}} - === Installing on Debian 12 (bookworm) or newer === Check the Troubleshooting section below, for any tips or workarounds that might help during the install. diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index c45184ee2..811244ca5 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.21 (2024-10-07) == + +=== Highlights === + + * django: Improve handling of file uploads + * nextcloud: Fix existing installs to upgrade properly + +=== Other Changes === + + * action_utils: Fix missing parent folder when creating apt hold flag + * action_utils: Introduce utility to move uploaded files + * actions: Handle exceptions with Path-like objects + * featherwiki: Use new utility for handling uploads + * functional tests: Upgrade dependencies selenium and splinter + * kiwix: Don't leave invalid .zim in library after a failed attempt + * kiwix: Use new utility for handling uploads + * locale: Albanian: Fix build issue by correcting typo + * locale: Update translations for Albanian, Czech + * names: Don't control resolved daemon when package is not installed + * names: Don't hard depend on systemd-resolved + * names: Don't show resolver status if package is not installed + * names: Introduce method to check if resolved is installed + * names: Perform resolve diagnostics only if resolved is installed + * names: Schedule a task to install systemd-resolved when possible + * names: Try to install systemd-resolved during app setup + * networks: Disable DNS-over-TLS option if resolved is not installed + * networks: Don't show DNS-over-TLS when resolved is not installed + * nextcloud: During upgrade wait properly for upgrade to complete + * privacy: Disable DNS fallback option if resolved is not installed + * samba: Remove option to backup app + * storage: Skip tests that involve loopback device in a container + * tiddlywiki: Avoid writing duplicate temporary files + * transmission: tests: Fix functional test failures in Debian testing + == FreedomBox 24.20.1 (2024-09-25) == === Highlights === diff --git a/doc/manual/es/Debian.raw.wiki b/doc/manual/es/Debian.raw.wiki index 6fe9a19e8..5f5232f91 100644 --- a/doc/manual/es/Debian.raw.wiki +++ b/doc/manual/es/Debian.raw.wiki @@ -23,12 +23,6 @@ This page describes the process of installing !FreedomBox on a Debian system. Cu Installing !FreedomBox changes your Debian system in many important ways. This includes installing a firewall and regenerating server certificates. It is hence recommended that you install !FreedomBox on a fresh Debian installation instead of an existing setup. }}} -{{{#!wiki caution -'''Console/GUI logins for non-admin users will be disabled''' - -After !FreedomBox is fully setup, your system will no longer allow users not belonging to the ''admin'' group to log in to the system via console, secure shell (SSH) or graphical login. This behaviour can be disabled from the [[FreedomBox/Manual/Security|Security]] page. Use the administrator account created during !FreedomBox first boot for console logins and add further user accounts to ''admin'' group, if necessary. -}}} - === Installing on Debian 12 (bookworm) or newer === Check the Troubleshooting section below, for any tips or workarounds that might help during the install. diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index c45184ee2..811244ca5 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.21 (2024-10-07) == + +=== Highlights === + + * django: Improve handling of file uploads + * nextcloud: Fix existing installs to upgrade properly + +=== Other Changes === + + * action_utils: Fix missing parent folder when creating apt hold flag + * action_utils: Introduce utility to move uploaded files + * actions: Handle exceptions with Path-like objects + * featherwiki: Use new utility for handling uploads + * functional tests: Upgrade dependencies selenium and splinter + * kiwix: Don't leave invalid .zim in library after a failed attempt + * kiwix: Use new utility for handling uploads + * locale: Albanian: Fix build issue by correcting typo + * locale: Update translations for Albanian, Czech + * names: Don't control resolved daemon when package is not installed + * names: Don't hard depend on systemd-resolved + * names: Don't show resolver status if package is not installed + * names: Introduce method to check if resolved is installed + * names: Perform resolve diagnostics only if resolved is installed + * names: Schedule a task to install systemd-resolved when possible + * names: Try to install systemd-resolved during app setup + * networks: Disable DNS-over-TLS option if resolved is not installed + * networks: Don't show DNS-over-TLS when resolved is not installed + * nextcloud: During upgrade wait properly for upgrade to complete + * privacy: Disable DNS fallback option if resolved is not installed + * samba: Remove option to backup app + * storage: Skip tests that involve loopback device in a container + * tiddlywiki: Avoid writing duplicate temporary files + * transmission: tests: Fix functional test failures in Debian testing + == FreedomBox 24.20.1 (2024-09-25) == === Highlights ===