From 0b029b51249cebbae4c407482446810dfa867825 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 20 Jul 2024 15:43:46 -0300 Subject: [PATCH] Update RELNOTES --- share/sourcezap/RELNOTES | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/share/sourcezap/RELNOTES b/share/sourcezap/RELNOTES index 5ea81a3..cc3e413 100644 --- a/share/sourcezap/RELNOTES +++ b/share/sourcezap/RELNOTES @@ -1,28 +1,26 @@ -= v0.2.1 +v0.2.1 -~ Fix Makefile +| Fix Makefile The mandoc directory wasn't created properly. - It became obvious when building the port + It only became obvious when building the port into a temporary staging directory -= v0.2.0 +v0.2.0 -~ Set "diff.renameLimit" to unlimited - After this change, sourcezap always - forwards "-l0" to "git diff" +| Set "diff.renameLimit" to unlimited + After this change, sourcezap forwards "-l0" to "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 -~ Add utils/git +| Add utils/git A dedicated directory for git-related scripts -~ Remove "set -x" +| Remove "set -x" After this change, sourcezap emits less output -~ Remove scripts - Remove "utils/printok", "utils/printerr", and - "utils/git-rev" +| Remove scripts + Remove "utils/printok", "utils/printerr", and "utils/git-rev" -~ Add documentation +| Add documentation Covers README.md and sourcezap.8