diff options
author | raas <andras.horvath@gmail.com> | 2013-10-07 13:56:43 -0700 |
---|---|---|
committer | raas <andras.horvath@gmail.com> | 2013-10-07 13:56:43 -0700 |
commit | e46cfd9faa2f9c86836de5ccf8e924266da7c526 (patch) | |
tree | a1fdb8b439a97c21c2eddc1eb39c21b883038915 /mbw.spec | |
parent | 93a74f64ce6e30e940ebbf456bf35679bca8d668 (diff) | |
parent | c2f7676d12a6d591d774ecdfa51e7fdbb62fe4e0 (diff) |
Merge pull request #1 from jmslocum/master
Version 1.3 mbw
Diffstat (limited to 'mbw.spec')
-rw-r--r-- | mbw.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ Summary: Memory bandwidth benchmark Name: mbw -Version: 1.2 +Version: 1.3 Release: 1 License: LGPL Buildroot: %{_tmppath}/%{name}-buildroot @@ -33,6 +33,10 @@ rm -rf %{buildroot} %{_mandir}/man1/mbw.1.gz %changelog +* Thu Oct 03 2013 James Slocum <j.m.slocum@gmail.com> 1.3-1 +- Fix MCBLOCK test: copy from the full source buffer, not just its first $blocksize. +- Fix MCBLOCK test: fixed segfault caused by for() going out of bounds + * Sun Mar 11 2012 Andras Horvath <andras.horvath@gmail.com> 1.2-1 - Fix MCBLOCK test: actually copy to the full buffer, not just its first $blocksize. |