From 8ab316999240c97787d752a26bd82dfd5d86eada Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 3 Jul 2024 22:03:24 -0700 Subject: [PATCH] update release date to 2024-07-03 & test_ioccc/prep.sh version The other purpose of this commit is to test the new workflow with a commit that should not trigger an error. We pre-tested the workflow from the local command line, and there were no errors. We will see of how the workflow functions under this non-error condition. --- CHANGES.md | 8 +++++++- test_ioccc/prep.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b6e0d7342..f98f459f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # Major changes to the IOCCC entry toolkit -## Release 1.2 2024-06-28 +## Release 1.2 2024-07-03 Fixed `txzchk(1)` for BSD (in particular NetBSD) by `#include `. Thanks to @SirWumpus for the report! @@ -40,6 +40,12 @@ Expanded `remarks.example.md` to include more information about IOCCC markdown guidelines as well as more consistent with the new IOCCC submission process. +Improve the Makefile to allow for NetBSD to run `make prep`, +`make slow_prep` and `make release`. + +Changed `test_ioccc/prep.sh` PREP_VERSION from "1.0.1 2024-03-02" +to "1.0.2 2024-07-03". + ## Release 1.1.1 2024-06-23 diff --git a/test_ioccc/prep.sh b/test_ioccc/prep.sh index 596c41ea1..d28268c0a 100755 --- a/test_ioccc/prep.sh +++ b/test_ioccc/prep.sh @@ -21,7 +21,7 @@ # export FAILURE_SUMMARY= export LOGFILE= -export PREP_VERSION="1.0.1 2024-03-02" +export PREP_VERSION="1.0.2 2024-07-03" export NOTICE_COUNT="0" export USAGE="usage: $0 [-h] [-v level] [-V] [-e] [-o] [-m make] [-M Makefile] [-l logfile]