diff options
author | James Slocum <j.m.slocum@gmail.com> | 2013-10-03 21:31:54 -0400 |
---|---|---|
committer | James Slocum <j.m.slocum@gmail.com> | 2013-10-03 21:31:54 -0400 |
commit | 09e6cee447976db456aabff9682e2945aa3abac1 (patch) | |
tree | 6367bf00ed596abaa50811db93ffcaf7d6127cae | |
parent | bf194646e7a4bd348fd6033b183a1fd78a0aaef1 (diff) |
Updated spec file to reflect changes.
-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. |