- Update to version 1.0.8

* Handle the case where the CPU supports AVX, but we are running
    on an hypervisor with AVX disabled/not supported.
  * Faster (2x) scalarmult_base() when using the ref10 implementation.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=47
This commit is contained in:
Ismail Dönmez
2015-12-25 17:11:04 +00:00
committed by Git OBS Bridge
parent 441d5d23c2
commit efc534b035
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 25 17:08:17 UTC 2015 - idonmez@suse.com
- Update to version 1.0.8
* Handle the case where the CPU supports AVX, but we are running
on an hypervisor with AVX disabled/not supported.
* Faster (2x) scalarmult_base() when using the ref10 implementation.
-------------------------------------------------------------------
Tue Dec 8 16:25:20 UTC 2015 - idonmez@suse.com