The following changes since commit fbccf46c939c9fee9f738da31c2e22791be5eab7: Fix potential null pointer dereference on verify and requeue events (2013-01-08 21:02:14 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (2): Fio 2.0.13 Fix variable type warning FIO-VERSION-GEN | 2 +- client.c | 2 +- os/windows/install.wxs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index b9bd4be..85e4cda 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.0.12.2 +DEF_VER=fio-2.0.13 LF=' ' diff --git a/client.c b/client.c index a483913..fd67079 100644 --- a/client.c +++ b/client.c @@ -21,8 +21,8 @@ #include "hash.h" struct client_eta { - struct jobs_eta eta; unsigned int pending; + struct jobs_eta eta; }; struct fio_client { diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 402be45..5845d5f 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -10,7 +10,7 @@ <Product Id="F9883688-6AB3-4BD1-AB93-91D39F12F003" Codepage="1252" Language="1033" Manufacturer="fio" Name="fio" - UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.12.2"> + UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.13"> <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