-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b280c4
commit 9430713
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2019-04-13 Kim Walisch <[email protected]> | ||
|
||
Version 4.6 released. | ||
|
||
This version fixes 2 bugs in the CMakeLists.txt build script | ||
and improves the primecount backup version that stores | ||
intermediate results to hard disk. Note that | ||
primecount.backup files produced by previous primecount | ||
releases are incompatible with primecount-4.6. | ||
|
||
CMakeLists.txt: Fix libatomic issue. | ||
CMakeLists.txt: Require CMake 3.4 instead of 3.9. | ||
LoadBalancer.cpp: Increase number of backups. | ||
S2_easy.cpp: Allow resuming using fewer/more threads. | ||
S2_hard.cpp: Allow resuming using fewer/more threads. | ||
primecount.backup: Add MD5 checksum. | ||
|
||
2019-02-20 Kim Walisch <[email protected]> | ||
|
||
Version 4.5 released. | ||
|