From e0cd9bb3db310cc1f0144cea24485e9c86701b16 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Fri, 22 Oct 2021 03:36:40 -0700 Subject: [PATCH] Release v2.14.0.6 The following are the changes in this release: Fixed typo in cal/statistics.cal thanks to a report by . Fixed an old Windoz pun in README.WINDOWS as requested by . Fixed a really obscure bug in the internal initconstants() function of const.c that has been sitting for over 31 years! We are amazed that nobody has encountered this bug before now. Nevertheless, our very extensive regression and multi-architecture testing found the bug. Now, after all those years, it is fixed. Fixed issues identied by the default CodeUL GitHub security code scan: Wrong type of arguments to printf in have_fpos_pos.c Multiplication result converted to larger type in zfunc.c --- Makefile.ship | 2 +- custom/Makefile | 2 +- custom/Makefile.head | 2 +- version.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.ship b/Makefile.ship index 00e3b29..7f6f046 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1205,7 +1205,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 1186af1..3dac3dc 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index 121058e..e103c4e 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 4e7080a..e21fa7d 100644 --- a/version.c +++ b/version.c @@ -54,7 +54,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 0 /* major software version level */ -#define MINOR_PATCH 5 /* minor software version level */ +#define MINOR_PATCH 6 /* minor software version level */ /*