From: Richard Kreckel Date: Fri, 28 Jan 2000 12:27:57 +0000 (+0000) Subject: - gmp/*: Replaced the complete mpn sources with the ones from Debian X-Git-Tag: cln_1-1-0~58 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=cfa75ff153c39659ba6f70ec658e27db03cb1f6d;p=cln.git - gmp/*: Replaced the complete mpn sources with the ones from Debian since they are maintained while the ones from FSF aren't and there were problems on some architectures, PowerPC in particular. See the file gmp/README.CLN. This way the hard links in this directory have vanished, they were causing trouble for people working in AFS and also with CVS. --- diff --git a/ChangeLog b/ChangeLog index 01e809c..997e797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-01-24 Richard Kreckel + + * gmp/*: Replaced the complete mpn sources with the ones from + Debian since they are maintained while the ones from FSF + aren't and there were problems on some architectures, PowerPC + in particular. See the file gmp/README.CLN. This way the + hard links in this directory have vanished, they were causing + trouble for people working in AFS. + 2000-01-13 Richard Kreckel * Version 1.0.3 released.