[Gmp-commit] /var/hg/gmp-6.2: 3 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Fri Nov 13 14:48:16 UTC 2020


details:   /var/hg/gmp-6.2/rev/e033efeeb450
changeset: 18127:e033efeeb450
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Fri Nov 13 15:46:56 2020 +0100
description:
NEWS

details:   /var/hg/gmp-6.2/rev/8e53725922d2
changeset: 18128:8e53725922d2
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Fri Nov 13 15:47:45 2020 +0100
description:
Bump version info

details:   /var/hg/gmp-6.2/rev/ef419fe8b1d2
changeset: 18129:ef419fe8b1d2
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Fri Nov 13 15:47:56 2020 +0100
description:
ChangeLog

diffstat:

 ChangeLog   |  11 +++++++++--
 Makefile.am |   5 +++--
 NEWS        |   2 +-
 gmp-h.in    |   2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)

diffs (80 lines):

diff -r 18875a0a3f89 -r ef419fe8b1d2 ChangeLog
--- a/ChangeLog	Tue Nov 10 18:17:13 2020 +0100
+++ b/ChangeLog	Fri Nov 13 15:47:56 2020 +0100
@@ -1,11 +1,16 @@
+2020-11-13 Marco Bodrato <bodrato at mail.dm.unipi.it>
+
+	* Version 6.2.1 released.
+
+	* gmp-h.in (__GNU_MP_VERSION_PATCHLEVEL): Bump version info.
+	* Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*): Bump revision info.
+
 2020-11-10 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* configure.ac (fat_path): Add bd1, goldmont,silvermont for CPUVEC.
 	* mpn/x86_64/fat/fat.c: Add more CPUs.
 	* mpn/x86/fat/fat.c: Add more CPUs.
 
-	* tests/mpf/t-conv.c: Some more tests on zero.
-
 2020-11-01 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* configure.ac: X86_{,64_}PATTERN: GMP_ASM_COFF_TYPE for all ABIs;
@@ -24,6 +29,8 @@
 	* tests/mpz/t-get_d.c: Likewise.
 	* tests/mpf/t-trunc.c: Use mpf_size.
 
+	* tests/mpf/t-conv.c: Some more tests on zero.
+
 2020-10-25 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* configfsf.guess: Updated to version 2020-10-22, from gnulib.
diff -r 18875a0a3f89 -r ef419fe8b1d2 Makefile.am
--- a/Makefile.am	Tue Nov 10 18:17:13 2020 +0100
+++ b/Makefile.am	Fri Nov 13 15:47:56 2020 +0100
@@ -90,6 +90,7 @@
 #        6.1.1   13:1:3    9:1:5     -
 #        6.1.2   13:2:3    9:2:5     -
 #        6.2.0   14:0:4   10:0:6     -
+#        6.2.1   14:1:4   10:1:6     -
 #
 # Starting at 3:0:0 is a slight abuse of the versioning system, but it
 # ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
@@ -103,11 +104,11 @@
 # libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
 
 LIBGMP_LT_CURRENT    = 14
-LIBGMP_LT_REVISION   = 0
+LIBGMP_LT_REVISION   = 1
 LIBGMP_LT_AGE        = 4
 
 LIBGMPXX_LT_CURRENT  = 10
-LIBGMPXX_LT_REVISION = 0
+LIBGMPXX_LT_REVISION = 1
 LIBGMPXX_LT_AGE      = 6
 
 
diff -r 18875a0a3f89 -r ef419fe8b1d2 NEWS
--- a/NEWS	Tue Nov 10 18:17:13 2020 +0100
+++ b/NEWS	Fri Nov 13 15:47:56 2020 +0100
@@ -18,7 +18,7 @@
   FEATURES
   * C90 compliance.
 
-  * Initial support for Darwin on arm64.
+  * Initial support for Darwin on arm64, and imporved portability.
 
   * Support for more processors.
 
diff -r 18875a0a3f89 -r ef419fe8b1d2 gmp-h.in
--- a/gmp-h.in	Tue Nov 10 18:17:13 2020 +0100
+++ b/gmp-h.in	Fri Nov 13 15:47:56 2020 +0100
@@ -2329,7 +2329,7 @@
 /* Major version number is the value of __GNU_MP__ too, above. */
 #define __GNU_MP_VERSION            6
 #define __GNU_MP_VERSION_MINOR      2
-#define __GNU_MP_VERSION_PATCHLEVEL 0
+#define __GNU_MP_VERSION_PATCHLEVEL 1
 #define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
 
 #define __GMP_H__



More information about the gmp-commit mailing list