Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
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
ericswpark committed Jul 21, 2021
1 parent ba917dc commit 7360755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.2

0 comments on commit 7360755

Please sign in to comment.