]> www.ginac.de Git - cln.git/commitdiff
Finalize CLN 1.3.7 release. master cln_1-3-7
authorRichard Kreckel <kreckel@ginac.de>
Mon, 22 Jan 2024 09:19:04 +0000 (10:19 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 22 Jan 2024 09:19:04 +0000 (10:19 +0100)
NEWS
README
doc/cln.texi
include/cln/version.h
src/base/cl_free.cc

diff --git a/NEWS b/NEWS
index cc9999b4b95c0c732a40047f7b2740c6029661e1..b675d884a2e55562dcee4bffeb42f5fb4fef9ae9 100644 (file)
--- 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 0f8592baefba7503bb25e0e87bc9129a6a512d4f..4b56843867dbfa8c6ad47b55f0c2fe08353216f4 100644 (file)
--- 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
index 2531caa05779bc4d0375c5d148b287a8c35baa97..2ca3c405ee57005ea039186ad5a17e2b71401163 100644 (file)
@@ -35,8 +35,8 @@ 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 - 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.
 
index f44c9e063bf1aed62652c5b87890b719531b70f8..58744f9671aaf8e2c6182f6855f9e66763813c7e 100644 (file)
@@ -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)
index 4952b00953278f6c2037be4b25bf55023e570a8b..9a050a5d1441c165c20f2ef182c71ba219ce2edf 100644 (file)
@@ -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"