diff --git a/CHANGES.md b/CHANGES.md index cb7144d..df77157 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ History (newest at top) ======================= +Jun 2023 (v5.4.3) +* Update for MQ V9.3.3 + * Many more QQST fields +* New "-f jsoncompact" option for single-line JSON records +* Add Task_Index field to channel structures, to easier tie up with MP1B output +* Correct a couple of column names in WQ structure Feb 2023 (v5.4.2) * Update for MQ V9.3.2 diff --git a/bin/aix/convH b/bin/aix/convH index 05f3bdd..a36502c 100755 Binary files a/bin/aix/convH and b/bin/aix/convH differ diff --git a/bin/aix/mqsmfcsv b/bin/aix/mqsmfcsv index c15cdb0..202a105 100755 Binary files a/bin/aix/mqsmfcsv and b/bin/aix/mqsmfcsv differ diff --git a/bin/linux/convH b/bin/linux/convH index 0029345..14aeb86 100755 Binary files a/bin/linux/convH and b/bin/linux/convH differ diff --git a/bin/linux/mqsmfcsv b/bin/linux/mqsmfcsv index 5db19a9..831346d 100755 Binary files a/bin/linux/mqsmfcsv and b/bin/linux/mqsmfcsv differ diff --git a/bin/win/mqsmfcsv.exe b/bin/win/mqsmfcsv.exe index 34ca4a6..b38cd15 100644 Binary files a/bin/win/mqsmfcsv.exe and b/bin/win/mqsmfcsv.exe differ diff --git a/src/M b/src/M index bfef60e..17870df 100755 --- a/src/M +++ b/src/M @@ -4,7 +4,7 @@ plat=`uname` if [ -z "$VERS" ] then - VERS="932" + VERS="933" fi if [ "$plat" = "AIX" ] diff --git a/src/Makefile.gcc.win b/src/Makefile.gcc.win index e9d346b..28ff2df 100755 --- a/src/Makefile.gcc.win +++ b/src/Makefile.gcc.win @@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc # CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS CFLAGS= -I. -m32 -DPLATFORM_WINDOWS PLATFLAGS= -VERS=932 +VERS=933 SRC = mqsmf.c \ smfDDL.c \ smfDate.c \ diff --git a/src/Makefile.win b/src/Makefile.win index 9fc8d60..64b7db4 100755 --- a/src/Makefile.win +++ b/src/Makefile.win @@ -1,5 +1,5 @@ CFLAGS=-nologo /D_CRT_SECURE_NO_WARNINGS /Zp1 /J /O2 /DPLATFORM_WINDOWS -VERS=932 +VERS=933 SRC = mqsmf.c \ smfDDL.c \ smfDate.c \ diff --git a/src/mqsmf.c b/src/mqsmf.c index b5bff6f..bd8b6f5 100755 --- a/src/mqsmf.c +++ b/src/mqsmf.c @@ -281,12 +281,19 @@ int main( int argc, char *argv[] ) case 'f': for (i=0;i] [-a] [ -d ]\n"); fprintf(infoStream," [-h yes|no] [ -i [-m ]\n"); - fprintf(infoStream," [-f RDW | NORDW | JSON | SQL | CSV ] \n"); + fprintf(infoStream," [-f RDW | NORDW | JSON | JSON_COMPACT | SQL | CSV ] \n"); fprintf(infoStream," [-b Db2 | MySQL ] \n"); fprintf(infoStream," [-p