- Update to version 1.6+git.20160603:

* if we use the fallback seed, don't use rand() yet.
  * Before falling back to gtod, try getrandom() if available.
- Change _service to disabled

OBS-URL: https://build.opensuse.org/package/show/devel:tools/trinity?expand=0&rev=65
This commit is contained in:
2016-06-12 16:40:57 +00:00
committed by Git OBS Bridge
parent 03c7cdcb56
commit ec3278fa43
5 changed files with 17 additions and 9 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
-------------------------------------------------------------------
Fri May 27 20:28:47 UTC 2016 - opensuse-packaging@opensuse.org
Sun Jun 12 16:30:20 UTC 2016 - mpluskal@suse.com
- Update to version 1.6+git.20160603:
* if we use the fallback seed, don't use rand() yet.
* Before falling back to gtod, try getrandom() if available.
- Change _service to disabled
-------------------------------------------------------------------
Fri May 27 20:28:47 UTC 2016 - mpluskal@suse.com
- Update to version 1.6+git.20160526:
* for each random syscall, do one in an extra child too.