Changes and updates
Update Tor Browser to 10.0.12.
Update Thunderbird to 78.7.0.
Update Linux to 5.10.13. This should improve the support for newer hardware (graphics, Wi-Fi, and so on).
Update Tor to 0.4.5.5.
Fixed problems
Stop focusing on the Cancel button by default when downloading an upgrade to prevent canceling the download by mistake. (#18072)
For more details, read our changelog.
Known issues
Automatic upgrades are broken from Tails 4.14 and earlier.
To upgrade from Tails 4.14 or earlier, you can either:
Do a manual upgrade.
Fix the automatic upgrade from a terminal. To do so:
Start Tails and set up an administration password.
In a terminal, execute the following command:
torsocks curl --silent https://gitlab.tails.boum.org/tails/tails/-/raw/master/config/chroot_local-includes/usr/share/tails/certs/lets-encrypt-r3.pem \
| sudo tee --append /usr/local/etc/ssl/certs/tails.boum.org-CA.pem \
&& systemctl --user restart tails-upgrade-frontend
This command is a single command that wraps across several lines. Copy and paste the entire block at once and make sure that it executes as a single command.
About 30 seconds later, you should be prompted to upgrade to the latest version of Tails. If no prompt appear, you might already be running the latest version of Tails.