-2007-mm-dd, version 1.2.0
+2008-01-dd, version 1.2.0
=========================
+Algorithmic changes
+-------------------
+
+* Save big amounts of memory in computation of some constants by:
+ - Avoiding pre-computation of series terms and instead computing them in a
+ streamed way.
+ - Avoiding computation with excess precision in binary splitting algorithm
+ by coercion of intermediate integer values to floating-point as early as
+ possible.
+
Implementation changes
----------------------
-* Added support for huge numbers...
+* Added support for huge numbers:
+ - intC used for all counter loops.
+ - intE is now a 64-bit type on all 64-bit platforms and even on selected
+ 32-bit platforms.
+
* CLN now uses C++ exceptions for error handling.
+
+* Fixed a bug on i386 where comparing Z/2Z ring zeros returnd random results.
+
* Removed cl_boolean. Use built-in C++ bool instead.
+
+Other changes
+-------------
+
* Dropped the cln-config script. Please use pkg-config instead.
-Algorithmic changes
--------------------
+* Updated infrastructure to that of libtool-1.5.24.
-* Save a lot of memory during computation of some constants.
+* Changed encoding of all files to UTF-8.
2006-08-08, version 1.1.13
Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
Richard B. Kreckel, @code{<kreckel@@ginac.de>}.
-Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007.
-Copyright (C) Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007.
+Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
+Copyright (C) Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@author by Bruno Haible
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007.
+Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
@sp 0
-Copyright @copyright{} Richard Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007.
+Copyright @copyright{} Richard Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
@sp 2
Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and