2019-09-04 07:13:46 +00:00
committed by Git OBS Bridge

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 2 19:09:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.10.04
* Remove execute bit on bash completion script
* stress-cpu: fix build time checks for __cpuid()
* stress-cpu: add a collatz sequence stressor
* stress-dev: temporarily disable hpet test
* stress-stack: use memory backed mmap'd alternative stack
* stress-inode-flags: detect failures in pthread and propagate
these back to parent (LP: #1841900)
* Add a pthread return pointer to pthread args
* Add new 5.3 sched_attr fields, fixes EFBIG on sched_{get|set}attr
* core-helper: don't call sched_getcpu on s390x
-------------------------------------------------------------------
Tue Aug 27 09:35:54 UTC 2019 - Martin Hauke <mardnh@gmx.de>