Overview
Request 1190046 accepted
- Update to version v0.37
* Added the XORoshiro-256 pseudo random number generator (PRNG). Thanks to Fabian Druschke @knogle #555
* Added the Lagged Fibonacci PRNG generator. Thanks again to Fabian Druschke @knogle #556
* Added missing help for HMG IS5 enhanced. Thanks to @AndCycle #569
* Changed the default method from "DOD Short" to "prng stream", using the XORoshiro-256 prng
* Fixed an issue in configure.ac which was producing an error while running `./configure`, mentioning libconfig, however the presence of libconfig had already been checked for, earlier in configure.ac. Although this error did not cause `./configure` to abort prematurely and therefore make would build the source correctly, it did cause a issue for inclusion into Debian Sid. Thanks to @Polynomial-C #574
* Minor change to nwipe's man page filename, nwipe.1 to nwipe.8 to fix a Debian warning. #577
- Dropping old patches which are no longer applicable.
Request History
emendonca created request
- Update to version v0.37
* Added the XORoshiro-256 pseudo random number generator (PRNG). Thanks to Fabian Druschke @knogle #555
* Added the Lagged Fibonacci PRNG generator. Thanks again to Fabian Druschke @knogle #556
* Added missing help for HMG IS5 enhanced. Thanks to @AndCycle #569
* Changed the default method from "DOD Short" to "prng stream", using the XORoshiro-256 prng
* Fixed an issue in configure.ac which was producing an error while running `./configure`, mentioning libconfig, however the presence of libconfig had already been checked for, earlier in configure.ac. Although this error did not cause `./configure` to abort prematurely and therefore make would build the source correctly, it did cause a issue for inclusion into Debian Sid. Thanks to @Polynomial-C #574
* Minor change to nwipe's man page filename, nwipe.1 to nwipe.8 to fix a Debian warning. #577
- Dropping old patches which are no longer applicable.
emendonca accepted request
Looks okay to me.