From: Richard Kreckel Date: Mon, 22 Jan 2024 09:19:04 +0000 (+0100) Subject: Finalize CLN 1.3.7 release. X-Git-Tag: cln_1-3-7 X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=HEAD;p=cln.git Finalize CLN 1.3.7 release. --- diff --git a/NEWS b/NEWS index cc9999b..b675d88 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +2024-01-22, version 1.3.7 +========================= + +Other changes +------------- + +* Fixed compilation on ARM platforms. +* Add support for LoongArch. + + 2019-12-05, version 1.3.6 ========================= diff --git a/README b/README index 0f8592b..4b56843 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Class Library for Numbers -Copyright (c) Bruno Haible 1988-2019 -Copyright (c) Richard Kreckel 2000-2019 +Copyright (c) Bruno Haible 1988-2024 +Copyright (c) Richard Kreckel 2000-2024 Copyright (c) Alexei Sheplyakov 2008-2010 GPL diff --git a/doc/cln.texi b/doc/cln.texi index 2531caa..2ca3c40 100644 --- a/doc/cln.texi +++ b/doc/cln.texi @@ -35,8 +35,8 @@ 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 - 2019. -Copyright (C) Richard B. Kreckel 2000 - 2019. +Copyright (C) Bruno Haible 1988 - 2024. +Copyright (C) Richard B. Kreckel 2000 - 2024. Copyright (C) Alexei Sheplyakov 2008 - 2010. Permission is granted to make and distribute verbatim copies of @@ -71,9 +71,9 @@ by the author. @author @uref{http://www.ginac.de/CLN} @page @vskip 0pt plus 1filll -Copyright @copyright{} Bruno Haible 1995 - 2019. +Copyright @copyright{} Bruno Haible 1988 - 2024. @sp 0 -Copyright @copyright{} Richard B. Kreckel 2000 - 2019. +Copyright @copyright{} Richard B. Kreckel 2000 - 2024. @sp 0 Copyright @copyright{} Alexei Sheplyakov 2008 - 2010. diff --git a/include/cln/version.h b/include/cln/version.h index f44c9e0..58744f9 100644 --- a/include/cln/version.h +++ b/include/cln/version.h @@ -8,7 +8,7 @@ /* Minor version number of CLN */ #define CL_VERSION_MINOR 3 /* Patchlevel version number of CLN */ -#define CL_VERSION_PATCHLEVEL 6 +#define CL_VERSION_PATCHLEVEL 7 /** * Libtool's library version information for CLN. @@ -24,7 +24,7 @@ */ #define CL_LT_CURRENT 6 #define CL_LT_AGE 0 -#define CL_LT_REVISION 6 +#define CL_LT_REVISION 7 #define CL_STR_HELPER(x) #x #define CL_STR(x) CL_STR_HELPER(x) diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index 4952b00..9a050a5 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -33,8 +33,8 @@ void cl_free_heap_object (cl_heap* pointer) static const char * copyright_notice[] = { " \n" - "Copyright (c) Bruno Haible 1988-2008 \n" - "Copyright (c) Richard Kreckel 2000-2014 \n" + "Copyright (c) Bruno Haible 1988-2024 \n" + "Copyright (c) Richard Kreckel 2000-2024 \n" "Copyright (c) Alexei Sheplyakov 2008-2010 \n" " \n" "This program is free software; you can redistribute it and/or modify\n"