-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from DaGenix/bump-version
Bump version to v0.2.35
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Version v0.2.35 (4/4/2016) | ||
========================== | ||
|
||
* Improve cross compiling from GCC to msvc. | ||
* Fix BCrypt algorithm when using a cost of 31. | ||
* Improve building on OpenBSD. | ||
* Add implementation of SHA3 digest function. | ||
* Fix errors in Blake2b that could lead to incorrect output. The Blake2b | ||
initialization functions are modified to take parameters by value instead of | ||
by reference, which may break users of the interfaces. |
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