Pleroma Release: 2.9.1

Pleroma 2.9.1 is a security release. It fixes a whole bunch of spoofing issues that were reported to us by the Akkoma developers. Updating is highly recommended.

Upgrade notes

From source only

  1. Get new dependencies and recompile Pleroma:

    MIX_ENV=prod mix deps.get
    MIX_ENV=prod mix compile
    

    Everyone

  2. Restart Pleroma

Backend changes

Security

Changed

Fixed

— lain