From: Richard Kreckel Date: Sat, 22 Oct 2005 20:33:33 +0000 (+0000) Subject: * Release 1.1.10. X-Git-Tag: cln_1-1-10 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=a0c8cec75546ab29581caee6a8c55046ad1bfe3b;p=cln.git * Release 1.1.10. --- diff --git a/ChangeLog b/ChangeLog index 249429c..6621673 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-22 Richard B. Kreckel + + * Version 1.1.10 released. + 2005-10-22 Richard B. Kreckel * src/Makefile.in: Accept CPPFLAGS from environment. diff --git a/NEWS b/NEWS index 3b82136..498c4f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +2005-10-22, version 1.1.10 +========================== + +Implementation changes +---------------------- + +* Removed the vptr of modular integer and univariate polynomial + classes in order to fix some crashes in that sector of CLN. Code + using this needs to be recompiled. + +* Many more operator signatures make the integration of CLN types with + float/double easier. + +Other changes +------------- + +* Several compilation fixes. + +* Made it possible to cross-compile CLN. + + 2004-11-03, version 1.1.9 =========================