[Gmp-commit] /var/hg/gmp-5.0: Standard release updates.

mercurial at gmplib.org mercurial at gmplib.org
Mon Apr 2 17:00:43 CEST 2012


details:   /var/hg/gmp-5.0/rev/eda82ed56832
changeset: 13575:eda82ed56832
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Apr 02 17:00:41 2012 +0200
description:
Standard release updates.

diffstat:

 ChangeLog   |   7 +++++++
 Makefile.am |   7 ++++---
 NEWS        |  21 +++++++++++++++++++++
 gmp-h.in    |   2 +-
 4 files changed, 33 insertions(+), 4 deletions(-)

diffs (89 lines):

diff -r 8c8a831484d0 -r eda82ed56832 ChangeLog
--- a/ChangeLog	Mon Apr 02 16:49:42 2012 +0200
+++ b/ChangeLog	Mon Apr 02 17:00:41 2012 +0200
@@ -1,5 +1,12 @@
 2012-04-02  Torbjorn Granlund  <tege at gmplib.org>
 
+	* Version 5.0.4 released.
+
+	* gmp-h.in (__GNU_MP_VERSION_PATCHLEVEL): Bump.
+
+	* Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*, LIBMP_LT_*):
+	Bump version info.
+
 	* gmp-h.in (_GMP_H_HAVE_FILE): Test also __STDIO_LOADED (for VMS).
 
 2012-03-27  Torbjorn Granlund  <tege at gmplib.org>
diff -r 8c8a831484d0 -r eda82ed56832 Makefile.am
--- a/Makefile.am	Mon Apr 02 16:49:42 2012 +0200
+++ b/Makefile.am	Mon Apr 02 17:00:41 2012 +0200
@@ -70,6 +70,7 @@
 #        5.0.2   10:2:0    6:2:2   4:22:1
 #        5.0.3   10:3:0    6:3:2   4:23:1
 #        5.0.4   10:4:0    6:4:2   4:24:1
+#        5.0.5   10:5:0    6:5:2   4:25:1
 #
 # 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
@@ -83,15 +84,15 @@
 # libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
 
 LIBGMP_LT_CURRENT =  10
-LIBGMP_LT_REVISION = 4
+LIBGMP_LT_REVISION = 5
 LIBGMP_LT_AGE =      0
 
 LIBGMPXX_LT_CURRENT =  6
-LIBGMPXX_LT_REVISION = 4
+LIBGMPXX_LT_REVISION = 5
 LIBGMPXX_LT_AGE =      2
 
 LIBMP_LT_CURRENT =  4
-LIBMP_LT_REVISION = 24
+LIBMP_LT_REVISION = 25
 LIBMP_LT_AGE =      1
 
 
diff -r 8c8a831484d0 -r eda82ed56832 NEWS
--- a/NEWS	Mon Apr 02 16:49:42 2012 +0200
+++ b/NEWS	Mon Apr 02 17:00:41 2012 +0200
@@ -5,6 +5,27 @@
 medium, provided this notice is preserved.
 
 
+Changes between GMP version 5.0.4 and 5.0.5
+
+  BUGS FIXED
+  * A bug causing AMD 11h processors to be treated like AMD 10h has been fixed.
+    The 11h processors do not correctly handle all 10h (aka K10) instructions,
+    and GMP's use of these instructions results in major miscomputations (not
+    as one would have hoped CPU traps of some 'illegal instruction' sort).
+
+  * A bug affecting recent Intel Sandy Bridge CPUs resulting in configuration
+    failures has been fixed,
+
+  SPEEDUPS
+  * None.
+
+  FEATURES
+  * None.
+
+  MISC
+  * None.
+
+
 Changes between GMP version 5.0.3 and 5.0.4
 
   BUGS FIXED
diff -r 8c8a831484d0 -r eda82ed56832 gmp-h.in
--- a/gmp-h.in	Mon Apr 02 16:49:42 2012 +0200
+++ b/gmp-h.in	Mon Apr 02 17:00:41 2012 +0200
@@ -2272,7 +2272,7 @@
 /* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
 #define __GNU_MP_VERSION 5
 #define __GNU_MP_VERSION_MINOR 0
-#define __GNU_MP_VERSION_PATCHLEVEL 4
+#define __GNU_MP_VERSION_PATCHLEVEL 5
 #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