]> www.ginac.de Git - cln.git/commitdiff
Finalize CLN 1.3.5 release. cln_1-3-5
authorRichard Kreckel <kreckel@ginac.de>
Sun, 17 Nov 2019 21:28:11 +0000 (22:28 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 17 Nov 2019 21:28:11 +0000 (22:28 +0100)
NEWS
configure.ac
doc/cln.texi

diff --git a/NEWS b/NEWS
index 0e54d33128e9c6770467c833444e642520ad94c3..c7b33ec3acd1d6f5cfb88f0d2a62244e1466c81b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2019-11-17, version 1.3.5
+
+Implementation changes
+----------------------
+
+* Fix bug in scale_float() throwing underflow_exception.
+
+Other changes
+-------------
+
+* Support builds on:
+  - 64-bit MinGW
+  - Elbrus 2000
+  - Risc-V64
+  - MIPS release 6
+
+
+=========================
 2014-10-16, version 1.3.4
 =========================
 
index a9dfb26e4b78c2118abc902622f8cf48c1c8a613..4ef40d1b4046d2d3e3c339d255badbe3f39c1e46 100644 (file)
@@ -2,7 +2,7 @@ dnl run autoreconf -iv to produce the configure script.
 
 m4_define([cl_version_major], [1])
 m4_define([cl_version_minor], [3])
-m4_define([cl_version_patchlevel], [4])
+m4_define([cl_version_patchlevel], [5])
 m4_define([cl_version], [cl_version_major.cl_version_minor.cl_version_patchlevel])
 
 dnl Libtool's library version information for CLN.
@@ -16,7 +16,7 @@ dnl * if any interfaces have been removed, set cl_lt_age to 0.
 dnl (On many systems, $(cl_lt_current):$(cl_lt_revision):$(cl_lt_age) results in
 dnl libcln.so.$(cl_lt_current)-$(cl_lt_age).)
 m4_define([cl_lt_current], [6])
-m4_define([cl_lt_revision], [4])
+m4_define([cl_lt_revision], [5])
 m4_define([cl_lt_age], [0])
 m4_define([cl_lt_version], [cl_lt_current:cl_lt_revision:cl_lt_age])
 
index 1d676decf369fd18a72c8a417ce83951678cafdd..c236b46515b8382d527a253079f7a406e62b837f 100644 (file)
@@ -35,9 +35,9 @@ This manual documents @sc{cln}, a Class Library for Numbers.
 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, 2008.
-Copyright (C)  Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2017.
-Copyright (C)  Alexei Sheplyakov 2008, 2010.
+Copyright (C)  Bruno Haible 1995 - 2019.
+Copyright (C)  Richard B. Kreckel 2000 - 2019.
+Copyright (C)  Alexei Sheplyakov 2008 - 2010.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice