The following changes since commit 20876c53b5d32f2da9049af5e7fb102133946981: Add condition to stop issuing io in do_io(). (2013-09-16 13:16:25 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 2.1.3 Juan Casse (1): Fixes bug: stale LAST_POS(f) is not being reset FIO-VERSION-GEN | 2 +- filesetup.c | 1 + os/windows/install.wxs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index 9138d22..842a9ab 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.1.2 +DEF_VER=fio-2.1.3 LF=' ' diff --git a/filesetup.c b/filesetup.c index 7d3a061..33b47c9 100644 --- a/filesetup.c +++ b/filesetup.c @@ -444,6 +444,7 @@ int generic_close_file(struct thread_data fio_unused *td, struct fio_file *f) f->shadow_fd = -1; } + f->engine_data = 0; return ret; } diff --git a/os/windows/install.wxs b/os/windows/install.wxs index aff639c..1a849f0 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -10,7 +10,7 @@ <Product Id="*" Codepage="1252" Language="1033" Manufacturer="fio" Name="fio" - UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.1.2"> + UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.1.3"> <Package Description="Flexible IO Tester" InstallerVersion="301" Keywords="Installer,MSI,Database" -- 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