The following changes since commit b7f05eb03c84bdc1259d1bb1c348328b16164430: eta: ETA bandwidth was off by 1.024 (2012-05-11 20:33:02 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 2.0.8 FIO-VERSION-GEN | 2 +- os/windows/install.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index bd73b9e..0d20126 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=2.0.7 +DEF_VER=2.0.8 LF=' ' diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 69753ba..5bea45c 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -10,7 +10,7 @@ <Product Id="CCE88492-8C5A-4EAF-8B82-E22A90CEC47B" Codepage="1252" Language="1033" Manufacturer="fio" Name="fio" - UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.7"> + UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.8"> <Package Comments="Contact: Your local administrator" Description="Flexible IO Tester" -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html