]> www.ginac.de Git - cln.git/commitdiff
* Release 1.1.10. cln_1-1-10
authorRichard Kreckel <kreckel@ginac.de>
Sat, 22 Oct 2005 20:33:33 +0000 (20:33 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 22 Oct 2005 20:33:33 +0000 (20:33 +0000)
ChangeLog
NEWS

index 249429c4f8b295be7e040456f3a372fd3faee11b..662167322a40dd5da2e4f82fc1f1d1820b42be8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-22  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.10 released.
+
 2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
 
        * src/Makefile.in: Accept CPPFLAGS from environment.
diff --git a/NEWS b/NEWS
index 3b82136faef05e9a0eded728d95a6d8a70f6ae8c..498c4f2704e4404631db4eab5161971fbb08c7ed 100644 (file)
--- 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
 =========================