- Update to version 0.06.14:
* Makefile: bump version * stress-mmapfork: add more feedback on segv faults (LP: #1614099) - Changes for 0.06.13: * Makefile: bump version * Makefile: add snapcraft into make dist * ignite-cpu: ensure buffer is null terminated before calling strlen * stress-affinity: only check CPU move if sched_getaffinity succeeds * Add snapcraft packaging * stress-seccomp: inject some random BPF op codes * force indirect libc calls to enforce calls to libc wide str functions * stress-str: fix incorrect order on args in call to stress funcs * stress-str: force indirect libc calls to enforce calls to libc str * functions * ensure cache info is only printed once * Manual: fix typo: build -> built OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=10
This commit is contained in:
parent
8fbf6c2bc4
commit
fdb4ac038e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca0d610274bf70923572d00019b1b358b620696a58f23bee6d889ad332d5216d
|
||||
size 330334
|
3
stress-ng-0.06.14.tar.gz
Normal file
3
stress-ng-0.06.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b9611f0e69645d271ef9ce39cab4f22ce1a98590ccd9ef41635b7c95d677e1a
|
||||
size 332760
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 27 08:52:55 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.06.14:
|
||||
* Makefile: bump version
|
||||
* stress-mmapfork: add more feedback on segv faults (LP: #1614099)
|
||||
- Changes for 0.06.13:
|
||||
* Makefile: bump version
|
||||
* Makefile: add snapcraft into make dist
|
||||
* ignite-cpu: ensure buffer is null terminated before calling strlen
|
||||
* stress-affinity: only check CPU move if sched_getaffinity succeeds
|
||||
* Add snapcraft packaging
|
||||
* stress-seccomp: inject some random BPF op codes
|
||||
* force indirect libc calls to enforce calls to libc wide str functions
|
||||
* stress-str: fix incorrect order on args in call to stress funcs
|
||||
* stress-str: force indirect libc calls to enforce calls to libc str
|
||||
* functions
|
||||
* ensure cache info is only printed once
|
||||
* Manual: fix typo: build -> built
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 12:00:49 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.06.12
|
||||
Version: 0.06.14
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user