]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.8.6 release. release_1-8-6
authorRichard Kreckel <kreckel@ginac.de>
Wed, 8 Feb 2023 21:42:03 +0000 (22:42 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 8 Feb 2023 21:42:03 +0000 (22:42 +0100)
NEWS
config/config.rpath
ginac/version.h
m4/host-cpu-c-abi.m4
m4/lib-ld.m4
m4/lib-link.m4
m4/lib-prefix.m4

diff --git a/NEWS b/NEWS
index a82a1c41d6cc5cdac2ffc41611254e808c6b71c1..9ea7692eb53dcc12819471f91ea67b2100ec2190 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 This file records noteworthy changes.
 
+1.8.6 (8 February 2023)
+* Fix wrong numeric info on transcendental functions.
+* Fix crash of evaluation of binomial(n, k) with negative integer n, k.
+
 1.8.5 (1 January 2023)
 * Speed up multivariate polynomial factorization; fix it in some rare
   corner cases where it didn't previously terminate.
index a3e25c844d15f579f0456df434c7f698487c86f7..1e2595ff5907067b1aafb3095298ec02eab5adb7 100755 (executable)
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of shared libraries in an executable.
 #
-#   Copyright 1996-2015 Free Software Foundation, Inc.
+#   Copyright 1996-2023 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -371,7 +371,7 @@ else
       hardcode_direct=yes
       hardcode_minus_L=yes
       ;;
-    freebsd* | dragonfly*)
+    freebsd* | dragonfly* | midnightbsd*)
       hardcode_libdir_flag_spec='-R$libdir'
       hardcode_direct=yes
       ;;
@@ -547,7 +547,7 @@ case "$host_os" in
   freebsd[23].*)
     library_names_spec='$libname$shrext$versuffix'
     ;;
-  freebsd* | dragonfly*)
+  freebsd* | dragonfly* | midnightbsd*)
     library_names_spec='$libname$shrext'
     ;;
   gnu*)
index 4c8fe803a2c4cf93e61cf1186bdee28138db3187..9b3301fd3930c91b58706ba1a9f7dd65e3649e34 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 8
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 5
+#define GINACLIB_MICRO_VERSION 6
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
@@ -56,7 +56,7 @@
 //  * change matrix inverse to use default argument (twice)
 //  * check for interfaces marked as deprecated
 #define GINAC_LT_CURRENT  12
-#define GINAC_LT_REVISION 4
+#define GINAC_LT_REVISION 5
 #define GINAC_LT_AGE      1
 
 /*
index b9223241b43670d990e32c5ff212661a3bdec1e8..134f2283414e0928f045c36c783b21aeee9ebb55 100644 (file)
@@ -1,5 +1,5 @@
 # host-cpu-c-abi.m4 serial 15
-dnl Copyright (C) 2002-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 934207a7658781f67c79c02d9facc518759c60c5..6bc1886f5359c0822eadfe614c124732cff2cb08 100644 (file)
@@ -1,5 +1,5 @@
 # lib-ld.m4 serial 10
-dnl Copyright (C) 1996-2003, 2009-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 1996-2003, 2009-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 3b75bcd0de141a4405abc17f1a86df4ae5c34a91..653e34f8d1c28cde18b191b62ea07e30edfc1b2d 100644 (file)
@@ -1,5 +1,5 @@
 # lib-link.m4 serial 33
-dnl Copyright (C) 2001-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 999f712f5acd4102385e4eadedf78913aa773a5f..aefe7f7124df24754adb4bc370b4b7cfa880ebb3 100644 (file)
@@ -1,5 +1,5 @@
 # lib-prefix.m4 serial 20
-dnl Copyright (C) 2001-2005, 2008-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2005, 2008-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.