Skip to content

Release version 2.3.3 2025-01-04

Compare
Choose a tag to compare
@lcn2 lcn2 released this 04 Jan 02:15
· 300 commits to master since this release

Release 2.3.3 2025-01-04

Added soup/not_a_comment.sh to test if file that exists
contains a non-#-comment.

Both make prep and make release will issue a notice (via
soup/not_a_comment.sh) if a non-empty Makefile.local is found
containing more than just comments. This will allow for one to
keep a Makefile.local with only comments in it, without raising
a notice as such a file will not impact the make procedure.
Then if one needs to temporary add comments (perhaps by un-commenting
lines in a Makefile.local file), one can. However if one then
forgets, then the notice will alert you to the potential problem.

Changed test_ioccc/prep.sh PREP_VERSION from "1.0.4 2024-11-16"
to "1.0.5 2025-01-03".

Changed MKIOCCCENTRY_REPO_VERSION from "2.3.1 2025-01-01"
to "2.3.3 2025-01-04".

Release 2.3.2 2025-01-01

Fix exit code errors in jparse_test.sh.

Remove rule rebuild_jparse_err_files from top level Makefile. This rule should
only be in jparse/. The reason it would cause a failure is because of argv[0]
being in error messages and since in this repo jparse binary is in a
subdirectory it changes the name of the program so the error files are
incorrect. It might be possible to do a cd jparse && ... but this is not
necessary as there are no error location files in this repo itself due to
precisely this reason.

Happy New Year!

Disabled 2 invalid JSON string encode/decode tests.

Release 2.3.1 2024-12-31

Fix a minor issue relating to the invalid UUID error message.

Changed MKIOCCCENTRY_REPO_VERSION from "2.3 2024-12-31"
to "2.3.1 2024-12-31".

Changed SOUP_VERSION from "1.1.3 2024-12-31"
to "1.1.4 2024-12-31".