diff --git a/share/sourcezap/RELNOTES b/share/sourcezap/RELNOTES index 2240415..9741c4a 100644 --- a/share/sourcezap/RELNOTES +++ b/share/sourcezap/RELNOTES @@ -1,19 +1,29 @@ -v0.2.0 += v0.2.1 -* Set "diff.renameLimit" to unlimited - After this change, sourcezap always forwards "-l0" to "git diff" +* Fix Makefile + The mandoc directory wasn't created properly. + it became obvious when building the port + into a temporary staging directory -* Replace utils/gitexec with utils/git/run - After this change, we talk to git via utils/git/run += v0.2.0 -* Add utils/git/ +- Set "diff.renameLimit" to unlimited + After this change, sourcezap always + forwards "-l0" to "git diff" + +- Replace utils/gitexec with utils/git/run + After this change, we talk to git via + utils/git/run + +- 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", "utils/git-rev" +- Remove scripts + Remove "utils/printok", "utils/printerr", + "utils/git-rev" -* Add documentation +- Add documentation Covers README.md and sourcezap.8 diff --git a/share/sourcezap/VERSION b/share/sourcezap/VERSION index 1474d00..22c08f7 100644 --- a/share/sourcezap/VERSION +++ b/share/sourcezap/VERSION @@ -1 +1 @@ -v0.2.0 +v0.2.1