diff options
| author | kx <kx@radix-linux.su> | 2026-09-09 09:55:36 +0300 |
|---|---|---|
| committer | kx <kx@radix-linux.su> | 2026-09-09 09:55:36 +0300 |
| commit | fe47d33f7fe57848809e1b215dd61922fcc5b552 (patch) | |
| tree | c09836e612f9be3c6a9a8310920236641c084937 | |
| parent | b2cc3e746b9c4c5b65f3d9cc7aedaa4933cf3bd1 (diff) | |
| download | libmpu-1.0.22.tar.xz | |
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | libmpu.m4 | 8 | ||||
| -rw-r--r-- | po/libmpu.pot | 2 | ||||
| -rw-r--r-- | po/ru.po | 2 |
5 files changed, 18 insertions, 7 deletions
@@ -1,4 +1,15 @@ +libmpu-1.0.22 +============= + + Eliminated all compiler warnings; built cleanly + with -Wall -Wextra -Werror across GNU C standards + from gnu11 through gnu23. + + Fixed: Fixed: EMUSHORT overflow in multiword division + normalization scale calculation. + + libmpu-1.0.21 ============= diff --git a/configure.ac b/configure.ac index 317ffe5..f91f916 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.71]) AC_LIBMPU_REQUIRE_BASH -AC_INIT([MPU Library],[1.0.21],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su]) +AC_INIT([MPU Library],[1.0.22],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su]) AC_LIBMPU_HEADLINE([libmpu], [MPU Emulation Library], [LIBMPU_VERSION],dnl [Copyright (c) 1999-2024 Andrey V.Kosteltsev])dnl @@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev dnl ============================================================ dnl dnl Synopsis: -dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.21 +dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.22 dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpu option dnl ACTION-IF-FOUND [, # action to perform if libmpu was found dnl ACTION-IF-NOT-FOUND # action to perform if libmpu was not found dnl ]]]]) dnl Examples: -dnl AC_CHECK_LIBMPU(1.0.21) -dnl AC_CHECK_LIBMPU(1.0.21,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS") -dnl AC_CHECK_LIBMPU(1.0.21,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU") +dnl AC_CHECK_LIBMPU(1.0.22) +dnl AC_CHECK_LIBMPU(1.0.22,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS") +dnl AC_CHECK_LIBMPU(1.0.22,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU") dnl dnl dnl If you have to change prefix returned by mpu-config script or change diff --git a/po/libmpu.pot b/po/libmpu.pot index bc6b0f2..64b4bef 100644 --- a/po/libmpu.pot +++ b/po/libmpu.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libmpu 1.0.21\n" +"Project-Id-Version: libmpu 1.0.22\n" "Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n" "POT-Creation-Date: 2024-12-28 23:52+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: libmpu 1.0.21\n" +"Project-Id-Version: libmpu 1.0.22\n" "Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n" "POT-Creation-Date: 2024-12-28 23:52+0300\n" "PO-Revision-Date: 2024-02-24 17:34+0300\n" |
