[Gmp-commit] /var/hg/gmp-5.0: 3 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Sat May 7 20:15:28 CEST 2011
details: /var/hg/gmp-5.0/rev/15fa002e84fa
changeset: 13477:15fa002e84fa
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat May 07 19:57:25 2011 +0200
description:
(LIBGMP_LT_*, LIBGMPXX_LT_*, LIBMP_LT_*): Bump version info.
details: /var/hg/gmp-5.0/rev/b13443836d78
changeset: 13478:b13443836d78
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat May 07 20:14:09 2011 +0200
description:
Updates for GMP 5.0.2.
details: /var/hg/gmp-5.0/rev/59afc14d30c2
changeset: 13479:59afc14d30c2
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat May 07 20:15:22 2011 +0200
description:
*** empty log message ***
diffstat:
ChangeLog | 5 +++++
Makefile.am | 7 ++++---
NEWS | 22 +++++++++++++++++++++-
3 files changed, 30 insertions(+), 4 deletions(-)
diffs (77 lines):
diff -r a7246619b7d9 -r 59afc14d30c2 ChangeLog
--- a/ChangeLog Sat May 07 13:01:55 2011 +0200
+++ b/ChangeLog Sat May 07 20:15:22 2011 +0200
@@ -1,3 +1,8 @@
+2011-05-07 Torbjorn Granlund <tege at gmplib.org>
+
+ * Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*, LIBMP_LT_*):
+ Bump version info.
+
2011-05-05 Torbjorn Granlund <tege at gmplib.org>
* mpn/x86_64/fat/fat_entry.asm: (PIC_OR_DARWIN): New symbol. Use it to
diff -r a7246619b7d9 -r 59afc14d30c2 Makefile.am
--- a/Makefile.am Sat May 07 13:01:55 2011 +0200
+++ b/Makefile.am Sat May 07 20:15:22 2011 +0200
@@ -67,6 +67,7 @@
# 4.3.2 8:2:5 5:2:1 4:16:1
# 5.0.0 9:0:6 6:0:2 4:20:1 Should have been 10:0:0
# 5.0.1 10:1:0 6:1:2 4:21:1
+# 5.0.2 10:2:0 6:2:2 4:22: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
@@ -80,15 +81,15 @@
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
LIBGMP_LT_CURRENT = 10
-LIBGMP_LT_REVISION = 1
+LIBGMP_LT_REVISION = 2
LIBGMP_LT_AGE = 0
LIBGMPXX_LT_CURRENT = 6
-LIBGMPXX_LT_REVISION = 1
+LIBGMPXX_LT_REVISION = 2
LIBGMPXX_LT_AGE = 2
LIBMP_LT_CURRENT = 4
-LIBMP_LT_REVISION = 21
+LIBMP_LT_REVISION = 22
LIBMP_LT_AGE = 1
diff -r a7246619b7d9 -r 59afc14d30c2 NEWS
--- a/NEWS Sat May 07 13:01:55 2011 +0200
+++ b/NEWS Sat May 07 20:15:22 2011 +0200
@@ -1,10 +1,30 @@
Copyright 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-2009, 2010 Free Software Foundation, Inc.
+2009, 2010, 2011 Free Software Foundation, Inc.
Verbatim copying and distribution of this entire article is permitted
in any medium, provided this notice is preserved.
+Changes between GMP version 5.0.1 and 5.0.2
+
+ BUGS FIXED
+ * Many minor bugs related to portability fixed.
+
+ * The support for HPPA 2.0N now works, after an assembly bug fix.
+
+ * A test case type error has been fixed. The symptom of this bug
+ was spurious 'make check' failures.
+
+ SPEEDUPS
+ * None, except indirectly through recognition of new CPUs.
+
+ FEATURES
+ * Fat builds are now supported for 64-bit x86 processors also under Darwin.
+
+ MISC
+ * None.
+
+
Changes between GMP version 5.0.0 and 5.0.1
BUGS FIXED
More information about the gmp-commit
mailing list