doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-04-07 21:47:28 -04:00
parent fa6068f877
commit 23fb036251
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 82 additions and 2 deletions

View File

@ -2,12 +2,14 @@
## BEGIN_INCLUDE
!FreedomBox is built on the Debian operating system. Approximately every two years, there is a new stable Debian release. !FreedomBox provides the option of [[FreedomBox/Manual/Upgrades#Auto-Update_to_Next_Stable_Release|automatically handling the upgrade]] to the new version of Debian after it is released.
!FreedomBox is built on the Debian operating system. Approximately every two years, there is a new stable Debian release. !FreedomBox provides the option of [[FreedomBox/Manual/Upgrades#Auto-Update_to_Next_Stable_Release|automatically handling the upgrade]] to the new version of Debian after it is released. A distribution update will bring in major features and changes. Sometimes, old features will stop working. This page documents the expected changes and transitions during a distribution upgrade. If you dislike these changes, you can keep each distribution for at least [[LTS|5 years]] before updating.
The current stable release is Debian 12 "bookworm". Below are additional considerations to have in mind when upgrading to a new release of Debian.
The current stable release is Debian 12 "bookworm". It was released on June 10, 2023. Below are additional considerations to have in mind when upgrading to a new release of Debian.
== Debian 13 "trixie" ==
Estimated release date is around August 2025.
=== TT-RSS no longer supported ===
The [[DebianPts:tt-rss]] package has been removed from the next Debian release. It is recommended to move to one of the following options as a replacement:

View File

@ -8,6 +8,45 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.7 (2025-04-07) ==
=== Highlights ===
* calibre: Remove existing data directory before a restore operation
* kiwix: Remove existing data directory before a restore operation
* mediawiki: Run database upgrade after package upgrade
* power: Disable sleep and hibernate on the system
* upgrades: Revamp distribution upgrade UI
=== Other Changes ===
* app: During startup, run post-init operation in background
* backups: Add ability to cleanup files before restoring a backup
* debian: Build depend on python3-systemd
* locale: Update translations for Bengali, French, Hindi, Russian, Telugu
* main: Run package operations immediately after startup
* mediawiki: Update configuration to work with version 1.4 (Trixie)
* mypy: Ignore missing type stubs for systemd.*
* package: Allow app to say it wants to rerun setup after updates
* packages: Don't run force upgrade hooks when freedombox performs ops
* radicale: Explicitly set the auth type to accommodate radicale 3.5
* radicale: Rerun setup when package updated
* service: Increase startup/shutdown timeout to 5 minutes
* service: Notify systemd when service starts up
* setup: Implement mechanism to rerun setup when apt is updated
* setup: Perform package operations immediately on trigger
* tests: Fix a warning with pytest setup
* tests: django: Fix a warning related to timezone settings
* upgrades: Add introduction to the distribution upgrade page
* upgrades: Don't ignore apt error during distribution upgrade
* upgrades: Increase distribution upgrade timeout to 3 days
* upgrades: Prevent installation of the Samba Active Directory service
* upgrades: Remove unused import
* upgrades: Run distribution upgrade around 06:00 everyday
* upgrades: Show notification before, during, and after a dist upgrade
* upgrades: Trigger special package operations in a simpler way
* upgrades: Use special desc. for snapshots take before dist upgrade
== FreedomBox 25.6 (2025-03-25) ==
=== Highlight ===

View File

@ -8,6 +8,45 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 25.7 (2025-04-07) ==
=== Highlights ===
* calibre: Remove existing data directory before a restore operation
* kiwix: Remove existing data directory before a restore operation
* mediawiki: Run database upgrade after package upgrade
* power: Disable sleep and hibernate on the system
* upgrades: Revamp distribution upgrade UI
=== Other Changes ===
* app: During startup, run post-init operation in background
* backups: Add ability to cleanup files before restoring a backup
* debian: Build depend on python3-systemd
* locale: Update translations for Bengali, French, Hindi, Russian, Telugu
* main: Run package operations immediately after startup
* mediawiki: Update configuration to work with version 1.4 (Trixie)
* mypy: Ignore missing type stubs for systemd.*
* package: Allow app to say it wants to rerun setup after updates
* packages: Don't run force upgrade hooks when freedombox performs ops
* radicale: Explicitly set the auth type to accommodate radicale 3.5
* radicale: Rerun setup when package updated
* service: Increase startup/shutdown timeout to 5 minutes
* service: Notify systemd when service starts up
* setup: Implement mechanism to rerun setup when apt is updated
* setup: Perform package operations immediately on trigger
* tests: Fix a warning with pytest setup
* tests: django: Fix a warning related to timezone settings
* upgrades: Add introduction to the distribution upgrade page
* upgrades: Don't ignore apt error during distribution upgrade
* upgrades: Increase distribution upgrade timeout to 3 days
* upgrades: Prevent installation of the Samba Active Directory service
* upgrades: Remove unused import
* upgrades: Run distribution upgrade around 06:00 everyday
* upgrades: Show notification before, during, and after a dist upgrade
* upgrades: Trigger special package operations in a simpler way
* upgrades: Use special desc. for snapshots take before dist upgrade
== FreedomBox 25.6 (2025-03-25) ==
=== Highlight ===