Next-20250625
This is a bugfix and feature release:
- fix Server Admin page crash on py3 with existing sitestats (PR #256, issue #257)
- fix show vgrid/workgroup private file rendering (PR #270, issue #269)
- preparation for the eventual merge of PR116 with Archives update (PR #271)
- fix regression from PR233 to allow hyphen in sftpsubsys usernames (PR #272, issue #263)
- add profile Xgi helper (PR #273)
- switch verifyarchives to use our serializer helpers for py3 support (PR #274)
- add state check to verifyarchives helper and use to verify FINAL Archives (PR #268)
- drop svn repo, old py2 and legacy alias branches and complete the move to python3
Additional details are available in the complete changelog since last release for further elaboration in the real release.
Note: with this release we at least temporarily dropped the old Stable-YYYYMMDD release series specifically pointing to the master
branch, which was strictly in lock-step with the now retired SourceForge repo. The same applies for the matching Main-YYYYMMDD releases pointing to the corresponding main
python2 branch. We also dropped the old edge
and experimental
alias branches replaced by main
and next
.
Thus, we now only release the Next branch which is suitable for all modern deployments using python3
. We leave the legacy-python2
branch around but it will neither receive further support nor releases.