diff --git a/stress-ng-0.09.01.tar.gz b/stress-ng-0.09.01.tar.gz deleted file mode 100644 index fdd1451..0000000 --- a/stress-ng-0.09.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25f086b7a97e8c41c0d9bf8f828739b29c6c53d5f634c106bfda54047bfbf09 -size 450606 diff --git a/stress-ng-0.09.02.tar.gz b/stress-ng-0.09.02.tar.gz new file mode 100644 index 0000000..53b1aff --- /dev/null +++ b/stress-ng-0.09.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fffd8e8157ee969dfe99d1a5b310ff3337b1dbecd276ccaa8c30c1cc14392fd +size 451314 diff --git a/stress-ng.changes b/stress-ng.changes index 6d508b1..b3082bc 100644 --- a/stress-ng.changes +++ b/stress-ng.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Nov 9 10:00:38 UTC 2017 - mardnh@gmx.de + +- Update to version 0.09.02 + * Makefile: bump version + * Manual: update contributors names and date + * README: update, add OS X instructions and add clean rule + * shim: cast to int for brk for __APPLE__ + * stress-ng.h: fix missing _ off __APPLE_ macro name + * Use shim_sbrk and shim_brk wrappers + * Add shim for brk and sbrk + * stress-pthread: use shim_sched_yield instead if pthread_yield + * stress-ng.h: use shim spinlock in warn_once inline helper + * pthreads: shim spinlocks so we can use mutex if not available + * Makefile.config: add missing ( + * Make BSD library more flexible, especially with __APPLE__ arch + * stress-inode-flags: reset flags to zero at end of loop (LP: #1730297) + * stress-inode-flags: move counter to bump once per loop iteration + * stress-random: enable random stressor for __APPLE__ arch + * stress-filename: default to POSIX filename chars for __APPLE__ + * stress-filename: OS X can't have ':' in filenames + * stress-fcntl: fix up incorrect name of failed system call + * stress-fcntl: remove need for 2nd fd in F_DUPFD + * stress-mmap: add MAC OS X mmap flags + * stress-schedpolicy: disable this for __APPLE__ arch + * sched: detect __APPLE__ and don't used sched funcs for this arch + * stress-zlib: correct text start/end for all OS choices + * test/test-libpthread: ensure we check all pthread functionality + * Update README.Android notes + ------------------------------------------------------------------- Tue Nov 7 15:51:51 UTC 2017 - mardnh@gmx.de diff --git a/stress-ng.spec b/stress-ng.spec index e08bbb8..24ce9f4 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -18,7 +18,7 @@ Name: stress-ng -Version: 0.09.01 +Version: 0.09.02 Release: 0 Summary: Tool to load and stress a computer License: GPL-2.0