From b221c033c082b462455502b7e63702a9c466aede Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 17 Nov 2019 22:28:11 +0100 Subject: [PATCH] Finalize CLN 1.3.5 release. --- NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- doc/cln.texi | 6 +++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0e54d33..c7b33ec 100644 --- 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 ========================= diff --git a/configure.ac b/configure.ac index a9dfb26..4ef40d1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/cln.texi b/doc/cln.texi index 1d676de..c236b46 100644 --- a/doc/cln.texi +++ b/doc/cln.texi @@ -35,9 +35,9 @@ This manual documents @sc{cln}, a Class Library for Numbers. Published by Bruno Haible, @code{} and Richard B. Kreckel, @code{}. -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 -- 2.46.1