Update RELNOTES

This commit is contained in:
0x1eef 2024-08-03 02:15:00 -03:00
parent 104f62ae47
commit 87affb246e

View file

@ -1,38 +1,31 @@
v?.?.? * v?.?.?
| Add libexec/sourcezap/setup/setup-user ** Add libexec/sourcezap/setup/setup-user
Move the code that handles the creation of the "_sourcezap" setup-user sets up the '_sourcezap' user and environment
user from bin/setup-sourcezap to the libexec/sourcezap/setup/
directory
| Recover from "git checkout" failure ** Recover from git-checkout failure
After this change, "git checkout" exiting unsuccessfully Recover gracefully from git-checkout failure in sourcezap-clone
towards the end of "sourcezap clone" no longer causes
sourcezap to exit as well
v0.2.1 * v0.2.1
| Fix Makefile ** Fix Makefile
The mandoc directory wasn't created properly. The mandoc directory wasn't created properly.
It only became obvious when building the port It only became obvious when building the port
into a temporary staging directory into a temporary staging directory
v0.2.0 * v0.2.0
| Set "diff.renameLimit" to unlimited ** Remove git-diff limit
After this change, sourcezap forwards "-l0" to "git diff" Remove file rename limit from git-diff
| Replace utils/gitexec with utils/git/run ** Replace utils/gitexec with utils/git/run
After this change, we talk to git via utils/git/run Communicate with git via utils/git/run
| Add utils/git ** Add utils/git
A dedicated directory for git-related scripts A dedicated directory for git-related scripts
| Remove "set -x" ** Remove "set -x"
After this change, sourcezap emits less output Emit less output
| Remove scripts ** Remove scripts
Remove "utils/printok", "utils/printerr", and "utils/git-rev" Remove utils/printok, utils/printerr, utils/git-rev
| Add documentation
Covers README.md and sourcezap.8