Skip to content

Commit a6b8af7

Browse files
committed
Update for MQ 9.3.2
1 parent 5ddf434 commit a6b8af7

20 files changed

+155
-63
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History (newest at top)
33
=======================
44

5+
Feb 2023 (v5.4.2)
6+
* Update for MQ V9.3.2
7+
* WQ structure extended with streamed message count
8+
* Fix problem when final record in input data was truncated/corrupt
9+
* Removed QIST RAIO/RABP fields as they are never filled in by qmgr so misleading
10+
511
Oct 2022 (v5.4.1)
612
* Update for MQ V9.3.1
713
* Extended QQST structure in the 115 records

bin/aix/convH

836 Bytes
Binary file not shown.

bin/aix/mqsmfcsv

248 KB
Binary file not shown.

bin/linux/convH

-16 Bytes
Binary file not shown.

bin/linux/mqsmfcsv

-4.02 KB
Binary file not shown.

bin/win/convH.exe

0 Bytes
Binary file not shown.

bin/win/mqsmfcsv.exe

1 KB
Binary file not shown.

src/M

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plat=`uname`
44

55
if [ -z "$VERS" ]
66
then
7-
VERS="931"
7+
VERS="932"
88
fi
99

1010
if [ "$plat" = "AIX" ]

src/Makefile.gcc.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc
33
# CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS
44
CFLAGS= -I. -m32 -DPLATFORM_WINDOWS
55
PLATFLAGS=
6-
VERS=931
6+
VERS=932
77
SRC = mqsmf.c \
88
smfDDL.c \
99
smfDate.c \

src/Makefile.unix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
CC=cc
3-
CFLAGS= -I.
3+
CFLAGS= -I. -O2
44
PLATFLAGS=
55
SRC = \
66
smfDDL.c \

0 commit comments

Comments
 (0)