]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Re-esatblish 1.2.0 ABI, broken 2008-02-22 [Alexei Sheplyakov].
[cln.git] / ChangeLog
index 8289a00f2abc9eb12a5fd7c400bf7737be9605d3..25d45a4917a33cfb7947a484a3c96588e2e736e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2008-04-07  Alexei Sheplyakov  <varg@theor.jinr.ru>
+
+       Re-esatblish 1.2.0 ABI, broken 2008-02-22:
+       * src/float/input/cl_F_readparsed.cc: Add obsolete signature with index
+       args uintL.
+       * src/integer/input/cl_I_readparsed.cc: Likewise.
+       * src/rational/input/cl_RA_readparsed.cc: Likewise.
+
+2008-04-05  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.2.2 released.
+
+2008-04-04  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Re-establish ABI, broken 2008-01-20:
+       * src/float/ffloat/conv/cl_FF_from_float.cc: Add obsolete signature of
+       cl_float_to_FF_pointer.
+       * src/float/dfloat/conv/cl_DF_from_double.cc: Add obsolete signature of
+       cl_double_to_DF_pointer.
+
+2008-03-31  Bruno Haible  <bruno@clisp.org>
+
+       Fix hack from 2008-01-20 that broke on ARM.
+       * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Remove.
+       (cl_float_to_FF_pointer): Use anonymous union for conversion.
+       * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Remove.
+       (cl_double_to_DF_pointer): Use anonymous union for conversion.
+
+2008-03-24  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.2.1 released.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh: New file.
+       * Makefile.devel (build-prerequisites): New target.
+       (all): Depend on it.
+       (EXCLUDE): Also exclude autogen.sh.
+
 2008-03-23  Bruno Haible  <bruno@clisp.org>
 
        Make "make -jN" work again, broken on 2008-02-23.