From a877cb52c0180c75f4937228a70bf19c5a35e890 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 5 Nov 2018 07:33:40 -0800 Subject: [PATCH] Corrected CHANGES notes Corrected CHANGES notes that were mixed up for TAB, VT, CR & NL. The core in 2.12.7.0 is correct. The CHANGE notes were mixed up. Sorry! --- CHANGES | 17 ++++++++++++----- version.c | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index cf1448d..9959e13 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,11 @@ -The following are the changes from calc version 2.12.7.0 to date: +The following are the changes from calc version 2.12.7.1 to date: + + Corrected CHANGES notes that were mixed up for TAB, VT, CR & NL. + The core in 2.12.7.0 is correct. The CHANGE notes were mixed up. + Sorry! + + +The following are the changes from calc version 2.12.6.10: to 2.12.7.0: Added a patch to replaces the manual search for include files in $(INCDIR) in the have_*.h targets with compiler invocations. @@ -32,10 +39,10 @@ The following are the changes from calc version 2.12.7.0 to date: \a audible bell byte 0x07 in ASCII encoding \b backspace byte 0x08 in ASCII encoding \f form feed byte 0x0c in ASCII encoding - \n newline byte 0x0b in ASCII encoding - \r return byte 0x0a in ASCII encoding - \t tab byte 0x0d in ASCII encoding - \v vertical tab byte 0x09 in ASCII encoding + \n newline byte 0x0a in ASCII encoding + \r return byte 0x0d in ASCII encoding + \t tab byte 0x09 in ASCII encoding + \v vertical tab byte 0x0b in ASCII encoding The following are the changes from calc version 2.12.6.9 to 2.12.6.9: diff --git a/version.c b/version.c index 3c6ebe2..7ed7e61 100644 --- a/version.c +++ b/version.c @@ -45,7 +45,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 12 /* minor library version */ #define MAJOR_PATCH 7 /* major software level under library version */ -#define MINOR_PATCH 0 /* minor software level or 0 if not patched */ +#define MINOR_PATCH 1 /* minor software level or 0 if not patched */ /*