From abf39b34b64a794c4b8be886202e684f78ec98ce Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 8 Sep 2021 14:38:20 -0700 Subject: [PATCH] Release v2.14.0.2 The clean and clobber makefile rules no longer list custom/Makefile as a dependency. Unfortunately due to the complex dependency issues between Makefile, Makefile.ship and custom/Makefile, parallel GNU make is NOT recommended. Sorry (tm Canada) :) Fixed a few typos in CHANGES. As a side note: We stayed v2.13.x was kept for only a short time. The move to 2.14.x was motivated by non-compatible changes due to the default order of CALCRC, plus some new builtin functions. More changes are likely, so we might see another v2.14.0.x release before things are declared "recommended stable". Not that we wan to discourage people from trying v2.14.0, you should try it. We just want things to become stable and well field tested before we reach the "recommended stable" release state. --- CHANGES | 20 ++++++++++++++++++++ Makefile.ship | 2 +- custom/Makefile | 2 +- custom/Makefile.head | 2 +- version.c | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 541b713..8a62ee6 100644 --- a/CHANGES +++ b/CHANGES @@ -62,6 +62,26 @@ The following are the changes from calc version 2.14.0.0 to date: Makefile, Makefile.ship and custom/Makefile, parallel GNU make is NOT recommended. Sorry (tm Canada) :) + The clean and clobber makefile rules no longer list custom/Makefile + as a dependency. + + Unfortunately due to the complex dependency issues between + Makefile, Makefile.ship and custom/Makefile, parallel GNU make + is NOT recommended. Sorry (tm Canada) :) + + Fixed a few typos in CHANGES. + + As a side note: We stayed v2.13.x was kept for only a short time. + The move to 2.14.x was motivated by non-compatible changes due to + the default order of CALCRC, plus some new builtin functions. + + More changes are likely, so we might see another v2.14.0.x release + before things are declared "recommended stable". + + Not that we wan to discourage people from trying v2.14.0, you should + try it. We just want things to become stable and well field tested + before we reach the "recommended stable" release state. + The following are the changes from calc version 2.13.0.1 to 2.13.0.1: diff --git a/Makefile.ship b/Makefile.ship index 6046316..a95c34c 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1205,7 +1205,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.0 +VERSION= 2.14.0.2 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 4308d66..f1e3031 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.0 +VERSION= 2.14.0.2 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index dea9398..1a6c6b0 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.0 +VERSION= 2.14.0.2 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 31b5afe..0b73688 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 0 /* minor software version level */ +#define MINOR_PATCH 2 /* minor software version level */ /*