summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--libmpuio.m48
3 files changed, 13 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index fbe72d9..70f9542 100644
--- a/NEWS
+++ b/NEWS
@@ -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