From 85f214d8644c192446f0e9be377df418f2dc7df4 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sat, 16 Nov 2024 14:16:23 -0800 Subject: [PATCH] update from jparse repos Updated from repos via: ```sh make all.recreate_clone && make all.update_from_clone ``` Performed `make release` to test the above under macOS. --- jparse/CHANGES.md | 5 +++++ jparse/jparse_bug_report.sh | 4 ++-- jparse/version.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/jparse/CHANGES.md b/jparse/CHANGES.md index 79d894d5..a96f2cce 100644 --- a/jparse/CHANGES.md +++ b/jparse/CHANGES.md @@ -1,5 +1,10 @@ # Significant changes in the JSON parser repo +## Release 2.1.1 2024-11-16 + +Use `date` rather than `/bin/date` in `jparse_bug_report.sh`. + + ## Release 2.1.0 2024-11-15 Release version `"2.1.0 2024-11-15"` as a significant change to the jparse diff --git a/jparse/jparse_bug_report.sh b/jparse/jparse_bug_report.sh index cd60fa27..dd463281 100755 --- a/jparse/jparse_bug_report.sh +++ b/jparse/jparse_bug_report.sh @@ -80,7 +80,7 @@ if [[ -z "$MAKE" ]]; then fi export MAKE export MAKE_FLAGS="V=@ S=@ Q= E=@ I= Q_V_OPTION=1 INSTALL_V='-v' MAKE_CD_Q=" -export BUG_REPORT_VERSION="2.0.0 2024-11-05" +export BUG_REPORT_VERSION="2.0.1 2024-11-16" export FAILURE_SUMMARY= export NOTICE_SUMMARY= export DBG_LEVEL="0" @@ -119,7 +119,7 @@ jparse_bug_report.sh version: $BUG_REPORT_VERSION" # NOTE: log file does not have an underscore in the name because we want to # distinguish it from this script which does have an underscore in it. # -LOGFILE="bug-report.$(/bin/date +%Y%m%d.%H%M%S).txt" +LOGFILE="bug-report.$(date +%Y%m%d.%H%M%S).txt" # parse args # diff --git a/jparse/version.h b/jparse/version.h index 2570c4ef..53b64110 100644 --- a/jparse/version.h +++ b/jparse/version.h @@ -30,7 +30,7 @@ * * NOTE: this should match the latest Release string in CHANGES.md */ -#define JPARSE_REPO_VERSION "2.1.0 2024-11-15" /* format: major.minor YYYY-MM-DD */ +#define JPARSE_REPO_VERSION "2.1.1 2024-11-16" /* format: major.minor YYYY-MM-DD */ /* * official jparse version