Skip to content

Commit

Permalink
update release date to 2024-07-03 & test_ioccc/prep.sh version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lcn2 committed Jul 4, 2024
1 parent 0d0f8dd commit 8ab3169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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 <sys/wait.h>`.
Thanks to @SirWumpus for the report!
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test_ioccc/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8ab3169

Please sign in to comment.