We are proud to present the release of Gitea version 1.16.4.
We highly encourage users to update to this version for some important bug-fixes.
We have merged 17 pull requests to release this version.
We would like to give a special thanks to Maxim Suslov (independent security researcher), E99p1ant to report the security problems from huntr and thanks to @lunny, @zeripath and @6543 for submitting the security patches for this release.
You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.
We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.
Have you heard? We now have a swag shop! 👕 🍵
Breaking Change: Refactor mirror code & fix StartToMirror (#19075)
This PR will make old queue entrys unredable for the new version, make sure to flush the mirror sync queue before updating.
Breaking Change: Restrict email address validation (#19085)
Narrow the allowed chars a email address can have.
Breaking Change: Add pam account authorization check (#18904)
Users of the PAM module who rely on account modules not being checked will need to change their PAM configuration.