Skip to content

v4.2.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 07 Dec 06:35
· 50 commits to master since this release
3c28678

Database Warning

In this release, the database format was changed. Please read the instructions of migrate.py for instructions on how to migrate.

Warning: this is a beta. Unless you know what you are doing, you should wait for v4.2.0. This beta does not guarantee any stability whatsoever, and a migration script from this beta to v4.2.0 will not be provided.

Changes in this version

  • Add content manager role
    • Content managers can manage all content (announcement, contests, problems, homepage) on the site but not users
  • Fixed many race conditions
    • Including a critical contest scoreboard update bug that resulted in incorrect scoreboards
  • Minor performance improvements
  • Increased database integrity
  • Bug fixes
  • Add tests
  • Code cleanup