[Gmp-commit] /var/hg/www: Fix typos. misc rephrasing.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Feb 11 23:23:08 CET 2013
details: /var/hg/www/rev/c189eb973a40
changeset: 26:c189eb973a40
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Feb 11 23:23:01 2013 +0100
description:
Fix typos. misc rephrasing.
diffstat:
index.html | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
diffs (36 lines):
diff -r 3d420f069a70 -r c189eb973a40 index.html
--- a/index.html Mon Feb 11 22:10:11 2013 +0100
+++ b/index.html Mon Feb 11 23:23:01 2013 +0100
@@ -355,21 +355,20 @@
miscomputations. We have not seen any such problems with older OpenBSD
releases, nor have we had reports of such serious issues for other OpenBSD
platforms. We have no fix for this issue; but compiling GMP without
- assembly is a workaround. We expect OpenBSD to issue a kernel patch soon.
- </li>
+ assembly is a workaround. </li>
</ul>
<p>Issues with GMP 5.1.0:
<ul>
-<li> The mini-gmp.c file, which implemenents a subset of mpn and mpz, is not
- properly tested and contains a number of bugs. Please do not use it yet!
- Note that these bugs do not affect GMP itself. A properly tested
- mini-gmp.c will be bundled with GMP 5.1.1. </li>
-<li> The included Makefile.in has an automake-generated distcheck
- target which creates a world-writable directory. This target is
- not used in the GMP release process, but it is a potential
- security problem afffecting users who invoke this make target.
- This problem (and no other) is corrected in the gmp-5.1.0a.tar.*
- set of files. </li>
+<li> The mini-gmp.c file, which implements a subset of mpn and mpz, was not
+ properly tested and contained a number of bugs. Please do not use the
+ 5.1.0 version of mini-gmp.c. Note that these bugs do not affect GMP
+ itself. </li>
+<li> The included top-level Makefile.in has an automake-generated
+ <code>distcheck</code> target which creates a world-writable directory.
+ This target is not used in the GMP release process, but it is a potential
+ security problem affecting users who invoke this make target. This
+ problem (and no other) is corrected in the gmp-5.1.0a.tar.* set of
+ files. </li>
</ul>
</p>
More information about the gmp-commit
mailing list