Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes since 1.9.1: - Fixed incorrect "full name" column in admin panel of accounts. - Fixed an exception that could occur when incrementing download statistic counts. - The time limit for all Celery tasks is now 10 minutes (previously 60 minutes) to reduce server load. - shipper now automatically retries the mirror backup task if it times out. Retries are staggered with exponential backoff and tried after at least 1 hour has elapsed to account for any potential remote mirror server problems. - Fixed a possible race condition while updating the SHA256 hash of a build. - Removed a useless title attribute on the download page. - Fixed spacing for the download buttons on the main page. - New Font Awesome icons for the download page! - General code cleanup - More test cases to help catch bugs!
- Loading branch information