diff options
| author | kx <kx@radix-linux.su> | 2026-09-07 21:47:10 +0300 |
|---|---|---|
| committer | kx <kx@radix-linux.su> | 2026-09-07 21:47:10 +0300 |
| commit | 6d70831c4f97ae5eab9821449303f4832582db4c (patch) | |
| tree | ac83d20d7c7a1382c25fb9f17d44ef3c44014a86 | |
| parent | bb0ad0a9e6d734c43b23766ed0a816dd6da4d3a4 (diff) | |
| download | libmpuio-trunk.tar.xz | |
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | libmpuio.m4 | 8 |
3 files changed, 13 insertions, 5 deletions
@@ -1,4 +1,12 @@ +libmpuio-1.0.3 +============== + + When the '0' flag is used with a field wider than + the formatted complex value, the free field width is divided + equally between the real and imaginary components. + + libmpuio-1.0.2 ============== diff --git a/configure.ac b/configure.ac index bdcfdb0..0e0b45a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.71]) -AC_INIT([MPUIO Library],[1.0.2],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su]) +AC_INIT([MPUIO Library],[1.0.3],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su]) AC_LIBMPUIO_REQUIRE_BASH diff --git a/libmpuio.m4 b/libmpuio.m4 index 03a22a1..e4332c2 100644 --- a/libmpuio.m4 +++ b/libmpuio.m4 @@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev dnl ============================================================ dnl dnl Synopsis: -dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.2 +dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.3 dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpuop option dnl ACTION-IF-FOUND [, # action to perform if libmpuio was found dnl ACTION-IF-NOT-FOUND # action to perform if libmpuio was not found dnl ]]]]) dnl Examples: -dnl AC_CHECK_LIBMPUIO(1.0.2) -dnl AC_CHECK_LIBMPUIO(1.0.2,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS") -dnl AC_CHECK_LIBMPUIO(1.0.2,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO") +dnl AC_CHECK_LIBMPUIO(1.0.3) +dnl AC_CHECK_LIBMPUIO(1.0.3,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS") +dnl AC_CHECK_LIBMPUIO(1.0.3,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO") dnl dnl dnl If you have to change prefix returned by mpuio-config script or change |
